/* CSS Document */

a.bouton {
 display:block;
float:center; 
	font-family:'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#000000;
  text-decoration: none;
  background-image: url(images/manua.gif);
  padding-left:20px;
padding-bottom:0px;
	padding-top:0px;
  text-align: center;
  border-left: 1px outset #005BAA;
  border-top: 1px outset #005BAA;
  border-bottom: 1px outset #005BAA;
  border-right: 1px outset #005BAA;
  font-weight: bold;
  height:38px;
width:350px;
line-height:34px;
  

}
a.bouton:hover {
float:left;
  display:block;
color: #005BAA;
  background-image: url(images/manub.gif);
  text-decoration: none;

  padding-left:20px;
padding-bottom:0px;
	padding-top:0px;
  text-align: center;
  border-left: 1px outset #005BAA;
  border-top: 1px outset #005BAA;
  border-bottom: 1px outset #005BAA;
  border-right: 1px outset #005BAA;
  font-weight: bold;
  height:38px;
width:350px;
line-height:34px;

}