/* CSS Document */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
}

#entete {
	width: 998px;
	border: 1px solid #000000;
}


#entete ul {
	padding:0px;		
	list-style-type:none;
	font: bold 11px/11px Arial, Helvetica, sans-serif;
	
}

#entete li{
	float:left;
	width:130px; 	
}

#entete a{
	color:#FFFFFF;	
	margin:0 10px;
	text-decoration:none;	
	font: bold 11px/11px Arial, Helvetica, sans-serif;
}

#conteneur {
	width: 1000px;
	border: 1px solid #000000;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	height:1200px;
}

#menugauche {
	position: absolute;
	left:0;
	padding:6px;
	width:188px;
	
 	
}

#menugauche ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	font: bold 15px/18px Arial, Helvetica, sans-serif;
	
}

#menugauche li{
	float:right;
}

#menugauche a{
	color:#FFFFFF;
	width:170px;
	padding:10px;
	text-decoration:none;
	display: block;
}

#texte {
	padding-left:210px;
	padding-right:10px;
	
	text-align:justify;
	word-spacing:-0.1em;
	
}

#texte p {
	text-indent: 30px;	
}

#texte ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	font: bold 15px/18px Arial, Helvetica, sans-serif;
}

#texte li{
	float:right;
}

#texte li a {
	color:#111111;
	width:345px;
	padding:5px;
	text-decoration:none;
	display: block;
}

#texte h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width:400px;
}

#texte img {
	border:0px;
}

#menubas {
	width: 1000px;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	font: 12px/14px Arial, Helvetica, sans-serif;
	
}
#menubas a{
	color:#FFFFFF;
}

.imagegauche {
	margin: 0px 3px 3px 0px;
	padding: 0px;
	width:auto;	
	height: auto;
	border: 0px solid #000000;
	float: left;
	overflow: hidden;
}

.blanc9{ font-family: Trebuchet MS;
			font-size : 9pt;
			color: #FFFFFF;
			font-weight: normal;}	

.blanc10b{ font-family: Trebuchet MS;
			font-size : 12pt;
			color: #FFFFFF;
			font-weight: bold;}			

.bleu9{ font-family: Trebuchet MS;
			font-size : 10pt;
			color: #3D538B;
			font-weight: normal;}		

.rouge12 { font-family: Trebuchet MS;
			font-size : 12pt;
			color: #990000;
			font-weight: normal;}

.rouge12b { font-family: Trebuchet MS;
			font-size : 12pt;
			color: #990000;
			font-weight: bold;}


