/* COMMON */
 
*{
	margin: 0px;
	padding: 0px;
}

html, body{ 
  margin:0px;
  margin-left: auto;
  margin-right: auto; 
  padding:0px;
  text-align:center;
  background-color:#fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style : normal;
	text-decoration: none;
	color: #5C5C50;
} 

br {
  height:10px;
  font-size:10px;
}

img {
	border: 0px;
}

h1 {
  color: #A78B5E;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

h2 {
  color: #5C5C50;
  font-size: 14px;
  font-weight: bold;  
}

.hr {
  background-image : url("../img/flt_x_dashed.gif");
  background-repeat : repeat-x;  
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 508px;
}

a:link{
	color: #5C5C50;
	text-decoration: none;
}

a:visited{
	color: #5C5C50;
	text-decoration: none;
}

a:active{
	color: #5C5C50;
	text-decoration: none;
}

a:hover{
	color: #5C5C50;
	text-decoration: underline;
}

#bandeau{
  position: relative;
  width: 902px;
  height: 152px;
	background-color:transparent;
	background-image:url("../img/bandeau.jpg");
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-left: auto;
  margin-right: auto; 
}

#logo{
	position: absolute;
	top: 20px;
	left: -20px;
	z-index: 10;	
}

#contactInfos{
	position: absolute;
	top: 135px;
	left: 590px;
	z-index: 10;
	border-color: #DEDCD8;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	width: 320px;
	height: 18px;
}

#menu{
	margin-top: 45px;
	margin-bottom:20px;
	position: relative;
	margin-left: auto;
  margin-right: auto; 
  width: 700px;
  text-align:center; 
}

#menu ul{
	margin:0px;
  padding:0px;
  list-style:none;
  height: 40px;
	margin-left: auto;
  margin-right: auto;
}

#menu li{
	height: 40px;
	float:left;
	background-image: url("../img/menuNormal.gif");
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 1px;
  padding:0px;
  padding-left:5px;
  display: block;
  width: 150px; 
}

#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size:14px;
	display: block;
	text-align: center;
	text-decoration: none;
	color:#A78B5E;
	height: 40px;
	padding:12px;
}


#conteneur{
	margin-top: 10px;
	position: relative;
	margin-left: auto;
  margin-right: auto; 
  width: 902px;
}

#contenuGauche{
	position: relative;
	width: 600px;
	float: left;
	text-align: justify;
}

.boutonDroit{
	float : left;
	margin-right: 3px;
}

.titreDroit{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;	
}

#infosDroite{
	position: relative;
	width: 280px;
	float: right;
	text-align: justify;
}

#footer{
	margin-top: 20px;
	position: relative;
	margin-left: auto;
  margin-right: auto; 
  width: 902px;
  background-image: url("../img/footerCentre.gif");
  background-repeat: repeat-x;
  height: 63px;
}

#footerGauche{
	float: left;
	
	position: relative;
  width: 17px;
  background-image: url("../img/footerGauche.gif");
  background-repeat: no-repeat;
  height: 63px;
}

#footerDroit{
	float: right;
	position: relative;
  width: 15px;
  background-image: url("../img/footerDroit.gif");
  background-repeat: no-repeat;
  height: 63px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

