* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/fond-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color:#f6f2d4;
}
img {
	border: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003;
	padding-top: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #964;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dad6bc;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003;
}
hr {
	color: #dad6bc;
	background-color: #dad6bc;
	height: 1px;
	border: 0;
}
/*----------------------------------------------------------------------------------Conteneur general-------*/
#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background-image: url(images/fond-global.jpg);
	background-repeat: repeat-y;
	background-position:center;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
}
/*----------------------------------------------------------------------------------Menu principal-------*/
#menu {
	position:absolute;
	top:248px;
	right:0;
	width:232px;
}
#menu ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a02266;
	width:222px;
}
#menu li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #900;
	text-decoration: none;
	font-weight: bold;
	height: 27px;
	line-height:27px;
	margin: 5px 2px 0 2px;
	padding: 0 2px 0 20px;
	display: block;
	vertical-align:middle;
	background-image: url(images/fond-menu-off.jpg);
	background-repeat: no-repeat;
	background-position: left middle;
}
#menu li a:hover {
	color:#756c5c;
	background-image: url(images/fond-menu-on.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menu li a.select {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#756c5c;
	background-image: url(images/fond-menu-on.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*----------------------------------------------------------------------------------Entetes-------*/
#bandeau {
	height: 171px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
}
#entete {
	height: 65px;
	background-image: url(images/entete.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
/*----------------------------------------------------------------------------------divers encarts-------*/
#marge-droite {
	float: right;
	right: 0;
	width: 180px;
	margin: 0 20px 8px 8px;
}
#logo {
	position: absolute;
	right: 0;
	width: 249px;
	top: 704px;
	left: 20px;
	text-align: center;
}
#encart {
	position: absolute;
	width: 213px;
	top: 410px;
	left: 758px;
}
#encart h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#encart h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight:normal;
}
#encart p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#encart p.tel {
	font-size: 17px;
	font-weight: bold;
}
#encart a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#encart a:hover {
	color: #fff;
}
/*----------------------------------------------------------------------------------Contenu-------*/
#contenu {
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 250px 10px 20px;
	min-height: 500px;
}
#contenu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#contenu h2, #contenu h3, #contenu p {
	margin: 15px 0 15px 0;
}
#contenu h2 {
	background-color:#f6f2d4;
}
#contenu ul {
	white-space: normal;
}
#contenu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	list-style-type: square;
	list-style-position: inside;
	line-height: 17px;
}
#contenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004400;
	text-decoration: underline;
}
#contenu a:hover {
	color:#B63C3C;
	text-decoration: none;
}
#contenu .tablo {
	border:none; 
	width:100%;
}
#contenu .tablo li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #443;
	padding:0 0 0 5px;
}
/*----------------------------------------------------------------------------------pied de page 2 colonnes-------*/
#pied {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	height: 101px;
	background-image: url(images/fond-pied-de-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pied h2, #pied h3, #pied p, #pied a, #pied a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	font-weight:normal;
	text-decoration:none;
}
#eodys {
	float: right;
	width: 200px;
	text-align: left;
	padding: 20px 0 0 18px;
}
#sousmenu {
	float: left;
	width: 730px;
	text-align: right;
	padding: 20px 0 0 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: #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;
}
/*------------------------------------------------------------------------DIVERS CLASS-------*/
.gauche{
	float:left;
	padding-right: 5px;
}
.droite{
	float:right;
	padding-left: 5px;
}
.petitetaille {
	font-size: 10px;
}
.centrage {
	text-align:center;
}
