label
{
display: block;
width: 230px;
float: left;
}

input 
{
width: 300px;
border-style: inset;
}

fieldset
{
background-color:#dcd4a7;
border-style: outset;
}

legend
{
font-family:arial;
font-style: italic;
font-weight: bold;
font-size:18px;
}

#verif
{
border-style: double;
background-color:#f7e9aa;
border-style: outset;	
}

.moncompte
{
/*position: absolute;*/
font-style: italic;
font-size: 13px;	
padding:5px;	
border-radius: 15px 15px 15px 15px;	
display:inline;	
float:right;
width:12%;
height:70px;
/*background-image:linear-gradient(#c3e0c2, #efeff9);*/
background-color:#fffddd;		
color:#040000;
}

.moncompte a 
{
text-decoration: none;	
/*background-color: #ffffff;*/		
color:#040000;
}

.moncompte a:hover
{
color: #ffffff;
background-color:#040000;
}
