/*----- ZONECENTER -----*/
#identification_left{
float: left;
width: 330px;
}
#identification_left .identification_left_box {
width:100%;
height:239px;
background:url(../../image/identification_left_box.gif) no-repeat;
padding:10px;
}
#identification_left .identification_left_box h2 {
color:#f29f00;
margin:0 0 0 10px;

}

#identification_center{
float: left;
width: 320px;
margin: 0 10px 0 10px; 
}
#identification_center form {
padding:0px;
margin:0px;
}
#identification_center p {
margin:4px;
}
#identification_center form p {
margin:5px;
}
#identification_center .identification_center_box {
width:100%;
height:239px;
background:url(../../image/identification_center_box.gif) no-repeat;
padding:10px;
}
#identification_center .identification_center_box h2 {
color:#f29f00;
margin:0 0 0 10px;

}
p.mdpPerdu {
float:left;
margin: 0 0 0 20px;
}

#identification_right{
float: right;
width: 180px;
height: 100%;
margin: 0;
padding: 0;
/* style */
text-align: right;
}

/* FORMS */
#identification fieldset{
border:0px;
padding: 0px;
}
#identification label{
width:100px;
float:left;
margin:2px;
color:#b16c99;
font-weight:normal;
}
#identification input {
border:2px solid black;
}
#identification input[type=submit] {
width:100px;
margin:0 0 0 112px;
}
#identification_box{
display: none;
}

table tr{
vertical-align: top;
}
p.erreur{
background: #CC3333;
padding: 2px;
width:90%;
margin:0px;
}
legend{
display: none;
}