body {
background-image: URL(../images/bg.gif);
background-repeat: repeat-x;
bgcolor: #ffffff;
marginwidth:0;
marginheight:0;
leftmargin:0;
topmargin:0;
}

fieldset{
width: 500px;
padding: 1em;
margin: 0px 0px 0px 5px;
}
.label{
width: 130px;
display: inline;
float:left; 
margin: 0px 0px 0px 5px;
}
legend{
font-size:large;
}
.submit { 
margin: 10px 0px 0px 80px;
border-width: 2pt ;
}

p{
margin: 5px 0px 0px 0px;
}

#lienblanc {  
color:white; 
text-decoration: none;
}
#sites {  
display:none;
}
#masque{
display:none;
background-color:black;
color:red;
position:absolute;
width:450px;
top:225;
left:265;
height:180px;
/* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
soit c'est un div positionné et dimensionné comme dans cet exemple.*/
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity: 0.8;
}
