/* Mise en forme body */

/* Mise en forme En-tête */
#header {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0;
	height: 100px;
	width: 700px;
	padding: 0px;
	background-image: url(../images/bandeauHeader.gif);
	background-repeat: repeat-x;
	top: 25px;
	position: relative;
}

#logoHeader {
	float: left;
	margin-left: 15px;
	height: 80px;
	width: auto;

}
#titreHeader {
	margin-top: 5px;
	float: right;
	height: 45px;
	width: 325px;
	position: relative;
	left: 0px;
	top: 0px;
}
#sousTitreHeader {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	width: 120px;
	position: absolute;
	left: 500px;
	top: 60px;
}
/* Mise en forme corp */
/*  left: auto;
	right: auto;    */
#body {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0;
	height: auto;
	width: 751px;
	padding: 0px;
	position: relative;
	top: 0px;	
}

#anim {
	margin-top: 63px;
	margin-left: 88px;
	height: 284px;
	width: 213px;
	position: absolute;	
}

#annonce {
	margin-top: 230px;
	margin-left: 365px;
	height: 100px;
	width: 300px;
	position: absolute;	
}
/* Définition de classes */
/* background-color: #FFFFFF;  */
#global {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0066FF;
	height: auto;
	width: auto;
	background-repeat: repeat-y;
}
.boiteMenu {
	background-color: #FFFFCC;
	float: Aucune;
	width: 450px;
	position: absolute;
	visibility: visible;
	top: 50px;
	right: auto;
	padding: 2px;
	left: 50px;
	z-index: 1;
}
.boiteMenu2 {
	background-color: #FFFF66;
	float: Aucune;
	width: 200px;
	position: absolute;
	visibility: visible;
	top: 150px;
	right: auto;
	padding: 2px;
	left: 50px;
	z-index: 0;
}
.loginBoxHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #C0C0C0;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000099;
	background-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.texteFormulaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
}
.soustitre {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000066; font-weight: bold;}
