* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #948e6e;
	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: #003;
	background:url(images/fdh.png) left repeat-y;
	padding:4px 0;
}
p {
	font-size: 11px;
	color: #003;
}

/*----------------------------------------------------------------------------------Conteneur general-------*/

#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background-color:#FFFFFF;
	background-image: url(images/fond-global.jpg);
	background-repeat: repeat-y;
}

/*----------------------------------------------Menu verticale ul li avec position absolue-------*/

#menu {
	position: absolute;
	width: 258px;
	left: 3px;
	top: 107px;
}
#menu ul {
	list-style-type: none;
}
#menu li a{
	font-size: 12px;
	color: #900;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	line-height:20px;
	margin: 2px 0;
	padding: 0 2px 0 10px;
	display: block;
	vertical-align:middle;
	font-variant:small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948e6e;
}
#menu li a:hover {
	color:#948e7e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948e6e;
	background:url(images/fdlimenu.png) left repeat-y;
}
#menu li .selection {
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948e6e;
	background:url(images/fdlimenu.png) left repeat-y;
	padding-left:25px;
}
/*----------------------------------------------------------------------------------Entetes-------*/

#bandeau {
	height: 171px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
}
#bandeau-feu {
	height: 171px;
	background-image: url(images/bandeau-feu.jpg);
	background-repeat: no-repeat;
}
#entete {
	height: 65px;
	background-image: url(images/entete.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
	padding: 0 50px 0 0;
}
#anim {
	height: 38px;
	background-image: url(images/fond-menu.jpg);
}

/*----------------------------------------------------------------------------------divers encarts-------*/

#marge-droite {
	float: right;
	right: 0;
	width: 180px;
	margin: 0 20px 8px 8px;
	background-color: #f1e9c2;
	border: 1px solid #25a62f;
}
#encartannonce {
	float: right;
	right: 0;
	margin: 0 0 0 8px;
	border: #999999 1px solid;
}
#encart h2 {
	font-size: 13px;
	font-weight: bold;
	color: #900;
}
#encart h3 {
	font-size: 12px;
	color: #575340;
}
#encart p {
	font-size: 11px;
	color: #003;
}
#encart {
	position: absolute;
	width: 243px;
	background: url(images/encart-haut.jpg) left top no-repeat;
	top: 354px;
	left: 14px;
	text-align: left;
}
#encart a {
	font-size: 10px;
	font-weight: bold;
	color: #006611;
	text-decoration: underline;
}
#encart a:hover {
	color: #ff9900;
}
#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: 30px 27px 10px 300px;
	min-height: 550px;
}
#contenu p {
	font-size: 12px;
	color: #000000;
	margin:4px 0;
}
#contenu h2 {
	font-size: 13px;
	font-weight: bold;
	color: #900;
	background:url(images/fdh.png) left repeat-y;
	margin:10px 0;
}
#contenu h3 {
	font-size: 12px;
	color: #575340;
	background:url(images/fdh.png) left repeat-y;
	margin:10px 0;
}
#contenu p.legende {
	font-size: 10px;
}
#contenu ul {
	white-space: normal;
}
#contenu li {
	font-size: 12px;
	color: #948e7e;
	list-style-type: square;
	list-style-position: inside;
}
#contenu li.ecart {
	padding: 0 0 4px 0;
}
#contenu a {
	font-size: 12px;
	color: #004400;
	text-decoration: underline;
}
#contenu a:hover {
	color:#B63C3C;
	text-decoration: none;
}

/*----------------------------------------------------------------------------------pied de page-------*/

#pied {
	font-size: 10px;
	text-align: center;
	color: #999;
	height: 101px;
	background-image: url(images/fond-pied-de-page.jpg);
	background-repeat: no-repeat;
}
#sousmenu {
	padding: 10px 10px 0 270px;
}
#sousmenu p {
	font-size: 10px;
	color: #999;
}
#sousmenu h3 {
	font-size: 10px;
	color: #999;
}
#sousmenu a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
#sousmenu a:hover {
	color: #999;
	text-decoration: underline;
}


/*----------------------------------------------------------------------------------CLASS-------*/

.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
	padding-left: 6px;
	border: 1px solid #336666;
	background-image: url(images/feuille-form.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
}
.formulairetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
}
.gauche{
	float:left;
	margin-right:5px;
}
.droite{
	float:right;
	margin-left:5px;
}
.centrage{
	text-align:center;
}
.popuphtml{
	position: absolute;
	height: 65px;
	width: 200px;
	top: 350px;
	left: 550px;
	background-color: #CCCCCC;
	border: thin solid #999999;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	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:#ffffff; 
    padding:3px;
}
.petitetaille {
	font-size: 10px;
}