a:link 
{ 
color: black ; 
text-decoration:none; 
font-weight:normal; 
}
a:visited 
{ 
color:purple; 
text-decoration:none; 
font-weight:normal; 
}
a:hover 
{ 
color: red; 
text-decoration:none; 
font-weight:normal;
background-color:#77BBDD ; 
}
a:active 
{ 
color:red; 
text-decoration:none; 
font-weight:normal; 
}
/* bien regler la marge (bugs IE) */
body 
{ 
margin: 10px;
color:#000099; 
background:#77BBDD url() repeat; 
scrollbar-face-color:#3E322F; 
scrollbar-highlight-color:; 
scrollbar-3dlight-color:#DCBEAB; 
scrollbar-darkshadow-color:;
scrollbar-arrow-color:#DCBEAB; 
scrollbar-track-color:#AF9B96; 
font-size:11pt; 
font-family:Arial; 
}
input 
{ 
font-size:11pt; 
font-family:Arial; 
}
textarea 
{ 
font-size:11pt; 
font-family:Arial; 
}
select 
{ 
font-size:11pt; 
font-family:Arial; 
}
td 
{ 
font-size:11pt; 
font-family:Arial; 
}
.boite 
{  
background-image: url("fond.jpg");
}
