* {
	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;
}
h1 {
	font-size: 17px;
	color: #fff;
	margin-bottom:20px;
}
hr {
	color: #999;
	background-color: #999;
	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;
}
/*---------------------------------------------------------Menu verticale ul li avec position absolue-------*/

#menu {
	position: absolute;
	width: 300px;
	right: 0;
	top: 250px;
}
#menu ul {
	list-style-type: none;
}
#menu li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
	line-height:30px;
	margin-top: 6px;
	padding-left:15px;
	display: block;
	vertical-align:middle;
	background-image: url(images/fond-menu.jpg);
	background-repeat: no-repeat;
}
#menu li a:hover {
	color:#e40;
}
#menu li .selection {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#e90;
}
/*----------------------------------------------------------------------------------Entetes-------*/
#bandeau {
	height: 220px;
	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-------*/
#coordonnees {
	position: absolute;
	width: 253px;
	right: 26px;
	top: 456px;
	border-top:#748ea5 1px solid;
	border-left:#748ea5 1px solid;
	border-bottom:#748ea5 1px solid;
	padding: 4px 4px 4px 15px;
}
#coordonnees h2 {
	font-size: 15px;
	color: #adca4c;
	margin-bottom:9px;
}
#coordonnees h3 {
	font-size: 13px;
	color: #5981bc;
	margin-bottom:9px;
}
#coordonnees p {
	font-size: 15px;
	color: #fff;
	margin-bottom:9px;
}
#coordonnees .tel {
	font-size: 19px;
}
#h2entete {
	position: absolute;
	right: 0;
	width: 268px;
	top: 71px;
	left: 384px;
	text-align: center;
}
#h2entete h2 {
	font-size: 20px;
	color: #fff;
}
#slogan {
	position: absolute;
	right: 0;
	width: 432px;
	top: 174px;
	left: 221px;
}
#slogan h3 {
	font-size: 17px;
	color: #5981bc;
	text-align:right;
}
/*----------------------------------------------------------------------------------Contenu-------*/
#contenu {
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 320px 0 32px;
	min-height: 500px;
}
#contenu h2 {
	font-size: 15px;
	color: #adca4c;
	padding: 3px 0 3px 10px;
	background-image: url(images/fdh2.png);
	background-repeat: repeat-y;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669;
	margin:20px 0 20px 0;
}
#contenu h3 {
	font-size: 13px;
	color: #5981bc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669;
	padding-top:16px;
	margin-bottom:9px;
}
#contenu p {
	font-size: 13px;
	color: #fff;
	margin-bottom:9px;
}
#contenu ul {
	margin:18px 0 18px 40px;
}
#contenu li {
	color: #fff;
	list-style-type: square;
	list-style-position: inside;
	line-height: 18px;
}
#contenu a {
	font-size: 13px;
	color: #99f;
	text-decoration: underline;
}
#contenu a:hover {
	color:#fff;
	text-decoration: none;
}
#contenu h3.orange, #contenu p.orange{
	color:#fb8;
}
/*----------------------------------------------------------------------------------pied de page 1 colonnes-------*/
#pied {
	font-size: 10px;
	height: 101px;
	background-image: url(images/fond-pied-de-page.jpg);
	background-repeat: no-repeat;
	text-align:center;
}
#pied h2, #pied h3, #pied p, #pied a {
	font-size: 10px;
	color: #999;
	font-weight:normal;
	text-decoration: none;
}
#pied h4 {
	font-size: 10px;
	color: #999;
	font-weight:normal;
	text-decoration: none;
	padding-top:20px;
}
#pied p a:hover {
	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: #aaa;
}
/*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;
}
.centrage {
	text-align:center;
}
.tablo {
	width:100%;
	margin:20px 0 20px 0;
}
.tablo td {
	vertical-align:top;
	padding:8px;
}
.petitetaille {
	font-size:10px;
}