BODY
     { font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 12pt; text-decoration: none; 
     scrolling=auto: auto }
	 
/*zone de saisie*/
.zone
{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 12pt; text-decoration: none;
	font-size: 9pt;
	color: #39A2BF; 
	border-color:#5CBEDB;
	border-width: 1px;
	border-style: solid;
}


/*classes*/
.texte 
{ 
	color: #309908; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-style: normal; 
	line-height: 12pt; 
	text-decoration: none 
}

.texte2 
{ 
	color: #257C03; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-style: normal; 
	line-height: 12pt; 
	text-decoration: none 
}

.titre 
{ 
	color: #1C6500; 
	font-size: 12pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-style: normal; 
	font-weight: bold;
	line-height: 14pt; 
	text-decoration: none 
}

.titre2 
{ 
	color: #257C03; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-style: normal; 
	font-weight: bold;
	line-height: 12pt; 
	text-decoration: none 
}



.annotation 
{ 
	color: #59B833; 
	font-size: 8pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-style: normal; 
	line-height: 10pt; 
	text-decoration: none 
}

.rubriques 
{ 
	color: #1C6500; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-style: normal; 
	font-weight: bold;
	line-height: normal; 
	text-decoration: none
}
	
/*lien par défaut*/
a:link,a:visited,a:active  { color: #FF7800; text-decoration: none; }
a:hover   { color: #257C03; text-decoration: none }

/* lien rubriques */
a.lienrubriques:link,a.lienrubriques:visited,a.lienrubriques:active  
{	
	color: #1C6500; 
	text-decoration:none; 
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
a.lienrubriques:hover   
{ 	
	color: #F88C00;
	text-decoration:none; 
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}



