    .textarea {
	background : #D3D3D3;
	border : 1 solid;
	font-family : Verdana, Arial, Helvetica, sans-serif;
   	font-size : 11px;
	}
		
	.field {
	background : #D3D3D3;
	border : 1 solid;
	font-family : Verdana, Arial, Helvetica, sans-serif;
   	font-size : 11px;
	}
	
	.button {
	background : #D3D3D3;
	border : 1 solid;
	font-family : Verdana, Arial, Helvetica, sans-serif;
   	font-size : 11px;
	}
	
	.text {
	font-family : Verdana, Arial, Helvetica, sans-serif;
   	font-size : 11px;
   	color : #000000;
   	font-weight : normal;
	
	}
	
	.text A:link  {
	font-size : 11px;
	color : #bb5600;
	TEXT-DECORATION : none;
	font-weight : bold;
	
   }
   
	.text A:visited  {
	color : #bb5600;
   	TEXT-DECORATION : none;
	font-weight : bold;
	
   }
   
	.text A:hover  {
	color : #bb5600;
	TEXT-DECORATION : underline;
	font-weight : bold;
	
   }
   
    .text A:active {
	color : #bb5600;	/* d56c05 */
	TEXT-DECORATION : underline;
	font-weight : bold;
   }
   
   .actu, .actu a, .actu a:link {
   font-size:11px;
   line-height:11px;
   }
   
   	.titre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
   	font-size : 14px;
   	color : #000000;
   	font-weight : bold;
	
	}
   
   .titre A:link  {
	color : #DB0B10;
	TEXT-DECORATION : none;
	
   }
   
	.titre A:visited  {
	color : #DB0B10;
   	TEXT-DECORATION : none;
	
   }
   
	.titre A:hover  {
	color : #DB0B10;
	TEXT-DECORATION : underline;
	
   }
   
    .titre A:active {
	color : #DB0B10;
	TEXT-DECORATION : underline;
   }
   

    .nav {
	font-family : Verdana, Arial, Helvetica, sans-serif;
   	font-size : 11px;
   	color : #ffffff;
   	font-weight : bold;
	
	}
   
   .nav A:link  {
	color : #ffffff;
	TEXT-DECORATION : none;
	
   }
   
	.nav A:visited  {
	color : #ffffff;
   	TEXT-DECORATION : none;
	
   }
   
	.nav A:hover  {
	color : #000000;
	TEXT-DECORATION : none;
	
   }
   
    .nav A:active {
	color : #000000;
	TEXT-DECORATION : none;
   }
   
   hr {
   		height:1px;
		border:none;
		color:#bb5600;
		background-color:#bb5600;
		margin-top:10px;
		margin-bottom:10px;
   }