root {
    display: block;
}

body
{
	background-color:#FFFFFF;
}

#connect
{
width:500px;
	margin:0px auto;
      
	text-align:center;


}


.zend_form .errors {
    font-size:13px;
    color : #CC3333;
}

#bandeau
{
background:#3366FF;
width:100%;
	margin-top : -10px;
	margin-left : -10px;
	text-align:left;
	padding:15px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size : 25px;
}

dt
{
display:none;
}


#div_form
{

	margin:0px auto;
  text-align:left;    
	text-align:center;
  -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
  border-radius: 15px;

}



#div_form .title
{
margin-top:-10px;
width:502px;
padding-top:5px;
padding-bottom:5px;
margin-left:-1px;
color:#FFFFFF;
text-align:left;
}

 /* Formulaire zend */
.zend_form{
   width: 502px;
   font: normal 13px Verdana;
   padding:10px;    
   height:auto;
   overflow: auto;
}



.zend_form label{
   font-weight:bold;
}








.zend_form #submitbutton, #reset
{
    background:#ddd;
    background:-moz-linear-gradient(90deg, #0459b7, #08adff); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#08adff), to(#0459b7)); /* Webkit */
    border:1px solid #093c75;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -moz-box-shadow:0 1px 0 #fff;
    -webkit-box-shadow:0 1px 0 #fff;
    color:#fff;
    cursor:pointer;
   	font: normal 13px Verdana;
    padding:5px 10px;
    text-decoration:none;
    text-shadow:0 1px 1px #333;
    text-transform:uppercase;
}




.zend_form #submitbutton:hover, #reset:hover{
	background:#eee;
	background:-moz-linear-gradient(90deg, #067cd3, #0bcdff);
	background:-webkit-gradient(linear, left top, left bottom, from(#0bcdff), to(#067cd3));
	border-color:#093c75;
	text-decoration:none;
}



