* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color:#000;
	background-image: url(images/fond-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border: none;
}
h1 {
	font-size: 17px;
	color: #ccf;
	font-variant:small-caps;
	margin:12px 0;
	text-align:center;
}
/*----------------------------------------------Conteneur general-------*/
#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
}
/*----------------------------------------------Menu verticale ul li avec position absolue-------*/
#menu {
	position: absolute;
	width: 263px;
	left: 708px;
	top: 82px;
}
#menu ul {
	list-style-type: none;
}
#menu li a{
	font-size: 17px;
	color: #006;
	text-decoration: none;
	font-weight: bold;
	height: 35px;
	line-height:35px;
	margin-top: 6px;
	padding-left: 12px;
	display: block;
	vertical-align:middle;
	background: url(images/fond-menu-off.png) repeat-y left;
	text-align:left;
	font-variant:small-caps;
}
#menu li a:hover {
	color:#33f;
	font-style:italic;
	background: url(images/fond-menu-on.png) repeat-y left;
}
#menu li .selection {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#900;
	font-style:italic;
	background: url(images/fond-menu-on.png) repeat-y left;
}
/*-----------------------------------------------Entetes-------*/
#bandeau {
	height: 274px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
}
/*-----------------------------------------------divers encarts-------*/
#marge-droite {
	float: right;
	right: 0;
	width: 240px;
	margin: 0 0 8px 8px;
	padding:6px 0 6px 6px;
	border-left:#999 1px solid;
}
#logo {
	position: absolute;
	width: 450px;
	top: 125px;
	left: 12px;
	height: 140px;
}
#encart {
	position: absolute;
	padding: 20px 0 12px 0;
	width: 275px;
	background: url(images/fond-encart.png) center top no-repeat;
	top: 298px;
	left: 25px;
	text-align: center;
}
#encart h2 {
	font-size: 11px;
	color: #cdb;
	margin:8px 0;
	font-weight:normal;
	font-variant:small-caps;
}
#encart h3 {
	font-size: 11px;
	color: #cdb;
	margin:5px 0;
}
#encart p {
	font-size: 11px;
	color: #efe;
	margin:6px 0;
}
#encart p .tel {
	font-size: 15px;
	font-weight: bold;
}
#encart a {
	font-size: 10px;
	font-weight: bold;
	color: #cdb;
	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: 20px 0 10px 0;
	min-height: 600px;
}
#contenu p {
	font-size: 12px;
	color: #efe;
	margin: 5px 0;
}
#contenu h2 {
	font-size: 15px;
	color: #fff;
	margin: 20px 0;
	padding: 10px 0;
	font-variant:small-caps;
	text-align:center;
	background: url(images/fdh2.png) center repeat-y;
}
#contenu h3, h4  {
	font-size: 13px;
	color: #ccf;
	margin: 10px 0;
}
#contenu h4 {
	text-align:center;
	border-bottom:#66a 1px dotted;
	margin:19px 0;
}
#contenu ul {
	margin:22px 0 22px 50px;
}
#contenu li {
	font-size: 15px;
	color: #efe;
	list-style-type: square;
	list-style-position: inside;
	line-height: 18px;
	color:#fed;
}
#contenu li .petitetaille {
	font-size: 10px;
}
#contenu a {
	font-size: 12px;
	color: #99f;
	text-decoration: underline;
}
#contenu a:hover {
	color:#fff;
	text-decoration: none;
}
.bloccontenu-texte {
	width:350px;
	vertical-align: middle;
	padding:10px;
	margin:35px 5px 0 0;
	float:left;
	border:#999 1px solid;
}
.bloccontenu-photo {
	width:580px;
	vertical-align:middle;
	padding-left:10px;
	float:left;
	text-align:center;
}
.bloccontenu2 {
	width:455px;
	text-align:center;
	vertical-align:top;
	padding:10px;
	float:left;
}
/*-----------------------------------------------pied de page 2 colonnes-------*/
#pied {
	background: url(images/fond-pied-de-page.jpg) top repeat-x;
	text-align:center;
}
#pied h2 {
	font-size: 10px;
	color: #666;
	font-weight:normal;
	padding-top:20px;
}
#pied h3 {
	font-size: 10px;
	color: #666;
	font-weight:normal;
}
#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;
}
/*-----------------------------------------------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;
}
.ligne {
	border-top:#999 1px solid;
	margin:10px 0 10px 0;
}
#tablo-adresse {
	width:700px;
	border:none;
	margin:0 auto;
}
#tablo-adresse td {
	padding:20px 5px;
	text-align:center;
}
#tablo-adresse p {
	color:#fff;
	font-size:14px;
}