.styleNotes {
font-style: normal; font-size: 10px;
}

a.bouton:link{
width:150px; 
height:30px; 
text-decoration:none;
color:black;
text-align:center; 
font-weight:bold; 
background-color:white;
padding:5px;
}

a.bouton:visited{
width:150px; 
height:30px;
text-decoration:none; 
color:black; 
text-align:center;
font-weight:bold;
background-color:white;
padding:5px}

a.bouton:hover{
width:150px; 
height:30px; 
text-decoration:none;
color:white; 
text-align:center; 
font-weight:bold; 
background-color:black;
background-image:url(aqua.jpg);
padding:5px}

.bouton{text-align:center;padding:5px;}

.boutonPage{
width:150px; 
height:30px; 
text-decoration:none;
color:black;
text-align:center; 
font-weight:bold; 
background-color:gray;
padding:5px;	
}