* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #777;
	background-image: url(images/fond-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #a01f0e;
	margin-top: 5px;
}
hr {
	color: #6c0;
	background-color: #6c0;
	height: 1px;
	border: 0;
}
/*----------------------------------------------------------------------------------Conteneur general-------*/
#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background-color:#fff;
	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;
	height: 38px;
	text-align: right;
	color: #9e1f0e;
	font-size:8px;
}
#sommaire {
	text-align: right;
	padding: 14px 100px 0 0;
}
#sommaire a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-variant:small-caps;
}
#sommaire a:hover {
	color: #9e1f0e;
}
#sommaire a.select {
	color: #9e1f0e;
}
/*----------------------------------------------------------------------------------Entetes-------*/
#bandeau {
	height: 171px;
	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;
	padding-right: 10px;
}
#entete h1{
	font-size: 12px;
	font-weight: bold;
	color: #cdcdcd;
	right: 140px;
	top: 77px;
	position: absolute;
}
/*----------------------------------------------------------------------------------divers encarts-------*/
#marge-droite {
	float: right;
	right: 0;
	width: 180px;
	margin: 0 20px 8px 8px;
	background-color: #f1e9c2;
	border: 1px solid #25a62f;
}
#animentete {
	position: absolute;
	width: 267px;
	top: 107px;
	left: 60px;
}
#encart h2 {
	font-size: 14px;
	color: #fff;
}
#encart h3 {
	font-size: 12px;
	color: #fee;
}
#encart p {
	font-size: 11px;
	color: #f99;
}
#encart {
	position: absolute;
	width: 267px;
	background: url(images/encart-haut.jpg) left top no-repeat;
	top: 339px;
	left: 9px;
	text-align: center;
}
#encart p.tel {
	font-size: 20px;
}
#encart a {
	font-size: 10px;
	font-weight: bold;
	color: #f99;
	text-decoration: underline;
}
#encart a:hover {
	color: #fff;
}
#catalogue {
	width: 590px;;
	background-image: url(images/fond-catalogue_haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
}
#cataloguecontenu {
	background: url(images/fond-catalogue_bas.gif) left bottom no-repeat;
	padding: 0  15px 15px 15px;
}
/*----------------------------------------------------------------------------------Contenu-------*/
#contenu {
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 50px 10px 320px;
	min-height: 410px;
}
#contenu h2 {
	font-size: 13px;
	color: #555;
	margin:14px 0;
}
#contenu h3 {
	font-size: 12px;
	color: #f99;
	margin:12px 0;
}
#contenu p {
	font-size: 12px;
	color: #000;
	margin:10px 0;
}
#contenu p.legende {
font-size: 10px;
}
#contenu ul {
	white-space: normal;
}
#contenu li {
	font-size: 12px;
	color: #900;
	list-style-type: square;
	list-style-position: inside;
}
#contenu a {
	font-size: 12px;
	color: #300;
	text-decoration: underline;
}
#contenu a:hover {
	color:#f00;
	text-decoration: none;
}
/*-------------------------------------------------------------------pied de page 1 colonne  -------*/
#pied {
	font-size: 11px;
	text-align: center;
	color: #aaa;
	height: 101px;
	background-image: url(images/fond-pied-de-page.jpg);
	background-repeat: no-repeat;
}
#sousmenu p {
	font-size: 11px;
	color: #aaa;
}
#sousmenu h3 {
	font-size: 11px;
	color: #aaa;
}
#sousmenu {
	padding: 17px 20px 0 20px;
}
#sousmenu a {
	font-size: 11px;
	color: #aaa;
	text-decoration: none;
}
#sousmenu a:hover {
	color: #900;
	text-decoration: underline;
}
/*----------------------------------------------------------------------------------CLASS-------*/
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #033;
	padding-left: 6px;
	border: 1px solid #366;
	background-image: url(images/feuille-form.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
}
.formulairetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #033;
}
.gauche{
	float:left;
	padding-right: 5px;
}
.droite{
	float:right;
	padding: 0 12px 8px 8px;
}
.popuphtml{
	position: absolute;
	height: 65px;
	width: 200px;
	top: 350px;
	left: 550px;
	background-color: #ccc;
	border: thin solid #999;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
.tiret {
	margin: 16px 0 16px 0;
}
a.info {
    position:relative; 
    z-index:24; 
    color:#000;
    text-decoration:none;
}
a.info:hover {
	z-index:25; 
}
a.info span {
	display: none
}
a.info:hover span { 
 	display:block; 
 	position:absolute;
    top:30px; 
	left:0px; 
	width:250px;
    border:1px solid #F4912D;
    background-color:#fff; 
    padding:3px;
}
.petitetaille {
	font-size: 10px;
}
