body {  	
	background-color: #FFF7D5;
	color: #012266;
	margin: 0px 0px 0px 0px;
}

/*** STYLES DES TEXTES ************************************************************/
.TextWarning { font-family: Verdana, Arial, sans-serif; font-size: 8pt; color: #CC0000;}
.TextHelp { font-family: Verdana, Arial, sans-serif; font-size: 8pt; color: #00FF00;}
.TextEtoile { font-family: Arial; font-size: 13px; color: #CC0000; font-weight: bold;}
.TextNormal { font-family: Verdana, Arial, sans-serif; font-size: 8pt; color: #000000;}
.TextPetit { font-family: Verdana, Arial, sans-serif; font-size: 7pt; color: #000000;}
.TextLabel { font-family: Verdana, Arial, sans-serif; font-size: 8pt; color: #000000; font-weight: bold;}
.TextLabelUnderline { font-family: Verdana, Arial, sans-serif; font-size: 8pt; color: #000000; font-weight: bold; border-bottom: black 1px dotted;}

/* Style des menus de gauche */
.TextMenu {font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #FFCC00; font-weight: bold;}
.TextSousMenu {font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #FFCC00; font-weight: bold;}

/*** STYLES DES LIENS ************************************************************/
a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none;  color: #000000;}
a:hover {text-decoration: overline underline; color: #CC0000;}  

/*** STYLES DES BOUTONS **********************************************************/
.bouton { border: 1px solid #6F1E27; font-size: 11px; color:#000000; text-align:center; padding:3px 6px 3px 6px; background-color: #FFCC00; }
.BoutonPetit { font-family: Verdana; border: 1px solid #6F1E27; font-size: 9px; color:#000000; text-align:center; padding:0px 0px 0px 0px; background-color: #FFCC00; }

/*** STYLES DES FORMULAIRES ******************************************************/
.formulaire1 {FONT-SIZE: 12px; BORDER: 1px solid #000000; BACKGROUND-COLOR: #FFFFFf}

/*** COULEUR DE FOND ************************************************************/
.CouleurFond {
	background-color: #6A141F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*** BORDURES EXTERIEURES *******************************************************/
.BordureGauche {
	border-top: thin;
	border-right: thin;
	border-bottom: thin;
	border-left: 1px solid #6A141F;
}
.BordureDroite {
	border-top: thin;
	border-right: 1px solid #6A141F;
	border-bottom: thin;
	border-left: 1px;
}
.BordureBas {
	border-top: thin;
	border-right: thin;
	border-bottom: 1px solid #6A141F;
	border-left: 1px;
}
.BordureCoinBasDroit {
	border-top: thin;
	border-right: 1px solid #6A141F;
	border-bottom: 1px solid #6A141F;
	border-left: 1px;
}
.BordureCoinBasGauche {
	border-top: thin;
	border-right: thin;
	border-bottom: 1px solid #6A141F;
	border-left: 1px solid #6A141F;
}
.TextBandeauGras {
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.TextBandeauNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
}
.bordurePhoto {
	border: thin solid #990000;
}

