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

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

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

div.onglet_up { 
	background-repeat:repeat-x;
	background-image:url('../images/ab_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: #B7ECC7;
         border: 1px solid #2EB457;
         height:18px;
         color:#006600;
}

.textarea {
         font-family: Arial, Tahoma, Verdana;
         font-size: 11px;
         background-color: #B7ECC7;
         border: 1px solid #2EB457;
         color:#006600;
}

.submit, .button, .reset {
       font-family: Arial, Tahoma, Verdana;
       font-size: 11px;
       border: 1px solid #2EB457;
       color:#006600;
       background-color:#B7ECC7;
}

.submit_off, .button_off, .reset_off {
       font-family: Arial, Tahoma, Verdana;
       font-size: 11px;
       border: 1px solid #2EB457;
       color:#5FD683; 
       background-color:#B7ECC7;
}

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

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