@charset "iso-8859-1";

html, body { 
padding : 0;
margin : 0;
height : 100%;
font-size : 12px;
font-variant : normal;
font-weight : normal;
font-style : normal;
font-family : Arial, Verdana, Helvetica, sans-serif;
color : black;
background : white;
text-align : left;
}

a.lien_colonnes:link {
text-decoration : none;
padding-bottom:2px;
color:black;
border-bottom:dotted 1px #cc6600;
} 

a.lien_colonnes:visited {
text-decoration : none;
padding-bottom:2px;
color:black;
border-bottom:dotted 1px #cc6600;
} 

a.lien_colonnes:hover {
text-decoration : none;
padding-bottom:2px;
color:black;
border-bottom:solid 3px #cc6600;
}

a.lien_droit:link {
text-decoration : none;
color:black;
} 

a.lien_droit:visited {
text-decoration : none;
color:black;
} 

a.lien_droit:hover {
text-decoration : none;
color:#cc6600;
}


a.lien_centre:link {
text-decoration : none;
padding-bottom:2px;
color:#cc6600;
border-bottom:solid 2px #cc6600;
} 

a.lien_centre:visited {
text-decoration : none;
padding-bottom:2px;
color:#cc6600;
border-bottom:solid 2px #cc6600;
} 

a.lien_centre:hover {
text-decoration : none;
padding-bottom:2px;
color:black;
border-bottom:solid 3px #cc6600;
}






.submit {background-color: #F5F5F5; border-color: transparent; font-family:  verdana,arial; font-size: 7pt}

a:link {color: #193C7C; text-decoration: underline}
a:visited {color: #193C7C; text-decoration: underline}
a:hover {color: #193C7C; text-decoration: none}