html {
	font-family: Bitstream Vera Sans, Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
	color: #C30000;
}

a {
	color: #C30000;
}

a:hover {
	color: #600;
}

img {
	border: 0;
}

blockquote {
	border-left: 10px solid #C30000;
	padding: 0 1em 2em;
	background: #FFF url('images/bg-quotes.png') no-repeat scroll bottom right;
}

#wrapper {
	margin: 0 auto 2em;
	width: 70%;
	min-width: 800px;
	border: solid #000;
	border-width: 0 1px 1px;
}

#header {
	background: #FFF url('images/tranche-body.png') repeat-x scroll top left;
	height: 131px;
	position: relative;
	margin: 0;
	padding: 0;
}

h1 {
	text-indent: -9999px;
	background: transparent url('images/titre.png') no-repeat scroll bottom right;
	right: 65px;
	bottom: 9px;
	height: 67px;
	position: absolute;
	width: 480px;
	margin: 0;
	padding: 0;
}

h1 a {
	display: block;
	height: 67px;
}

#body {
	padding: 1em;
}

#bloc-bottom dl {
	width: 33%;
	float: left;
	margin: 3em 0 1em;
	border: solid #CCC;
	border-width: 1px 0;
	padding: 1em 0;
}

#bloc-bottom dt {
	text-align: center;
	height: 64px;
}

#bloc-bottom dd {
	padding: 0;
	margin: 0;
	font-family: Georgia, Palatino, Bitstream Vera Serif, Times New Roman, serif;
	font-style: italic;
	font-size: 14pt;
	text-align: center;
}

#bloc-bottom dd a {
	color: #000;
	text-decoration: none;
}

#bloc-bottom dd a:hover {
	border-bottom: 5px solid #C30000;
}

#content {
	margin-left: 2em;
	border-left: 1px dotted #CCC;
	padding-left: 1em;
}

#footer {
	text-align: right;
	color: #CCC;
	font-size: 8pt;
	padding: 0.5em;
}

hr.invisible {
	clear: both;
	visibility: hidden;
}

ul.navigation {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: right;
	clear: both;
}

ul.navigation li {
	display: inline;
	padding: 0 1em;
}

.bar {
	background-color: #FFC;
	padding: 0 1em;
	position: relative;
	text-align: right;
}
