.normal 					{ font-family: Arial, Verdana, Tahoma; font-size: 11px; color: #993300;}
.normal:link 			{ text-decoration: none; color: #993300; }
.normal:visited 	{ text-decoration: none; color: #993300; }
.normal:hover 		{ text-decoration: underline; color: #993300; }

.clair 						{ font-family: Arial, Verdana, Tahoma; font-size: 11px; color: #FF6600;}
.clair:link 			{ text-decoration: none; color: #FF6600; }
.clair:visited 		{ text-decoration: none; color: #FF6600; }
.clair:hover 			{ text-decoration: underline; color: #FF6600; }

div.onglet { 
	background-repeat:repeat-x;
	background-image:url('../images/prod_div_onglet_milieu.jpg');	
	cursor:pointer;
	}

div.onglet_up { 
	background-repeat:repeat-x;
	background-image:url('../images/prod_div_onglet_up_milieu.jpg');	
	}
	
img.onglet {
	position:relative;top:-12px;	
	}
	
img.onglet_up {
	position:relative;top:-7px;
	}
	
.text, .password, .file {
         font-family: Arial, Tahoma, Verdana;
         font-size: 11px;
         background-color: #FFD7BB;
         border: 1px solid #ff6600;
         height:18px;
         color:#993300;
}

.textarea {
         font-family: Arial, Tahoma, Verdana;
         font-size: 11px;
         background-color: #FFD7BB;
         border: 1px solid #ff6600;
         color:#993300;
}

.submit, .button, .reset {
       font-family: Arial, Tahoma, Verdana;
       font-size: 11px;
       border: 1px solid #ff6600;
       color:#993300;
       background-color:#FFD7BB;
}

.submit_off, .button_off, .reset_off {
       font-family: Arial, Tahoma, Verdana;
       font-size: 11px;
       border: 1px solid #ff6600;
       color:#DD9775; 
       background-color:#FFD7BB;
}

.radio {
         font-family: Arial, Tahoma, Verdana;
         font-size: 11px;
}

.checkbox, .select-one, .select {
         font-family: Arial, Tahoma, Verdana;
         font-size: 11px;
}