body
 {

 background-color:white;
 background:url(../img/fontlog.jpg);

 color:white;


 }
 h3
 {
 text-decoration:underline;
 padding:10px;
 }
 #content
 {
 background-color:rgb(241,242,254);
 background-color:#F7F9FA;
 width:390px;
 margin:auto;
 color:black;
 border-radius:15px;
 margin-top:70px;
 padding:20px;
 padding-bottom:20px;
 }
#content select,#content input
 {
 font-size:15px;
color:gray;
width:350px;
margin:auto;
height:35px;
padding:3px;
margin-bottom:5px;
 }

 .error
 {
 background-color:rgb(195,195,195);
 color:red;
 border-radius:5px;
 text-align:center;
 width:350px;
 margin:auto;
  margin-bottom:5px;

 }
#type_de_compt
{
font-size:14px;
height:30px;
text-align:center;
cursor:pointer
}
#pseudo:hover,#password:hover
{
background-color:groove;
font-size:16px;
color:black;
}
#submit{
background:url(../img/blue_button.png) -20px -10px;
}
#submit:hover{
background:url(../img/Buttun_Current.gif);
}
