/* CSS Document */
<!--

/* Mise en page générale du site */

html,body,table,td {font-family: Arial, Helvetica, sans-serif; font-size:95%
; color:#572015; text-decoration:none; line-height: 16px;}

h1 {font-family: Arial, Helvetica, sans-serif, sans-serif; font-size:130%
; color:#6b362b; text-decoration:none; font-weight:bold; 
}
 
h2 {font-family: Arial, Helvetica, sans-serif, sans-serif; font-size:100%;
; color:#6b362b; text-decoration:none; font-weight:bold; height:16px;
}
 
 li {font-size:80%; padding-right:0px; list-style-type:square;
}
 
a:link {color:#572015; text-decoration: underline;}
a:visited {color:#572015; text-decoration:underline;}
a:hover {color:#bd1111; text-decoration: underline;}

a.footer:link {color:#572015; text-decoration: underline;}
a.footer:visited {color:#572015; text-decoration: underline;}
a.footer:hover {color:#bd1111; text-decoration: underline;}

/* Gestion des bouton et champs de formulaires */

input {
border:1px solid #6b362b;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif, sans-serif;
font-size:95%;
color:#6b362b;
}
input.bouton {
border:1px solid #6b362b;
cursor:pointer;
}

/* Pied de page */

.footer {font-family: Arial, Helvetica, sans-serif; font-size:85%
; color:#572015; text-decoration:none; line-height:30px;}


/* Gestion des boites et des paragraphes */

.table {border-color:#6b362b; border-width:1px; border-style:solid;
}

.body {border-color:#B8C2B9; border-width:1px; border-style:solid;
}

#layerbox { text-decoration:none; border-color:#6b362b; border-style:solid; border-width:1px ; background-color:#CBDCC6; padding: 10px; 
}
 
#paragraphe_titre { text-decoration:none; border-bottom-color:#6b362b; border-bottom-style: dashed; border-bottom-width:1px ; background-color:none; padding: 10px; 
 }
 
#layerbox_transp { text-decoration:none; border-color:#6b362b; border-style:solid; border-width:1px ; background-color:none; padding: 10px;
 }
 
 /* Gestion des sous menu */

.rollover a { display:block; width:158px; background-color: #FFFFFF;border-color:#6b362b; border-style:solid; border-width:1px ;border-bottom:none; padding-bottom:2px; padding-top:2px; padding-left:10px; text-decoration: none;}
.rollover a:hover { background-color: #E6F3E3; text-decoration:none;}

.titre_menu {font-family: Arial, Helvetica, sans-serif, sans-serif; font-size:110%
; color:#6b362b; text-decoration:none; font-weight:bold; padding: 5px 0px 5px 5px;
 }

//-->
