/* Définition de règle */
@charset "iso-8859-1";
BODY {
margin: 0px; padding: 0px;
font-family: verdana, arial, helvetica;
font-size:10px;
}
/* ---------------------------------------------------------------------------------------------------------------- */



#liste {
position:absolute; float:none; top:200px; left:20px; width:500px; height:auto;
}

input.coul {background-color:#009933;  color: #FFFF00;} /* fd vert - text jaune */
input.radio {background-color:#FFFF00;}/* vert foncé */

/* Les titres */

H1 {font-size: 18px; color: #000000; text-align : center; line-height:10pt;}  /* noir Centré*/
H1.vert {font-size: 18px; color: #009933; text-align : center; line-height:10pt;font-weight : bold;}
H1.titre {font-size: 24px; color: #009933; text-align : center; line-height:20pt;font-weight : bold;}
H2 {font-size: 18px; color: #009933; text-align : center; line-height:10pt;font-weight : bold;}  /* VERT GRAS centré*/
H2.vert {font-size: 14px; color: #009933; text-align : left; line-height:10pt;}
H2.noir {font-size: 14px; color: #000000; text-align : center; line-height:14pt;}
H3 {font-size: 12px; color: #000000; text-align : center;line-height:10pt;}  /* noir Centré*/
H3.vert {font-size: 12px; color: #009933; text-align : center; line-height:10pt;} /*vert centré*/
H3.liste  {color: #009933;text-align : left;}	 /* vert align gauche*/


H4 {font-size: 12px; color: #000000; text-align : center; line-height:10pt;}  /* noir Centré*/

H5 {font-size: 10px; font-family: comic sans ms ; text-align : center; line-height:10pt;}
H5.coul {color: #FF6600; line-height:10px;}

/* ---------------------------------------------------------------------------------------------------------------- */
/* Paragraphe */
p{font-family: verdana, arial, helvetica ; text-align : justify; font-size: 10px; color: black;margin-right:5px;margin-left:5px}
p.mot{font-family: verdana, arial, helvetica ; text-align : justify; font-size: 10px; color:black; line-height:14pt;margin:  30 30 30 30;}/*ch*/
P.tab {font-family: verdana, arial, helvetica ; text-align : left; font-size: 10px ;color: #000000;font-weight : bold;line-height:8pt;margin:0 0 0 0;} /* noir Gauche*/
P.legende {font-family: comic sans ms ; text-align : center; font-size: 9px;line-height:8pt ;margin:0 0 0 0;}
P.interligne {font-family: verdana, arial, helvetica ; text-align : left; color: black ; font-size: 10px; line-height:16pt;}
P strong {color: #FF6600; font-weight: normal;}
#interligne {line-height:26pt;}
p.sign{font-family: verdana, arial, helvetica ; text-align : right; font-size: 12px ;margin-right:20px; } /*  CH noir droit*/
P.photo {font-family: comic sans ms ; text-align : center; font-size: 11px;font-weight :bold;} :/* ch 

/* ---------------------------------------------------------------------------------------------------------------- */
/* Liens */ 
A {font-size: 10px;}
A:active {color:#0000CC;}
A:visited {color:#0000CC;}
A.none:link {text-decoration: none;}
A.none:visited {text-decoration: none;}
A.none:active {text-decoration: none;}

A.inf:link {text-decoration: underline ;font-size: 10px ;color: #FF0000; }
A.inf:visited {text-decoration: underline ;font-size: 10px;color: #FF0000;}
A.inf:active {text-decoration: underline ;font-size: 10px ; color: #FF0000;}

A.home:link {text-decoration: underline ;font-size: 10px ;color: #000000; }
A.home:visited {text-decoration: underline ;font-size: 10px;color: #000000;}
A.home:active {text-decoration: underline ;font-size: 10px ; color: #000000;}

A.inf2:link {text-decoration: underline ;font-size: 10px ; }
A.inf2:visited {text-decoration: underline ;font-size: 10px;}
A.inf2:active {text-decoration: underline ;font-size: 10px ; }

/* ---------------------------------------------------------------------------------------------------------------- */
/* Liste */
ul.gene { font-family: verdana, arial, helvetica;font-size: 10px; text-align : left;line-height:14pt;}
ul.genesp { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; text-align : left;line-height:20pt;}
li.gene {font-family: verdana, arial, helvetica ;font-size: 10px; text-align : left;font-weight: bold;color : black;}
li.serre {font-family: verdana, arial, helvetica ;font-size: 10px; text-align : left;color : black;line-height:10pt;}
li.liste {font-family: verdana, arial, helvetica;list-style-type : circle; text-align : justify; margin-right:20 ;color : black;}
ul.orangesp { list-style-image:url(../graphic/bullet.gif);font-size: 12px; text-align : left;line-height:20pt;}/*ch*/



/* ------------------------------------------------------------------------------------------------------------ ch*/
/* Barre horizontale hr */
hr.orange {
	width : 30%;
	color : #FF9933;
	text-align : center;
	size : 5px;
	position :relative;
	top : 10px;
	padding :10px;
}

