<STYLE TYPE="text/css>

<!-- Style lien par defaut -->
a {text-decoration: none;}
    
a:link {text-decoration: none;}

a:hover {text-decoration: none;}

a:visited {text-decoration: none;}

a:visited:hover {text-decoration: none;}  


<!-- Style lien marron-gris -->
a.ocre-blanc {
    color: #A13613;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}
    
a:link.ocre-blanc {
    color: #A13613;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}

a:hover.ocre-blanc {
    color: #FFFFFF;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}

a:visited.ocre-blanc {
    color: #A13613;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}

a:visited:hover.ocre-blanc {
    color: #FFFFFF;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;} 
	
/* Style lien footer orange-blanc */
a.orange-blanc { color:#A13613; font-family: Arial; font-size: 9px; font-weight: normal; text-decoration: none;}
a:link.orange-blanc { color: #A13613; font-family: Arial; font-size: 9px; font-weight: normal; text-decoration: none;}
a:hover.orange-blanc { color: #FFFFFF; font-family: Arial; font-size: 9px; font-weight: normal; text-decoration: none;}
a:visited.orange-blanc { color: #A13613; font-family: Arial; font-size: 9px; font-weight: normal; text-decoration: none;}
a:visited:hover.orange-blanc { color: #FFFFFF; font-family: Arial; font-size: 9px; font-weight: normal; text-decoration: none;}	

<!-- Style lien marron-gris -->
a.or-ocre {
    color: #FBD29D;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}
    
a:link.or-ocre {
    color: #FBD29D;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}

a:hover.or-ocre {
    color: #A13613;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}

a:visited.or-ocre {
    color: #FBD29D;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}

a:visited:hover.or-ocre {
    color: #A13613;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;} 


<!-- Style du corps de page -->
BODY{
    scrollbar-face-color:#A13613; 
	scrollbar-arrow-color:#2D0701; 
	scrollbar-track-color:#A14025; 
	scrollbar-3dlight-color:#A13613; 
	scrollbar-darkshadow-color: #A13613;
}


<!-- Feuille de style "Form Champs texte Login" -->	
INPUT.backoffice {
	font-family: Verdana, Arial; 
	font-size: 10px;
	font-weight: bold;
	color: #495677;
	background-color: #ffffff;
	border-bottom: #D1C1AC 1px solid; 
	border-left: #D1C1AC 1px solid; 
	border-right: #D1C1AC 1px solid; 
	border-top: #D1C1AC 1px solid;
}

<!-- Feuille de style "Form Zone texte" -->
TEXTAREA.backoffice{
	font-family: Verdana, Arial; 
	font-size: 10px;
	font-weight: bold;
	color: #495677;
	border-width: 1px; 
	border-color: #D1C1AC;
	border-style: solid;
	background: #ffffff;
}

<!-- Feuille de style "Form Zone texte" -->
SELECT.backoffice{
	font-family: Verdana, Arial; 
	font-size: 10px;
	font-weight: bold;
	color: #495677;
	border-width: 1px; 
	border-color: #D1C1AC;
	border-style: solid;
	background: #ffffff;
}

</STYLE>