div#menugauche {
	height: 405px;
}

h3 {
	position:relative;
	background-color: transparent;
	background-image:   url("../images/interface/puce.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 15px;
	color: #8A5221;
	font-weight: bold;
	font-size: 13px;
	margin-top: 50px;
	margin-bottom: 15px;
}
h4 {
	position:relative;
	font:bold 10pt/1.2 Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#8A5221;

}

img {
	border:0;
}
#listemenu {
	z-index:501;
}
#listemenu ul {
	top:-40px;
}

ul#sousmenu1 {
	top:67px;
	left:146px;
}
ul#sousmenu2 {
	top:114px;
	left:146px;
}
#contenu {
	z-index:500;
	position:relative;
	left: 166px;
	top : 0px;
	width: 570px;
	margin-top:10px;
}
#contenu_separation {
	z-index:500;
	position:relative;
	left: 166px;
	top : 0px;
	width: 570px;
	margin-top:10px;
	background-color: transparent;
	background-image: url(../images/interface/pointille.gif);
	background-repeat:repeat-y;
	background-position: 330px;
}

#contenu a,
#contenu_separation a {
	color:#8A5221;
}
#contenu a:hover,
#contenu_separation a:hover {
	color:#8A2E1D;
}
#contenu li,
#contenu_separation li {
	list-style-image:url(../images/interface/puce.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#contenu dl,
#contenu_separation dl {
	font:10pt/1.2 Arial, Helvetica, sans-serif;
	text-align:justify;
}

#contenu dt,
#contenu_separation dt {
	list-style-type:circle;
	display:list-item;
	margin:20px 0 15px 20px;
	color:#8A5221;
	text-decoration:underline;
}
.encartcomplet {
	width:100%;
	background-color: #E5DEB0;
	background-image: url("../images/interface/encart_01.gif");
	background-repeat:no-repeat;
	background-position: left top;
}
.arrondi2 {
	background-image: url("../images/interface/encart_02.gif");
	background-repeat:no-repeat;
	background-position: right top;
}
.arrondi3 {
	background-image: url("../images/interface/encart_03.gif");
	background-repeat:no-repeat;
	background-position: left bottom;
}
.arrondi4 {
	background-image: url("../images/interface/encart_04.gif");
	background-repeat:no-repeat;
	background-position: right bottom;
}
.encart {
	position:relative;
	top:0px;
	left:0px;
	padding: 10px;
}
.encart p {
	margin: 0 0 10px 0;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-width:0 0 10px 1px;
	border-style:solid;
	border-color:#D9AD00;
	text-align:center;
}
caption {
	font-style:oblique;
}
td,th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#FFCC00;
}
th {
	background-color:#D9AD00;
	text-align:center;
}


.bloc_gauche {
	width:55%;
	margin:18px 0 0 0;
}
.bloc_droit {
	background-color: transparent;
	position:absolute;
	left: 345px;
	top : 10px;
	width: 225px;
}
.intitule {
	font-weight:bold;
	font-variant:small-caps;
	font-size:14px;
	text-align:center;
	text-decoration:underline;
}
.soustitre {
	font-weight:bold;
}
.plusinfos {text-align:right; font-weight:bold; margin:-20px 0 25px 0;}
.liste {margin:10px 10px 10px 30px;}
.img_gauche {
	display:block;
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #000;
	}
.img_droite {
	display:block;
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #000;
	}
/*	-------------	Formulaire des news	 	------------- */
form.demande {
	background-color : transparent;
	font-size: 12px;
	margin:0;
	padding:5px 0 0 0;
}

form.demande label {
  display: inline;
  float: left;
  width: 140px;
  text-align:left;
}
 
form.demande input {
	width: 200px;
	font-size: 12px;
	background-color:#FFF;
} 
form.demande textarea {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.form_bouton  {
	font-size: 12px;
	text-align:center;
	margin:0;
	padding:0;
	padding:7px 2px 2px 2px;

}










#piedForm {
	text-align: right; /*** Les boutons sont alignés à droite ***/
}
#piedForm input {
	font-weight: bold; /*** Pour améliorer la lisibilité des boutons ***/
	margin-left: 1em;
	
	background-color:#FFF
}



#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
/*	
	border: 1px solid black;
	background: #efefef;
*/	
	color: black;
	margin: 0;
	padding: 1em;
}
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#corpForm fieldset #coordonnees label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/

}
#corpForm label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 20%;	/*** Les intitulés prennent 1/5 de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/

}
#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
#corpForm label.oblig {
	font-weight: bold;	/*** Mise en évidence des champs obligatoires ***/
}

#corpForm label.area {/*** Mise en évidence des champs obligatoires ***/
	font-weight: normal;
	vertical-align: top;
	border:1px solid #000000;
	
}
#corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;/*transparent*/
	margin: 0;
	padding: 0;
}
#corpForm .legende_a {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
	text-align: right;
	float:right;
}
#corpForm .legende2 {	/*** Mise en forme des aides contextuelles ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	/*width: 30%;*/	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
font-weight: bold;
clear: both;
}
#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
#corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}
#corpForm a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}
#corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: #EBEBD8;
	color: black;
}
#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}
#corpForm ul {	/*** Mise en forme des lignes du formulaire ***/
	padding-top: 0;
	margin-top: 0;
}
