/* CSS Document */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------                GENERAL           -------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html, body{
	background: #d8d0bf;
	background: url(images/fond.png) repeat left top;
	width:100%;
	margin: 0 0 0 0;
}
p{
	display: block;
	margin: 0;
	color:#2b2c2b;
	font-family:Arial;
	font-size:11px;
}
a{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #2b2c2b;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------                MAIN                -------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#main{
	width: 964px;/* la taille du site */
	margin: 0 auto 0 auto; /* la moitié du width */	
}
#corps{
	float: left;
	width: 963px;
	border-left: 1px solid #b5ab98;
	border-right: 1px solid #b5ab98;
	background-color: #FFFFFF;
	overflow: visible ;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------                logohaut                 -------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#logohaut{
	display: block;
	overflow: hidden;
	height: 64px;
	margin: 0 0 0 0;
}
#logohaut img#logohaut{
	float: left;
	display: inline;
	width: 964px;
	height: 64px;
	margin-left: 4px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------                HAUT                 -------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#haut{
	display: block;
	overflow: hidden;
	height: 267px;
	margin: 0 0 0 0;
}
#haut #tetiere{
	display: block;
}
#haut p{
	display: block;
	height: 964px;
	overflow: hidden;
	margin-left: 8px;
}

#haut .tetiere{
	float: left;
	display: inline; 
	margin-left: 7px;
	width: 964px;
	height: 238px;
}
#haut ul#nav{
	display: block;
	height: 29px;
	padding: 0;
	margin: 0 0 0 0;
	background: url(images/fondmenu.png) repeat left top;
}
#haut ul#nav li{
	float: left;
	height: 19px;
	text-align: center;
	color: #c17673;
	margin: 0;
	list-style: none;
	padding:  7px 22px 7px 22px;
	background: url(images/separationmenu.png) no-repeat right center;/* barre de droite */
}
#haut ul#nav li.derch{
	background: none;
}
#haut ul#nav li a{
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 10px 0 20px;
	background: none;
	text-transform: none;
	font-weight: normal;
}

#haut ul#nav li a:hover{
	background: url() no-repeat right top;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------                DROITE             -------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#droite{
	float: right;
	display: inline;
	margin-right: 5px;
	margin-top: 5px;
	width: 284px;
	border: 2px solid #a60a28;
}
#droite p{
	margin-left: 8px;
}
#droite h2{
	display: block;
	overflow : hidden;
	font-family: Verdana;
	font-size: 12px;
	height:23px;
	color: #FFFFFF;
	margin: 0 0 5px 0;
	font-weight: bold;
	background-color: #a60a28;
	padding: 5px 0 0 5px;
}
#droite img{
	margin: 5px 0 0 0;	
}
#droite a{
	color:#75B31A;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:underline;
}
#droite a:hover{
	text-decoration: none;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------                coeur de la page-----------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contenu{
	float: left;
	width:660px;
}
#contenu h1{
	font-family:Verdana;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 10px 5px;
	color: #a60a28;
}
#contenu p{
	margin-top:12px;
	margin-left: 5px;
}
#contenu .visuel{ 
	width: 648px;	
}
#contenu .egaleCoteACote{ 
   float: left; 
   display: inline; 
   width: 315px;
   margin: 0px 5px 0 5px;
}
#contenu .egaleCoteACote p { 
	text-align: justify;
} 
#contenu .brochure{ 
   float: left; 
   width: 630px;
   margin: 0 0 10px 10px;
   font-family: Arial;
   font-size: 11px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------                textebas              -----------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#textebas{
	float: left;
	display: block;
	width:964px;
	margin-left: 0px;
	height: 290px;
}
#textebas .egaleCoteACote{ 
   float: left; 
   display: inline; 
   width: 321px;
	margin: 0 0 0 0;
	background: #dad9d7;
	height: 290px;
}
#textebas .egaleCoteACote p { 
	text-align: justify;
	color: #6d4657;
	margin: 0 10px 0 10px;
} 
#textebas .egaleCoteACote h1{
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0 10px 0;	
	color: #ffffff;
	background: #6d4657;
	height: 22px;
	padding: 5px 0 0 10px;
}
#textebas a{
	color:#6d4657;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:underline;
}
#textebas a:hover{
	text-decoration: none;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------                BAS                   -------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#pied{
	display: block;
	align:right;
	width: 970px;
	height: 50px;
	clear: left;
	margin: 5px 0px 0 0;
	background: url() no-repeat left top;
}
#pied a{
	float: right;
	margin: 10px 0 0 0;
	margin-right: 30px;
}
