* {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #fff;
	background: url(images/fond-body.jpg) repeat-x top;
}
img {
	border: none;
}
h1 {
	font-size: 15px;
	color: #040;
	margin:-10px 0 20px 0;
	padding:8px 0;
	text-align:center;
	background:url(images/fdh1.jpg) repeat-y;
}
.ligne {
	border-bottom:#7A6D5F 1px solid;
	margin:12px 0;	
}
.clear{
	clear:both;
}
.signature{
	text-align: right;
	font-size: 10px;
}
/*------------------------------------------------Conteneur general--------*/
#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background: url(images/fond-global.jpg) repeat-y;
}
/*-----------------------Menu verticale ul li avec position absolue--------*/
#menu {
	position: absolute;
	width: 257px;
	margin: 0;
	left: 31px;
	top: 193px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu li a{
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	height: 27px;
	line-height:27px;
	margin: 3px 2px 0 2px;
	padding: 0 2px 0 2px;
	display: block;
	text-align:center;
	vertical-align:middle;
	background: url(images/fond-menu-on.png) no-repeat center bottom;
	border-bottom: #7A6D5F 1px solid;
}
#menu li a:hover {
	color:#fff;
	background: url(images/fond-menu-off.png) no-repeat center bottom;
	border-bottom: #FFFFFF 1px solid;
}
#menu li .select {
	color:#fff;
	background: url(images/fond-menu-off.png) no-repeat center bottom;
	border-bottom: #FFFFFF 1px solid;
}
/*------------------------------------------------------------Entetes-------*/
#bandeau {
	height: 400px;
	background: url(images/bandeau.jpg) no-repeat;
}
#logo {
	position: absolute;
	width: 243px;
	height:184px;
	left: 31px;
	top: 23px;
}
/*-----------------------------------------------------divers encarts-------*/
#marge-droite {
	float: right;
	right: 0;
	width: 180px;
	margin: 0 20px 8px 8px;
}
#logo {
	position: absolute;
	right: 0;
	width: 249px;
	top: 5px;
	left: 36px;
	text-align: center;
}
#encart {
	position: absolute;
	width: 257px;
	background: url(images/encart-haut.jpg) left top no-repeat;
	top: 429px;
	left: 30px;
	text-align: center;
}
#encart h2 {
	font-size: 14px;
	color: #46382B;
}
#encart h3 {
	font-size: 12px;
	color: #46382B;
}
#encart h4 {
	font-size:11px; 
	color:#f60;
}
#encart p {
	font-size: 11px;
	color: #000;
}
#encart p.tel {
	font-size: 17px;
	font-weight: bold;
}
#encart a {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#encart a:hover {
	color: #fff;
}
#encart table {
	text-align: center;
}
#encart td {
	padding: 5px;
}
/*----------------------------------------------------------------------------------Contenu-------*/
#contenu {
	background: url(images/fond-contenu.jpg) no-repeat top;
	min-height: 550px;
	padding: 20px 30px 10px 314px;
}
#contenu h2 {
	font-size:14px; 
	margin: 10px 10px 10px 0;
	padding: 5px 0 5px 10px;
	background-image: url(images/fdh2.png) repeat-y center;
	border-bottom: #090 1px solid;
	color:#f60;
}
#contenu h2.comh1 {
	font-size: 15px;
	color: #040;
	margin:20px 0;
	padding:4px 0;
	text-align:center;
	background:url(images/fdh1.jpg) repeat-y;
}
#contenu h3 {
	font-size:12px; 
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 10px;
	color: #390;
}
#contenu p {
	font-size: 11px;
	color: #000;
	margin:10px 0;
}
#contenu ul {
	white-space: normal;
	margin:18px 0 18px 20px;
}
#contenu li {
	font-size: 12px;
	color: #042;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom:4px;
}
#contenu a {
	text-decoration: none;
	font-size: 11px;
	color: #633;
}
#contenu a:hover {
	color:#fff;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------pied de page-------*/
#pdp {
	height: 131px;
	background: url(images/fond-pdp.jpg) repeat-x;
}
#pied {
	height: 131px;
	background: url(images/fond-pied.jpg) no-repeat;
	width:970px;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}
#pied h2, #pied h3, #pied p, #pied a {
	font-size: 10px;
	color: #aaa;
	font-weight:normal;
	text-decoration: none;
	margin:10px 0;
}
/*----------------------------------------------------------------------------------FORMULAIRE CONTACT.PHP-------*/
/*style du texte saisi par le visiteur*/
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #033;
	padding-left: 6px;
	border:#366 1px solid;
}
/*style des titres et intitulés du formulaire*/
.formulairetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #033;
}
/*Fenêtre d'alerte envoi de message ou problème*/
.popuphtml{
	position: absolute;
	height: 80px;
	width: 250px;
	top: 350px;
	left: 400px;
	background-color: #eee;
	border: 4px solid #f00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #f00;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
/*------------------------------------------------------------------------DIVERS CLASS-------*/
.gauche{
	float:left;
	padding-right: 20px;
}
.droite{
	float:right;
	padding-left: 5px;
}
.droit{
	float:right;
	padding-left: 5px;
	background:#fff;
	border-left:#090 1px solid;
}

.centrage {
	text-align:center;
}
.petitetaille {
	font-size: 10px;
}
.tablo {
	width:100%;
	border:0;
	margin:20px 0;
}
.tablo td {
	vertical-align:middle;
	text-align:left;
	padding:2px;
}
