* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	background-image: url(images/fond-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: none;
}
h1 {
	font-size: 15px;
	font-variant:small-caps;
	font-style:italic;
	padding: 5px 5px 5px 15px;
	margin: 0 0 20px 0;
	color:#fff;
	background-color:#62135e;
	font-style:
}
h2 {
	font-size: 13px;
	color: #62135e;
}
h3 {
	font-size: 13px;
	color: #ec7206;
}
h4 {
	font-size: 13px;
	color: #707173;
	padding-bottom:4px;
}
h5 {
	font-size: 13px;
	color: #f00;
	padding-bottom:4px;
}
hr {
	color: #62135e;
	background-color: #960;
	height: 1px;
	border: 0;
}
/*----------------------------------------------Conteneur general-------*/
#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background: url(images/fond-global.jpg) repeat-y;
}
/*----------------------------------------------Menu verticale ul li avec position absolue-------*/
#menu {
	position: absolute;
	width: 280px;
	margin: -20px 25px 10px 0;
	padding: 30px 0 0 0;
	border-right: solid #62135e 3px;
	top: 296px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	list-style-type: none;
	font-variant:small-caps;
}
#menu li a{
	font-size: 14px;
	color: #e40;
	height: 30px;
	line-height:30px;
	text-decoration: none;
	border-bottom: solid #62135e 1px;
	font-weight: bold;
	display: block;
	padding: 0 2px 0 10px;
	background-image: url(images/fond-menu-off.png);
	background-repeat: repeat-y;
	background-position: right;
}
#menu li a:hover {
	color:#fff;
	background-color:#62135e;
}
#menu li .selection {
	color:#fff;
	background-color:#62135e;
}
#menu .coord {
	background: url(images/fond-menu-off.png) repeat-y left;
	width: 241px;
	margin: 15px 0 10px 10px;	
	padding: 6px 6px 6px 15px;
	color:#62135e;
	font-variant:small-caps;
}
#menu .tel {
	font-size: 24px;
	font-weight: bold;
	padding:6px 0;
}
/*-----------------------------------------------Entetes-------*/
#bandeau {
	height: 274px;
	background: url(images/bandeau.jpg) no-repeat right;
}
/*-----------------------------------------------divers encarts-------*/
#marge-droite {
	float: right;
	right: 0;
	width: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #62135e;
}
#logo {
	position: absolute;
	right: 0;
	width: 249px;
	top: 795px;
	left: 11px;
	text-align: center;
}
/*-----------------------------------------------Contenu-------*/
#contenu {
	background: url(images/fond-contenu.jpg) no-repeat top;
	padding: 20px 0 0 307px;
	min-height: 620px;
}
#contenu h2 {
	padding: 5px 5px 5px 15px;
	margin:25px 0 10px 0;
	background-color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#contenu h3 {
	padding: 5px 5px 5px 15px;
	margin:0 0 10px 0;
}
#contenu p {
	font-size: 12px;
	color: #000;
	margin: 0 0 10px 0;
}
#contenu ul {
	padding: 0;
	margin: 0 0 10px 0;
}
#contenu li {
	font-size: 15px;
	color: #ec7206;
	list-style-type: square;
	list-style-position: inside;
	line-height: 18px;
}
#contenu li.prestations {
	background: url(images/fond-menu-on.png) repeat-y left;
}
#contenu li.petitetaille {
	font-size: 10px;
}
#contenu a {
	font-size: 12px;
	color: #62135e;
	text-decoration: underline;
}
#contenu a:hover {
	color:#fff;
	text-decoration: none;
}
#contenu .tablointro td {
	background: url(images/fond-menu-on.png) repeat-y left;
	margin: 3px;
	border-bottom: 1px solid #62135e;
	width: 33%;
	padding:3px 3px 3px 6px;
	vertical-align:top;
}
/*-----------------------------------------------pied de page 2 colonnes-------*/
#pied {
	text-align: center;
	color: #666;
	background: url(images/fond-pied-de-page.jpg) no-repeat;
}
#pied h2 {
	font-size: 10px;
	color: #666;
	font-weight:normal;
}
#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: #62135e;
}
/*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;
}
.petitetaillegris {
	font-size: 10px;
	color:#999;
}
.t13 {
	font-size: 13px;
}
.grandetaille {
	font-size: 20px;
}
.t20 {
	font-size: 20px;
}
.centrage {
	text-align:center;
}
