/* CSS Document */

BODY { 
  background: url("divers/fdhuitres.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
}

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

a.bouton2:visited{
width:120px;
height:18px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:white;
text-align:center;
font-weight:bold;
background-color:#0066FF;
padding:5px;
display: block;
border-style:inset;
border-width:2px;
border-color:silver}

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

.bouton2{text-align:center;padding:5px;}


