/*
 * Conception Jean Boulanger
 * boulanger.jean@free.fr
 */

/* le corps de la page */
body { 
background: #F8D576; 
color:#80690B;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align: justify;

scrollbar-arrow-color:#F8D576;
scrollbar-track-color:#F8D576;
scrollbar-face-color:#80690B;
scrollbar-darkshadow-color:#666666;
scrollbar-shadow-color:#000000;
}

/* styles des textes dans les tableaux */
table {
color:#80690B;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align: justify;
 }

/* 
* couleurs des liens pour lesquels aucune classe spécifique n'est affectée, 
* liens normaux 
*/
a { text-decoration: none; color: #C84E00;}
a:hover { text-decoration: none; color: #80690B;}

/* 
* Formatage des balises H1 prisées des moteurs de recherche 
*/
/* styles des textes dans les tableaux */
h1 {
color:#80690B;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
letter-spacing: 2px;
text-align: left;
 }

h1.rouge {
color: #C84E00;
}


/* 
* couleurs des liens comme le menu horizontal 
*/
.lien { text-decoration: none; color: #F8D576; font-size:13px; font-weight:bold;}
.lien:hover { text-decoration: none; color: #C84E00; background:#F8D576;}
.actif { text-decoration: none; color: #C84E00; background:#F8D576; font-weight:bold;}

/* 
* idem mais plus petit - voir bandeau du bas
*/
.lienPetit { text-decoration: none; color: #F8D576; font-size:10px; font-weight:bold;}
.lienPetit:hover { text-decoration: none; color: #C84E00; background:#F8D576;}

/* texte en rouge pour la saisie obligatoire des champs de formulaire */
.texteRouge {
font-size:10px;
color: #C84E00;
}


/* 
* les pointillés qui délimitent en haut et en bas l'accroche dans la page
*/
.pointilles {
	padding-top: 1px;
	border-bottom: 1px dashed #80690B;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: normal;
	letter-spacing: 1px;
}

/* 
* les deux points servant à matérialiser les listes
*/
.deuxPoints {
color: #C84E00;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:bold;
 }


/* styles pour les formulaires : champs et boutons */
.boutonform {
	BORDER-RIGHT: #000000 2px solid;
	BORDER-TOP: #80690B 1px solid;
	BORDER-BOTTOM: #000000 2px solid;
	BORDER-LEFT: #80690B 1px solid;
	padding: 1px;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	COLOR: #F8D576;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #C84E00;
	TEXT-DECORATION: none;
}

.formulaire {
	color: #C84E00;
	margin: 0px;
	margin-bottom: 3px;
	padding: 2px;
	border: 1px solid #80690B;
	background-color: #FFF8CA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.confirmation {
	color: #C84E00;
	margin: 0px;
	padding: 15px;
	border: 1px solid #80690B;
	background-color: #FFF8CA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
