@charset "windows-1252";


A:link  { color: #0000ff; font-family: "Comic sans MS"; text-decoration: none }
A:visited  { color: #0000ff; font-family: "Comic sans MS"; text-decoration: none }
A:active  { color: #ff0000; font-family: "Comic sans MS"; text-decoration: none }
A:hover  { color: #ff0000; text-decoration: none }	





input.bouton {
border:2px outset green;
font-weight:bold;
cursor:pointer;
}							 
input.bouton:hover {
background-color:white;
color:red;
}
input.bouton:active {
border:2px inset green;
background-color:red;
color:white;
} 





input.test{	 
border:1px inset green; 
background-color:white;
font-family:"Comic sans MS"; 
font-size:14;
}

textarea.test{	 
border:1px inset green; 
background-color:white;
font-family:"Comic sans MS"; 
font-size:14;
}

select.test{	 
border:1px inset green; 
background-color:white;
font-family:"Comic sans MS"; 
font-size:14;
}
