@charset "iso-8859-1";
/*

*/
html, body {
width: 100%;
height: 100%;
margin:0;
padding:0;
}
td {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: BLACK ;
	text-align:left;  	 /* ----- textes ----- */
}	


  H1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	color: #990000;
	text-align:center;					/* ----- titre marron ----- */
	 }
	 
H2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 							   /* ----- sous titre rouge ----- */
	color: RED ;
	text-align:center;	
	 } 
 H3 { font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 							  /* ----- titre vert ----- */
	color: #00CC00	;
	text-align:center;
	 }
H4 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 								/* ----- titre bleu ----- */
	color: BLUE;	
	text-align:center;
	 }
 H5 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 								/* ----- rouge ----- */
	color: #990066 ;
	 }	
	 
	  H6 { font-family: Arial, Helvetica, sans-serif;
	font-size: 22px; 
	color: YELLOW ;
	 }
/* ----- LIENS ----- */

a:link {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #007B00; 
	text-decoration: none ;
}
a:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: #003366; 
	text-decoration:  none;
}
a:active {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #1C8DFF; 
	text-decoration: none
}
a:hover {
    color: #1C8DFF; 
    font-size: 10pt; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none
}
/* ------.background {
    background-color: #66CCFF;
    background-image: url('images/img_site/pt.gif');
}  ------ */

/* ------ STRUCTURE SITE ------ */

#structure1 {
	border-right: solid #123C9E 1pt;
	border-left: solid #123C9E 1pt;
	border-collapse: collapse
}
 .titretableau { font-weight: bold; color: #000066;text-align:center;font-size:100%}
 .celluletableau { font-weight: normal; color: #000033; text-align:center; font-size:90%;background-color:#A7AD94;} 
/* ------  .lettreviolette { font-weight: bold; color: #9933FF; font-size:100%}
 .lettreblanche { font-weight: bold; color: WHITE; font-size:80%}
 .lettreorange { font-weight: bold; color: #FFCC66; font-size:110%; text-align:center;}   ------ */
 
 
 li {			/*	listes	*/
font-family:verdana, sans-serif;
font-size:100%;
color:#000099;
background-color:transparent;
text-align:left;
margin-left:0px;
margin-right:2px;
