﻿#logo {
	border-width: 0px;
}
#un{
border-width: 0px;
	left:500px
}
#deux{
border-width: 0px;
	left:250px
}
  
.trois{
  position: absolute;
  top: 30px;
  left: 750px;
  }
 
 
 
a.test{
  background-image:url(images/boutons/contact_off.png);
  WIDTH=200; 
  HEIGHT=30;
  background-repeat: no-repeat;
  color: #000000;
  position: absolute;
  top: 30px;
  left: 750px;
  }
a.test:over{
 background-image:url(images/boutons/contact_on.png);
   WIDTH=200; 
  HEIGHT=30;
 background-repeat: no-repeat;
 color: #000000;
 position: absolute;
 top: 30px;
 left: 750px;
 } 




a.bouton2:link{
  width:150px;
  height:30px;
  text-decoration:none;
  color:white;
  text-align:center;
  font-weight:bold;
  background-color:#000080;
  padding:5px;
  border-style:outset;
  border-width:2px;
  border-color:silver
} 
a.bouton2:visited{
  width:150px;
  height:30px;
  text-decoration:none;
  color:white;
  text-align:center;
  font-weight:bold;
  background-color:#0066FF;
  padding:5px;
  border-style:outset;
  border-width:2px;
  border-color:silver
}
a.bouton2:hover{
  width:150px;
  height:30px;
  text-decoration:none;
  color:white;
  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;
  padding:5px;
}


