/* Style Guide */
/*MISE EN PAGE*/
/*Balises principales*/
body { 
	background-color:#FFB34E;
	font-family:Arial, Helvetica, sans-serif;
	scrollbar-face-color:#FFB34E;
	scrollbar-arrow-color:#B71E1E;
	scrollbar-track-color:#FFB24E;
	scrollbar-shadow-color:#CC0000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#B71E1E;
	scrollbar-darkshadow-Color:#FFC35E;
}
a{
	text-decoration:none;
	color:#B71E1E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
a:visited {
	color:#B71E1E;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a:active {
	color:#B71E1E;
}
/*Séparations*/
.traitblanc1 {
	height:1px;
	background-color:#FFFFFF;
}
.trait1 {
	height:1px;
	background-color:#B71E1E;
}
.trait2 {
	height:2px;
	background-color:#B71E1E;
}
.trait10 {
	height:10px;
	background-color:#B71E1E;
}
.trait20 {
	height:20px;
	background-color:#B71E1E;
}
.inter5 {
	height:5px;
}
/*Format des textes*/
.titre { /*Titre central*/
	color:#FFFFFF;
	font-weight: bold;
	font-size:14pt;
	text-align:center;
	vertical-align:bottom;
}
.critere {
	color:#FFFFFF;
	font-weight: bold;
	font-size:10pt;
}
.recu {
	color:#FF5C00;
	font-weight:bold;
	font-size:10pt;
}
.recupetit {
	color:#FF5C00;
	font-size:8pt;
}
.petitcri {
	color:#FFFFFF;
	font-size:8pt;
	vertical-align:text-top;
}
.texte {
	color:#B71E1E;
	font-weight: bold;
	font-size:10pt;
}
.normal {
	color:#B71E1E;
	font-size:10pt;
}
.textenum {
	color:#B71E1E;
	font-weight: bold;
	font-size:10pt;
	vertical-align:text-top;
}
.textei {
	color:#B71E1E;
	font-weight: bold;
	font-style:italic;
	font-size:10pt;
	vertical-align:text-top;
}
.petitre { /*Petit titre*/
	color:#FFFFFF;
	font-weight: bold;
	font-size:10pt;
	text-align:center;
	vertical-align:bottom;
}
.moititre { /*Moyen titre*/
	color:#FFFFFF;
	font-weight: bold;
	font-size:12pt;
	text-align:center;
	vertical-align:bottom;
}
.petit {
	color:#B71E1E;
	font-size:8pt;
}
.petiti {
	color:#B71E1E;
	font-style:italic;
	font-size:8pt;
}
/*COULEURS DE FOND*/
.gauchefond {
	background-color:#FFB34E;
}
.fondclair {
	background-color:#FFC35E;
}
/*FORMULAIRES*/
.entree100 { /*input*/
	width:100px;
	height:20px;
	font-size:8pt;
	color:#B71E1E;
}
/*CADRES*/
.annonce {
	position:relative;
	top:0px;
	left:0px;
	width:780px;
	height:101px;
	background-image:url(images/annonce.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
}
.annoncebandeau {
	position:relative;
	top:0px;
	left:0px;
	width:780px;
	height:75px;
	background-color:#FEB34E;
}
.annoncelogo {
	position:absolute;
	top:5px;
	left:0px;
	width:300px;
	height:70px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
}
.annoncehaut {
	position:absolute;
	top:5px;
	right:5px;
	width:475px;
	height:70px;
}
.annoncein {
	position:relative;
	top:40px;
	width:540px;
	left:0px;
}
.annoncegauche {
	position:absolute;
	top:0px;
	left:120px;
	width:255px;
	height:255px;
}
.annoncedroite {
	position:absolute;
	top:0px;
	right:120px;
	width:255px;
	height:255px;
}
.annoncedessousin {
	position:absolute;
	top:0px;
	left:120px;
	width:680px;
	height:255px;
	overflow:auto;
}
.annoncebas {
	position:relative;
	top:0px;
	left:0px;
	width:780px;
	height:50px;
	background-color:#FEB34E;
}
.annoncecentreg {
	background-image:url(images/annonceing.jpg);
	background-repeat:repeat-y;
}
.annoncecentred {
	background-image:url(images/annonceind.jpg);
	background-repeat:repeat-y;
}
.annoncecentrein {
	position:absolute;
	top:0px;
	height:auto;
	left:120px;
	width:540px;
	text-align:justify;
}
.annoncedessous {
	position:relative;
	width:780px;
	height:284px;
	background-image:url(images/annoncebas.jpg);
	background-repeat:no-repeat;
}
.onglet {
	background-image:url(images/180x20.gif);
	background-position:top;
	background-position:left;
	background-repeat:no-repeat;
}
.bouton {
	width:160px;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:center;
	vertical-align:middle;
	color:#B71E1E;
}
.lien {
	border:0;
}