/** DEBUG

table {border: 1px solid black}
td {border: 1px dotted gray}
div {border: 1px solid orange}
img, form {border: 1px dashed blue}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow}
ul {border: 1px solid green}
li {border: 1px solid lightgreen} **/

/** FIN DEBUG **/

body {
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-image : url(images/bg.png);
	background-repeat : repeat-x;
	background-attachment : fixed;
}
td, tr {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
ul.puce {
	list-style: none;
	margin-left: 40px;
	padding-left: 1em;
	text-indent: -0.5em;
}
li.puce {
	list-style-image : url(images/puce.gif);
	padding-bottom: 5px;
}
#conteneur {
	margin:0 auto;
	width: 800px;
	padding:0 0 0 1px;
	text-align: left;
	margin-bottom:20px;
}
#header {
	background : url(images/header.png) no-repeat #ffffff;
	height: 180px;
	width: 900px;
	text-align: left;
	float:left;
}
#logo {
	height: 180px;
	width: 416px;
	margin-top:0px;
	float:left;
	margin-left:230px;
}
#donenligne {
	height: 157px;
	width: 166px;
	float:left;
	margin-left:60px;
	margin-top:10px;
}
#general {
	width: 900px;
	height: auto;
	background-color:#ffffff;
}
#general2 {
	padding: 5px 10px 0px 10px;
	margin: 0 0 0 0;
	width: 880px;
	height: auto;
	background-color:#ffffff;
	float:left;
	text-align:justify;
}
#footer {
	height: 50px;
	width: 900px;
	float:left;
	font-size:10px;
	text-align:center;
	color:#25496f;
	background-image : url(images/footer.png);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:20px;
}
#menu {
	float:left;
	width:900px;
	height:25px;
	background-color:#ffffff;
	background-image : url(images/back_menu.png);
	background-repeat:repeat-x;
}
ul, li {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
}
#rv_presse a {
	font-size:10px;
	color:#000;
	text-decoration:none;
}
#navigation li {
	list-style: none;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#navigation a {
	float: left;
	display: block;
	padding: 8px 23px 0px 23px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	border: none;
	font-size:26px;
	width:auto;
	text-align:center;
	letter-spacing:-0.1em;
	word-spacing:-0.1em;
}
#navigation a:hover {
	text-decoration:underline;
}
#gauche {
	float:left;
	margin:0;
	padding:0px 20px 0px 0px;
	width:540px;
}
#droite {
	float:left;
	margin:0;
	padding:0 0 0 0;
	width:320px;
}
#gauche2 {
	float:left;
	margin:0;
	padding:0px 20px 0px 0px;
	width:440px;
}
#droite2 {
	float:left;
	margin:0;
	padding:0 0 0 0;
	width:420px;
}
a {
	color: #06c;
	text-decoration: underline;
}
a:hover {
	color: #003263;
}
.titre {
	font-size:20px;
	color:#000000;
	font-weight:bold;
	letter-spacing:0.3em;
	word-spacing:0.3em;
}
.titre2 {
	font-size:22px;
	color:#597AB0;
	font-weight:bold;
}
.titre2_mauve {
	font-size:22px;
	color:#6c3a9d;
	font-weight:bold;
}
.titre3 {
	font-size:18px;
	color:#597AB0;
	font-weight:bold;
}
/*** FORMULAIRE ***/
#formulaire {
	border: none;
	margin: 0;
	padding: 0;
	width: 40em;	/*** Largeur du formulaire ***/
}
#piedForm {
	text-align: right; /*** Les boutons sont alignés à droite ***/
	font: bold 1.1em arial, hevetica, sans-serif;
	/*color: white;*/
margin: 0;
	padding: .5em;
	margin-right:50px;
}
#piedForm input {
	font-weight: bold; /*** Pour améliorer la lisibilité des boutons ***/
	margin-left: 1em;
}
#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	border: 0px solid black;
	color: black;
	margin: 0;
	padding: 1em;
}
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
	border: 0;
}
#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: 40%;	/*** 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: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 .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: #F5F5DC;
	color: black;
}
#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}
#corpForm textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* NEW MENU */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu dl {
	float: left;
}
#menu dt {
	padding-top:4px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	letter-spacing:0.1em;
	word-spacing:0.1em;
	color:#FFFFFF;
	font-size:14px;
	height:20px;
	width:180px;
}
#menu dd {
	display: none;
}
#menu li {
	text-align: center;
}
#menu li a, #menu dt a {
	text-decoration: none;
	display: block;
	height: 100%;
	color : #ffffff;
	text-decoration : none;
	text-align: left;
	margin-top:4px;
	margin-bottom:2px;
	margin-left:2px;
}
#menu ul {
	position:absolute;
	width:180px;
	padding-top:6px;
	padding-bottom:10px;
	background-color:#6ba9e4;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	color : #ffffff;
	text-decoration : underline;
}
