* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(images/fond-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003;
	padding: 30px 0 15px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #c00;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003;
}
hr {
	color: #666;
	background-color: #666;
	height: 1px;
	border: 0;
}
/*strong {
font-weight:normal;
}/*
/*----------------------------------------------------------------------------------Conteneur general-------*/
#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background-image: url(images/fond-global.jpg);
	background-repeat: repeat-y;
}
/*----------------------------------------------------------------------------------Menu principal-------*/
#menu {
	background-image: url(images/fond-menu.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 38px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f60;
}
#sommaire {
	text-align: center;
	padding: 8px 60px 0 450px;
}
#sommaire a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#sommaire a:hover {
	color: #f60;
}
#sommaire .select {
	color: #000;
}
/*----------------------------------------------------------------------------------Entetes-------*/
#bandeau {
	height: 130px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
}
/*----------------------------------------------------------------------------------divers encarts-------*/
#marge-droite {
	float: right;
	right: 0;
	width: 220px;
	margin: 0 0 8px 8px;
	padding:0 0 0 8px;
	border-left: #f60 1px solid;
	background: #fff;
}
#marge-droite h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f60;
	padding: 0;
}
#marge-droite p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
#marge-droite a.tita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration:underline;
}
#marge-droite a:hover.tita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f60;
	text-decoration:none;
}
#slogan {
	position: absolute;
	right: 0;
	width: 250px;
	top: 134px;
	left: 27px;
	text-align: center;
}
#encart {
	position: absolute;
	top: 173px;
	left: 9px;
	width: 280px;
	min-height: 210px;
	text-align: center;
	padding-right: 10px;
}
#encart h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #666;
	padding: 4px 0;
}
#encart h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f90;
	font-weight:normal;
	padding: 12px 0;
}
#encart p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#encart p.tel {
	font-size: 17px;
	font-weight: bold;
}
#encart a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
#encart a:hover {
	color: #f90;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------Contenu-------*/
#contenu {
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0 0 10px 310px;
	min-height: 500px;
}
#contenu p {
	padding: 6px 0 6px 0;
}
#contenu h2 {
	padding: 12px 0 12px 0;
	color:#f60;
}
#contenu h3 {
	padding: 6px 0 6px 0;
	color:#666;
}
#contenu ul {
	white-space: normal;
}
#contenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	list-style-type: square;
	list-style-position: inside;
	line-height: 14px;
}
#contenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #640;
	text-decoration: underline;
}
#contenu a:hover {
	color:#f60;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------pied de page 2 colonnes-------*/
#pied {
	color: #666;
	height: 101px;
	background: url(images/fond-pdp.jpg) repeat-x top;
	text-align:center;
	padding-top: 20px;
}
#pied h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight:normal;
}
#pied h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight:normal;
}
#pied p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
#pied a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
#pied a:hover {
	color: #f90;
	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: #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;
}
