@charset "utf-8";
/* CSS Document */
body {margin:2px;
}
a.bouton {
	font-size:11px;
  color: #FF0033;
    border-bottom:1px solid #333333;
  border-right:1px solid #333333;
  border-top:1px  solid #CCCCCC;
  border-left:1px solid #CCCCCC;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-variant:small-caps;
  padding: 2px;
}
a.bouton:hover {
	background:url(images/fdbt.png);
  border:none;

}
a.bouton:visited {
border-bottom-color:#333333;
border-right-color:#333333;
border-top-color:#CCCCCC;
border-left-color:#CCCCCC;
}	
