form.identification {
	/*font-size: 90%; */
	font-family: arial;
	width:350px;
	text-align:center;
	background: #FFFFFF; 
	/*border:1px dotted black;*/
}

form.identification label {
   text-align:right;
   width: 10em;
   display:block;
   float:left;
   padding-right:8px;
   margin-top: 5px;
}

form.identification fieldset {
	margin: 0.6em 0; 
	padding: 0.5em; 
	background-color: transparent;
	border: 2px solid #024C32;
	/*background-color: #A58787;*/
}

form.identification legend {
	padding: 0.2em; 
	font-size: 120%; 
	font-weight: bold; 
	text-transform: uppercase; 
	/*background: #A58787; */
	background:#024C32; 
	color: #fff;
}

form.identification br {clear: both;}

form.identification input, select, textarea {
	background: #E0E0E0; 
	color: #000;
	border: 1px solid #B0B0B0;
	margin-top: 5px;
}

/* la suite */
form.activation {
	/*font-size: 90%; */
	font-family: arial;
	width:550px;
	text-align:center;
	background: #FFFFFF; 
	border:1px dotted black;
}

form.activation  label {
   text-align:right;
   font-size: 90%; 
   /*width: 12em;*/
   width:250px;
   display:block;
   float:left;
   padding-right:8px;
   margin-top: 5px;
}

form.activation  fieldset {
	margin: 0.6em 0; 
	padding: 0.5em; 
	background-color: transparent;
	border: 2px solid #A58787;;
	/*background-color: #A58787;*/
}

form.activation  legend {
	padding: 0.2em; 
	font-size: 100%; 
	font-weight: bold; 
	text-transform: uppercase; 
	background: #A58787; 
	/*color: #fff;*/
}

form.activation  br {clear: both;}

form.activation  input, select, textarea {
	background: #E0E0E0; 
	color: #000;
	border: 1px solid #B0B0B0;
	margin-top: 5px;
	width: 16em;
}

form.activation  input.msg_alert {
	background: #FFFF00; 
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form.activation  input.soumission {
	background: #eeeeee; 
	color: #000;
	border: 1px solid #B0B0B0;
	margin-top: 5px;
	width: 10em;
}

p.msg_alert {
	padding-left: 22px;
	background-image: url(../images/alert.gif);
	float: left;
	width: auto;
	background-repeat: no-repeat;
	background-position: left;
	text-align:right;
}

zone_formulaire {
	font-size: 90%; 
	font-family: arial;
	/*width:300px;*/
}

.zone_formulaire label {
	text-align:right;
	width: 15em;
   display:block;
   float:left;
   padding-right:8px;
	margin-top: 5px;
}

.zone_formulaire label.petit {
	text-align:right;
	width: 5em;
	display:block;
	float:left;
	padding-right:8px;
	margin-top: 5px;
}

.zone_formulaire br {clear: both;}

.zone_formulaire input, select, textarea {
		background: #E0E0E0; 
		color: #000;
		border: 1px solid #B0B0B0;
		margin-top: 5px;
}

.zone_formulaire p.msg_alert {
	padding-left: 22px;
	background-image: url(../images/alert.gif);
	float: left;
	width: auto;
	background-repeat: no-repeat;
	background-position: left;
	text-align:right;
}


form.renseignements {
	width:260x;
	padding:5px 7px 5px 3px;
	font-size: 100%; 
	font-family: arial;
	/*display:block;*/
	}

.renseignements label, .renseignements input, .renseignements textarea, .renseignements select, .renseignements .alarm {
	 float: left;
	 margin: 0 0.5em 0.5em 0;
}

.renseignements br {clear: both;}
/*.renseignements input+label, .renseignements p+label {width: auto;} /* firefox */
.renseignements label {cursor: pointer;}
.renseignements label.tocheck {width: auto;}

/* pied de formulaire */
.renseignements .rens_soumission {text-align: right;}
.renseignements .rens_soumission input{width:6em;}

/*.renseignements .rens_soumission input {float: none; display: inline; } */

.renseignements label {width: 7.5em;}
/*
.renseignements label.tocheck {width: auto;}
*/
.renseignements label.tocheck {width: auto;}
.renseignements label.grand {width: auto;}
.renseignements .rens_mot {width: 100px;}
.renseignements .rens_phrase {width: 200px;}
.renseignements .rens_email {width: 200px;}
.renseignements textarea {width: 200px; height: 100px;}

.renseignements fieldset {
	margin: 0.6em 0; 
	padding: 0.5em 0.5em 0.5em auto; 
	background-color: 
	transparent; 
	width:95%;
}
.renseignements legend {padding: 0.2em; font-size: 80%; font-weight: bold; text-transform: uppercase; background: #000; color: #fff;}
.renseignements fieldset:first-child input:focus, .renseignements textarea:focus {background-color: #f1f1f1;}
.alarm {padding-left: 22px; background: transparent url(../images/alert.gif) no-repeat 0em 0.2em; color: #666;}




