#alerteProtoId .protoBtnClass {
padding:3px;
font-size:10px;
width:100px;
cursor:pointer;
cursor:hand;
}
#alerteProtoId .ok_button {
background-color: transparent;
background-image:url('../../style/images/fermer-pop-up.jpg');
repeat:no-repeat;
width:53px;
height:17px;
border-width:0;
cursor:pointer;
cursor:hand;
position:absolute;
top:2px;
right:2px;
}
#confirmProtoId .ok_button {
background-color: transparent;
background-image:url('../../style/images/valider.gif');
repeat:no-repeat;
border-width:0;
cursor:pointer;
cursor:hand;
width:80px;
height:25px;
}
#confirmProtoId .cancel_button {
background-color: transparent;
background-image:url('../../style/images/annuler.gif');
repeat:no-repeat;
border-width:0;
cursor:pointer;
cursor:hand;
width:80px;
height:25px;
}


