* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: url(images/fond-body.jpg) repeat-x top #f0dcbb;
}
img {
	border: none;
}
h1 {
	font-size: 15px;
	color: #003;
	padding: 5px 0 5px 20px;
	margin: 10px 0 12px 0;
	background: url(images/fdh1.png) repeat-y left;
}
h2 {
	font-size: 13px;
	color: #900;
}
h3 {
	font-size: 12px;
	color: #052;
}
p {
	font-size: 10px;
	color: #003;
}
hr {
	color: #a3b2c7;
	background: #a3b2c7;
	height: 1px;
	border: 0;
}
/*----------------------------------------------------------------------------------Conteneur general-------*/
#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background: url(images/fond-global.jpg) repeat-y;
}
/*----------------------------------------------------------------------------------Menu principal-------*/
#menu {
	background: url(images/fond-menu.jpg) no-repeat;
	padding-right: 60px;
	height: 38px;
	text-align: right;
	font-size: 14px;
	color: #040;
}
#sommaire {
	text-align: right;
	padding: 11px 10px 0 0;
}
#sommaire a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#sommaire a:hover {
	color: #052;
	text-decoration: underline;
}
#sommaire .select {
	text-decoration: underline;
	color: #fff;
}
/*----------------------------------------------------------------------------------Entetes-------*/
#bandeau {
	height: 171px;
	background: url(images/bandeau.jpg) no-repeat;
}
#entete {
	height: 65px;
	background: url(images/entete.jpg) no-repeat;
	text-align: right;
	padding-right: 360px;
}
/*----------------------------------------------------------------------------------divers encarts-------*/
#marge-droite {
	float: right;
	width: 200px;
	margin: 0 0 8px 8px;
	text-align:center;
}
#logo {
	position: absolute;
	right: 0;
	width: 249px;
	top: 704px;
	left: 20px;
	text-align: center;
}
#encart {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 211px;
	background: url(images/encart-haut.jpg) left top no-repeat;
	top: 86px;
	left: 51px;
	text-align: center;
}
#encart h2 {
	font-size: 11px;
	color: #052;
	font-weight:normal;
	margin: 4px 0 8px 0;
}
#encart h3 {
	font-size: 12px;
	color: #052;
	font-weight:normal;
	margin: 0 0 6px 0;
}
#encart p {
	font-size: 11px;
	color: #000;
	padding: 0;
	margin: 0;
}
#encart p.tel {
	font-size: 15px;
	font-weight: bold;
}
#encart a {
	font-size: 10px;
	font-weight: bold;
	color: #a3b2c7;
	text-decoration: underline;
}
#encart a:hover {
	color: #fff;
}
/*----------------------------------------------------------------------------------Contenu-------*/
#contenu {
	background: url(images/fond-contenu.jpg) no-repeat;
	background-position: top;
	padding: 10px 20px 10px 330px;
	min-height: 410px;
}
#contenu p {
	font-size: 12px;
	color: #000;
	margin: 6px 0 6px 0;
}
#contenu ul {
	margin:15px 0 15px 20px;
}
#contenu li {
	font-size: 13px;
	color: #003;
	list-style-type: square;
	list-style-position: inside;
	line-height: 17px;
}
#contenu a {
	font-size: 12px;
	color: #900;
	text-decoration: underline;
}
#contenu a:hover {
	color:#090;
	text-decoration: none;
}
#contenu h2 {
	margin: 10px 0;
}
#contenu h3 {
	margin: 10px 0;
}
/*---------------------------------------pied--------*/
#pied {
	font-size: 11px;
	text-align: center;
	color: #a3b2c7;
	height: 101px;
	background: url(images/fond-pied-de-page.jpg) no-repeat;
}
#sousmenu p {
	font-size: 11px;
	color: #666;
}
#sousmenu {
	padding: 5px 20px 0 20px;
}
#sousmenu a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
#sousmenu a:hover {
	color: #666;
	text-decoration: underline;
}
#sousmenu h3 {
	font-size: 10px;
	color: #666;
	font-weight:normal;
}
#sousmenu h2 {
	font-size: 10px;
	color: #666;
	font-weight:normal;
}
/*----------------------------------------------------------------------------------FORMULAIRE CONTACT.PHP-------*/
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
	padding-left: 6px;
	border: 1px solid #336666;
}
/*style des titres et intitulés du formulaire*/
.formulairetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
}
/*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;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #f00;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	z-index:3;
}
label {
	display:block;
	width:104px;
	float:left;
	border-bottom:#ccc 1px dotted;
	text-align:left;
}
.form {
	width:300px;
	padding:3px;
	margin:0 auto;
}
/*------------------------------------------------------------------------DIVERS CLASS-------*/
.gauche{
	float:left;
	padding-right: 5px;
}
.droite{
	float:right;
	padding-left: 5px;
}
.petitetaille {
	font-size: 10px;
}
.centrage {
	text-align:center;
}
/*------------------------------------------------------------------------SLIDE et LIGHTBOX-------*/
#slide {
	position:absolute;
	right:0;
	top:61px;
	width : 705px;
	height: 214px;
	z-index: 1;
}
#galerie1, #galerie2 {
	z-index: 3;
}
#galerie1 img, #galerie2 img {
	margin-right:5px;
}
