* {	
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background-color: #dededf;
	background-image: url(images/fond-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border: none;
}
h1 {
	font-size: 15px;
	color: #c00;
	margin-bottom:15px;
}
h2 {
	font-size: 13px;
	color: #006;
}
h3 {
	font-size: 12px;
	color: #069;
}
h4 {
	font-size: 12px;
	color: #444;
	margin: 6px 0 6px 20px;
	padding-left: 6px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #ddd;
}
p {
	font-size: 12px;
	color: #000;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
}
p.ensavoirplus, ul.ensavoirplus {
	padding-left: 70px;
	font-variant:small-caps;
	font-size: 11px;
	font-style:italic; 
}
/*----------------------------------------------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: 275px;
	left: 24px;
	top: 195px;
}
#menu ul {
	list-style-type: none;
}
#menu li a{
	font-size:13px;
	color: #004;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
	line-height:30px;
	margin: 5px 2px 0 2px;
	padding: 0 2px 0 52px;
	display: block;
	vertical-align:middle;
	background-image: url(images/fdli-off.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;	
}
#menu li a:hover {
	color:#e40;
	background-image: url(images/fdli-on.png);
	background-repeat: no-repeat;
	border-bottom-color: #d00;
}
#menu li .selection {
	font-size: 13px;
	color:#d40;
	background-image: url(images/fdli-on.png);
	background-repeat: no-repeat;
}
/*------------------------------------------------------Entetes-------*/
#bandeau {
	height: 250px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/*-----------------------------------------------divers encarts-------*/
#marge-droite {
	float: right;
	right: 0;
	width: 180px;
	margin: 0 0 8px 8px;
}
#logo {
	position: absolute;
	right: 0;
	width: 249px;
	top: 704px;
	left: 20px;
	text-align: center;
}
#encart {
	position: absolute;
	margin: 0;
	padding: 12px 0 12px 0;
	width: 275px;
	background: url(images/fond-encart.png) center repeat-y;
	top: 436px;
	left: 26px;
	text-align: center;
	border-width: 1px;
	border-style: dotted;
	border-color: #f00;
}
#encart p.tel {
	font-size: 15px;
	font-weight: bold;
}
#encart a {
	font-size: 10px;
	color: #069;
	text-decoration: none;
}
#encart a:hover {
	color: #f00;
}
#encart h3 {
	font-size: 10px;
	font-weight: normal;
	font-variant:small-caps;
	margin:0 0 12px 0;
}
/*-------------------------------------------------------------Contenu-------*/
#contenu {
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 8px 10px 320px;
	min-height: 510px;
}
#contenu li {
	font-size: 13px;
	color: #000;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	margin: 0 0 0 22px;
	line-height: 16px;
}
#contenu li.petitetaille {
	font-size: 10px;
}
#contenu a {
	font-size: 12px;
	color: #069;
	text-decoration: underline;
}
#contenu a:hover {
	color:#f00;
	text-decoration: none;
}
#contenu h2, h3 {
	margin: 16px 0 12px 0;	
}
#contenu h2 {
	background-image: url(images/fdh2.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
#contenu p{
	margin: 0 0 8px 0;	
}
#tablotarif{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	font-weight:bold;
}
#tablotarif td{
	height:35px;
	border-bottom:#999999 1px dotted;
	vertical-align:middle;
}
/*---------------------------------------------pied de page 2 colonnes-------*/
#pied {
	font-size: 11px;
	color: #666;
	height: 101px;
	background-image: url(images/fond-pied-de-page.jpg);
	background-repeat: no-repeat;
	text-align:center;
	padding:0 3px 0 94px;
}
#pied h2 {
	font-size: 10px;
	color: #666;
	font-weight:normal;
}
#pied h3 {
	font-size: 10px;
	color: #666;
	font-weight:normal;
	margin: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;
}

/*---------------------------------------------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;
	text-align:center;
}
/*style des titres et intitulés du formulaire*/
.formulairetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #669;
}
/*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;
}
.contact {
	background-position: center;
	width: 100%;
	text-align: center;
}
