/* CSS Document */

a.bouton2:link{
width:109px;
height:14px;
text-decoration:none;
color:white;
font-size:11px; 
font-family: Arial, Helvetica, sans-serif; 
text-align:center;
font-weight:bold;
background-color:#000080;
padding:5px;
display: block;
border-style:outset;
border-width:2px;
border-color:silver;}

a.bouton2:visited{
width:109px;
height:14px;
text-decoration:none;
color:white;
font-size:11px; 
font-family: Arial, Helvetica, sans-serif; 
text-align:center;
font-weight:bold;
background-color:#0066FF;
padding:5px;
border-style:outset;
border-width:2px;
border-color:silver;}

a.bouton2:hover{
width:109px;
height:14px;
text-decoration:none;
color:white;
font-size:11px; 
font-family: Arial, Helvetica, sans-serif; 
text-align:center;
font-weight:bold;
background-color:#0000FF;
background-image:url(aqua.jpg);
padding:5px;
border-style:outset;
border-width:2px;
border-color:silver;}

.bouton2{text-align:center; display: block;}

a.bouton3:link{
width:109px;
height:28px;
text-decoration:none;
color:white;
font-size:11px; 
font-family: Arial, Helvetica, sans-serif;
text-align:center;
font-weight:bold;
background-color:#FF0000;
padding:5px;
display: block;
border-style:outset;
border-width:2px;
border-color:silver;}

a.bouton3:visited{
width:109px;
height:28px;
text-decoration:none;
color:white;
font-size:11px; 
font-family: Arial, Helvetica, sans-serif;
text-align:center;
font-weight:bold;
background-color:#FF0000;
padding:5px;
border-style:outset;
border-width:2px;
border-color:silver;}

a.bouton3:hover{
width:109px;
height:28px;
text-decoration:none;
color:white;
font-size:11px; 
font-family: Arial, Helvetica, sans-serif;
text-align:center;
font-weight:bold;
background-color:#0000FF;
background-image:url(aqua.jpg);
padding:5px;
border-style:outset;
border-width:2px;
border-color:silver;}

.bouton3{text-align:center; display: block;}
