* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #000;
	background-image: url(images/fond-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: none;
}
.ligne {
border-top:#333 1px solid;
}
/*----------------------------------------------------------------------------------Conteneur general-------*/
#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background-image: url(images/fond-global.jpg);
	background-repeat: repeat-y;
}
/*----------------------------------------------Menu verticale ul li avec position absolue-------*/

#menu {
	position: absolute;
	width: 600px;
	margin: 0;
	left: 367px;
	top: 79px;
}
#menu ul {
	list-style-type: none;
}
#menu li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	line-height:20px;
	margin: 3px 2px 0 2px;
	padding-right: 8px;
	display: block;
	text-align:right;
	vertical-align:middle;
	background: url(images/fdmenu-off.png) repeat-y right;
}
#menu li a:hover {
	color:#66f;
	background: url(images/fdmenu-on.png) repeat-y right;
}
#menu li .selection {
	color:#000;
	background: url(images/fdmenu-on.png) repeat-y right;
}
/*----------------------------------------------------------------------------------Entetes-------*/
#bandeau {
	height: 270px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
}
/*----------------------------------------------------------------------------------divers encarts-------*/
#photopopup {
	float: left;
	width: 210px;
	margin: -30px 6px 6px 0;
	text-align:center;
	clear:both;
}
/*----------------------------------------------------------------------------------coordonnees-------*/
#coordonnees {
	position: absolute;
	width: 188px;
	top: 530px;
	left: 11px;
	text-align: center;
	color: #fff;
}
#coordonnees h2 {
	font-size: 14px;
}
#coordonnees h3 {
	font-size: 12px;
}
#coordonnees p {
	font-size: 11px;
}
#coordonnees p.tel {
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
}
#coordonnees a {
	font-size: 10px;
	font-weight: bold;
	color: #ff0;
	text-decoration: underline;
}
/*----------------------------------------------------------------------------------activites-------*/
#activites {
	position: absolute;
	width: 594px;
	background: url(images/encart-haut.jpg) left top no-repeat;
	top: 44px;
	left: 369px;
	text-align: center;
}
#activites h1 {
	font-size: 13px;
	color: #dff;
	text-align:right;
	padding-right:8px;
}
/*----------------------------------------------------------------------------------contenu-------*/
#contenu {
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 510px;
	padding: 0 8px 0 210px;
}
#contenu p {
	font-size: 12px;
	color: #fff;
}
#contenu h2, #contenu h3, #contenu p {
	padding: 4px 0;
}
#contenu h3 {
	border-top:1px #666 dotted;
	border-bottom:1px #666 dotted;
	margin:12px;
	font-size:13px;
	color:#fff;
}
#contenu h4 {
	margin:12px;
	font-size:13px;
	color:#efe;
}
#contenu h2 {
	font-size:15px;
	color:#dff;
	padding-top:22px;
	text-align:right;
	margin-bottom: 15px;
	border-bottom:1px #aaa solid;
}
#contenu li {
	font-size: 12px;
	color: #000;
	list-style-type: square;
	list-style-position: outside;
	line-height: 15px;
}
#contenu a {
	font-size: 12px;
	color: #99f;
	text-decoration: underline;
	font-weight:normal;
}
#contenu a:hover {
	color:#ff9;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------pied de page 2 colonnes-------*/
#pdp{
	background-color: #000;
	text-align:center;
	vertical-align:top;
}
#pied {
	width:970px;	
	height: 101px;
	font-size: 11px;
	color: #666;
	background-image: url(images/fd-pdp.jpg);
	background-repeat: no-repeat;
	margin:0 auto;
}
#sousmenu {
	float: right;
	width: 760px;
	text-align: center;
	padding: 20px 5px 0 5px;
}
#eodys {
	float: left;
	width: 200px;
	text-align: center;
	padding: 20px 0 0 0;
}
#pied p {
	font-size: 10px;
	color: #666;
}
#pied a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
#pied a:hover {
	color: #666;
	text-decoration: underline;
}
#pied h3 {
	font-size: 10px;
	color: #666;
	font-weight:normal;
}
#pied h2 {
	font-size: 10px;
	color: #666;
	font-weight:normal;
}
/*----------------------------------------------------------------------------------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: #fff;
}
/*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;
}
/*------------------------------------------------------------------------tableau page promo-------*/
.promophoto {
}
.promoproduit {
}
.promoprix {
}
