/* CSS Document */

/************************************************************************************************/
/*									Commun à tout le site										*/
/************************************************************************************************/


body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #453429;
	background-image:url(../images/fond.jpg);
	background-repeat:repeat-x;
}

#conteneurGlobal {
	margin-left: auto;
    margin-right: auto;
    width: 915px;
	text-align: left;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}


#enTete {
	width: 915px;
	
	height:362px !important;
	height:382px;
	background-image:url(../images/visuelAccueil.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	padding-left:20px;
}


#conteneurBlocs {
	width:915px;
	margin-top: 1px;
}

#blocGauche {
	width:304px;
	/*height:150px;*/
	margin-right:1px;
	float:left;
	background-image:url(../images/fondBloc.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}

#blocMilieu {
	width:304px;
	/*height:150px;*/
	margin-right:1px;
	float:left;
	background-image:url(../images/fondBloc.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}

#blocDroite {
	width:304px;
	/*height:150px;*/
	float:left;
	background-image:url(../images/fondBloc.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}

.blocCorps {
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	font-size:10px;
	line-height:20px;
	color:#bc9487;
}

.blocCorps table {
	font-size:10px;
	line-height:20px;
	color:#bc9487;
}

.blocCorps a {
	color:#bc9487;
	text-decoration:none;
}

.blocCorps a:hover {
	color:#e7d4ce;
}

.blocCorps img {
	
}

.blocCorps li {
	margin:0px;
	padding:0px;
	list-style-position: inside;
}

#pied, #pied a, #pied a:hover {
	clear:both;
	padding-top:15px;
	text-align:center;
	font-size:9px;
	color:#685a51;
	text-decoration:none;
}

#mentions {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;
	color:#bc9487;
}

#mentions a {
	color:#bc9487;
	text-decoration:none;
}

#mentions a:hover {
	color:#bc9487;
	text-decoration:underline;
}

#enTeteLiens {
	margin-top:20px;
	width: 915px;
	text-align:right;
	font-size:10px;
	
}

#enTeteLiens input, #enTeteLiens select {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}