@charset "utf-8";
/* CSS Document */
body{
	background-color:#303192;
	margin:0px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;	
}
form{
	margin: 0px;
}

/*=========================================
============ CONTENU DU SITE ==============
=========================================*/
#siteContener{
	width: 800px;
	height: 700px;
	margin: auto;
	text-align: left;
}

/*===== HEADER =====*/
#headerContener{
	width: 800px;
	height: 164px;
	background-image: url(/images/elements/HeaderFond.png);
	background-repeat: repeat-x;
}
#headerLogo{
	width: 165px;
	margin-top:20px;
	float: left;
}
#headerTitre{
	width: 262px;
	float: left;
	margin-left:10px;
	
}
#headerImage{
	width:350px;
	float:right;
}
#headerEspace{
	height: 15px;
}
#headerSeparation{
	height:5px;
	background-color: #6161ac;
}
/*===== BODY =====*/
#bodyContener{
	width: 780px;
	height:480px;
	background-image: url(/images/elements/bodyFond.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#bodyGaucheContener{
	width:150px;
	margin-right:20px;
	height:480px;
	float: left;
}
#bodyGaucheImage{
	width:150px;
	height:115px;
}
#bodyGaucheMenu{
	width:78px;
	height: 365px;
	text-align:right;
	float:left;
}
#bodyGaucheFond{
	width:72px;
	height:365px; 
	float:right;
}
#bodyCentreContener{
	width: 370px;
	height: 430px;
	float:left;
	padding-right: 20px;
	padding-top:50px;
	overflow:auto;
}
#bodyDroiteContener{
	width: 220px;
	height: 480px;
	float:  left;
}
#bodyCentreContenerLarge{
	width: 610px;
	height: 430px;
	float:left;
	padding-top:50px;
}
/*======FOOTER=====*/
#footerContener{
	width:800px;
	text-align:right;
	font-size: 10px;
	color: #FFF;	
}

/*===== NEWS =====*/
#newsContener{
	width:220px;
	height: 160px;
	margin-top:10px;
	background-image: url(/images/elements/newsFond.png);
	background-repeat: repeat-x;
}
#newsTitre{
	width: 220px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6161ac;	
}
/*===== MENU =====*/
#menu{
	margin-top:15px;
	width:72px;
	padding:3px;
}
#menu a:link{
	text-decoration:none;
	color:#000;
}
#menu a:visited{
	text-decoration:none;
	color:#000;
}
#menu a:hover{
	display:block;
	width:72px;
	background-color:#acb05b;
}

.menuOn{
	display:block;
	width:72px;
	background-color:#acb05b;
}
 /*===== DIVERS =====*/
#space{
	clear: both;
}
/*======FORUM=====*/
#forumContenu{
	margin-bottom:5px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#forumContenuReponse{
	margin-bottom:5px;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #FFC;
}
.forumCaseReponse{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
}
.forumPageOn{
	background-color: #FF0;	
}
.forumSeparationEntete{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/*=========================================
============== LES CLASSES ================
=========================================*/
.caseFormulaire{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #0F135B;
}
.caseFormulaireErreur{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #F00;
	background-color: #FCC;
}

