<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 jaune-rouge -->
a.jaune-rouge {
    color: #FFFF9C;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}
    
a:link.jaune-rouge {
    color: #FFFF9C;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}

a:hover.jaune-rouge {
    color: #BE0B29;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}

a:visited.jaune-rouge {
    color: #FFFF9C;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}

a:visited:hover.jaune-rouge {
    color: #BE0B29;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;} 
	

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

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

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

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

<!-- Style lien gris-rouge -->
a.gris-rouge {
    color: #4D4D4D;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}
    
a:link.gris-rouge {
    color: #4D4D4D;
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;}

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

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

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


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

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



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


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


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


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

<!-- Feuille de style "Form Zone texte" -->

TEXTAREA{
	font-family: Verdana, Arial; 
	font-size: 10px;
	font-weight: bold;
	color: #B32822;
	border-width: 1px; 
	border-color: #B32822;
	border-style: solid;
	background: #ffffff;
}

</STYLE>


