html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:#fff; 
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
}
#content {
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	text-align: center;
	position:relative;
	/*z-index:4;*/
	background: url("../images/road.png") center center no-repeat #d2ffd2; /*#f95;*/
	/*word-wrap:break-word;*/
}
#content ul {
	font-size: 1.2em;
	text-align: left;
	margin-left:20%;
	list-style-type: square;
}
#content h1 {
	font-size: 2em;
	text-align: left;
	margin-left: 20%;
}
#content form {
	margin: 30px;
}
#logo {
	position: absolute;
	/*left: 5px;*/
	right: 6px;
	top: 30px;
	z-index: 10;
}
#maison {
	position: absolute;
	left: 5px;
	bottom: 10px;
	z-index: 10;
}
#light {
	position: absolute;
	left: 8%;
	top: 10px;
	z-index: 3;
}
#header {
	position:absolute;
	margin:0;
	top:0;
	left: 0;
	display:block;
	width:100%;
	height:100px;
	text-align: center;
	background: #b11512;
	z-index:6;
	background-image: url("../images/logo_dmp.gif");
	background-repeat: no-repeat;
	background-position: right center;
}
#subheader {
	position: absolute;
	top: 100px;
	left: 0;
	margin: 0;
	padding: 5px;
	height: 25px;
	background: #000;
	text-align: left;
	width: 100%;
	color: #fff;
	font-size: 0.9em;
	z-index: 11;
}
#subheader form {
	display: inline;
    position: relative;
	z-index: 15;
}
#subheader a {
	font-size: 0.8em;
	color: #fff;
}
#footer {
	position:absolute;
	margin:0;
	bottom:-1px;
	display:block;
	width:100%;
	height:71px;
	/*background-image:url(../images/gradient_hori_606.png);*/
	background: #d2ffd2;
	border-top: 3px solid #000;
	color:#000;
	text-align:center;
	z-index:4;
}
.pad1 {
	display:block;
	width:18px;
	height:70px;
	float:left;
}
.pad2 {
	display:block;
	height:130px;
}
.pad3 {
	display: block;
	height: 50px;
	background-image: url(../images/gradient_hori.png);
	/*border-bottom: 1px solid #000;*/
}
.pad3 a {
	font-size: 1.5em;
	color: #fff;
	border: 1px solid #000;
}
.error {
	background-color: #FF0;
	font-size: 1.5em;
}
#wordsleft {float:left; top:100px; left:150px; height:200px; width:200px; background:#fc6; border:1px solid #000; margin:5px; padding:5px;margin-right: 30px;}
#wordsright {float:right; top:100px; right:150px; height:200px; width:200px; background:#ECE4EF; border:1px solid #000; margin:5px; padding:5px;}
.left {text-align: left;}
.center {text-align: center;}
.negative {color:#fff; background:#b11512; padding : 10px;font-size: 1.2em;margin: 10px;border: 2px solid #000;}
#left {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:200px;
	z-index:5;
	background: url("../images/maison.png") #fc4;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.ajax_popup {
  position: absolute;
  width: 90%;
  z-index: 10;
  border: 3px solid #000;
  top: 5%;
  left: 5%;
  color: #000;
  background-color: #d2ffd2;
}
#form_1 {
  background-color: #d2ffd2;
}
#form_1 legend {
  font-weight: bold;
  color: black;
  background: transparent;
  border-color: #000;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
  padding: .2em 0;
  margin: 0 0 .2em 0;
}
#piedForm {
  text-align: center;
}
#piedForm input {
  font-weight: bold;
}
#form_1 label{
  float: left;
  text-align: right;
  width: 40%;
  margin: 0;
  padding: 0 .5em 0 0;
  line-height: 1.8;
}
#form_1 label:hover {
  cursor: pointer;
}

#form_1 .feedback {
  font-style: italic;
  color: #666;
  background: transparent;
  margin: 0;
  padding: 0;
}
#form_1 a.aide {
  text-decoration: none;
}
#form_1 a.aide img {
  margin: 0;
  padding: 0;
  border: 0;
}
#form_1 a.aide:hover {
  cursor: help;
}
#form_1 .focus {
  background: beige;
  color: black;
}
#form_1 .normal {
  background: white;
  color: black;
}
