/* bouton ordinaire

<div class="btn">Modifier...</div>

*/
.btn{
height:18px;
width:90px;
text-align:center;
background-image: url(../images/boutons_ars.gif);
background-repeat: no-repeat;
color:white;
font-size: 12px;
cursor:pointer;
margin-left: 5px;
padding-top:2px;

text-decoration:none;
}

/* bouton petit */
.btnS{
height:17px;
width:23px;
text-align:center;
background-image: url(../images/small_button.gif);
background-repeat: no-repeat;
color:white;
font-size: 12px;
cursor:pointer;
margin-left: 5px;
padding-top:2px;

text-decoration:none;
}

/* bouton large*/
.btnB{
height:18px;
width:130px;
text-align:center;
background-image: url(../images/big_bouton.gif);
background-repeat: no-repeat;
color:white;
font-size: 12px;
cursor:pointer;
margin-left: 5px;
padding-top:2px;

text-decoration:none;
}


