<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 grisclair-grisfonce -->
a.gris-orange {
    color: #4E4B4A;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}
    
a:link.gris-orange {
    color: #4E4B4A;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}

a:hover.gris-orange {
    color: #E77844;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}

a:visited.gris-orange {
    color: #4E4B4A;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}

a:visited:hover.gris-orange {
    color: #E77844;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;} 
	

<!-- Style du corps de page -->
BODY{
    scrollbar-face-color:#CCCCCC; 
	scrollbar-arrow-color:#E77844; 
	scrollbar-track-color:#E77844; 
	scrollbar-3dlight-color:#E77844; 
	scrollbar-darkshadow-color: #E77844;
}


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


<!-- Feuille de style "Form Bouton valider" -->
INPUT.submit {
	font-family: Verdana, Arial; 
	font-size: 10px;
	font-weight: bold;
	color: #979581;
	background-color: #ffffff;
	border-bottom: #979581 1px solid; 
	border-left: #979581 1px solid; 
	border-right: #979581 1px solid; 
	border-top: #979581 1px solid;
}


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

</STYLE>