body { 
	width: 1025px;
	background: #9fe8ff;
	margin: auto;
	font-family: Trebuchet MS;
	font-size: 10pt;
}
#conteneur {
	width: 1025px;
	background: url("images/fond.jpg") repeat-y;
}	
#header {
	width: 737px;
	height: 91px;
	background: #9fe8ff url("images/header.jpg");
	padding-left: 288px;
	padding-top: 160px;
	
}
#menu_gauche { width: 208px; float: left; }
#menu_droite { width: 202px; float: right; }
a { 
	color: #E99334;
	font-weight: bold;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 12pt;
}
.sousmenu { 
	width: 208px;
	background: url("images/fondmenu.jpg") repeat-y;	
	text-align: center;
}	
.finmenu { width: 208px; height: 71px; background: url("images/finsousmenu.jpg") no-repeat; }
.sousmenu a { 
	color: #E99334;
	font-weight: bold;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 9pt;
} 
.sousmenu a:hover { font-style: italic; }
.sousmenud { 
	width: 202px;
	background: url("images/fondmenud.jpg") repeat-y;	
	text-align: center;
} 	.finmenud { width: 202px; height: 71px; background: url("images/finsousmenud.jpg") no-repeat; }
.sousmenud a { 
	color: #E99334;
	font-weight: bold;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 9pt;
} .sousmenud a:hover { font-style: italic; }

a.link { 
	color: #E99334;
	font-weight: bold;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 9pt;
} 
a.link:hover { font-style: italic; }


#content {
	width: 600px;
	margin-left: 215px !important; margin-left: 213px;
}
#content img { margin-left: 10px; }
#truecontent td img, #error div img, #noerror div img{margin:0;}
.sous_content {
	width: 500px;
	background: #FFFFB9;
	padding: 10px;
	margin: auto;
	margin-bottom : 20px;
}	
.sous_content h5 {
	margin: 0;
	font-family: Trebuchet MS;
	color: #10a4f1;
	font-size: 8pt;
}	
.sous_content p {
	margin: 0;
	font-family: Trebuchet MS;
	font-size: 8pt;
}	
.sous_content a { 
	color: #E99334;
	font-weight: bold;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 9pt;
} 
#footer {
	width: 1025px;
	height: 51px;
	clear: both;
	background: #9fe8ff url("images/footer.jpg");
	text-align: center;
	padding-top: 130px;
}	
#footer p {
	color: #24a9bf;
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-weight: bold;
}	
.titre{font-family:Trebuchet MS; font-size:18px; color:#ECAF65;}

/************ DEBUT PAGINATION **********/
div.pagination {
    font: 11px Trebuchet MS;
    padding: 3px;
    margin: 3px
}
div.pagination a {
	 font: 11px Trebuchet MS;
    background-color: #FBFFC2;
    border: 1px solid #FFD972;
    color: #000000;
    margin: 1px;
    padding: 0px 5px;
    text-decoration: none
}
div.pagination a:hover,active {
	 font: 11px Trebuchet MS;
    background-color: #FFD972;
    border: 1px solid #FFD972;
    color: #fff;
    margin: 1px;
    padding: 0px 5px
}
div.pagination span.courante {
	 font: 11px Trebuchet MS;
    background-color: #FFFFB9;
    border: 1px solid #FFFFB9;
    color: #fff;
    font-weight: bold;
    margin: 1px;
    padding: 0px 5px
}
div.pagination span.desactive {
	 font: 11px Trebuchet MS;
    background-color: #FBFFC2;
    border: 1px solid #eee;
    color: #ddd;
    margin: 1px;
    padding: 0px 5px
}
/************ FIN PAGINATION **********/

