@charset "utf-8";
/*------------------------------------------------------------------------------------*/
/* REGLAGES SPECIFIQUE POUR FF ET LES AUTRES */
/*------------------------------------------------------------------------------------*/
.spacer_sous_titre_form{
	margin-bottom: 15px;
}

a.btn_link_form_gen{
  height: 15px;
  font-weight:bold;
  font-size:11px;
  width:66px;
  background-color: #000000;
 /*  background-image: url("../_ico/btn-bg-bk.jpg"); */
  display:block;
  padding:1px;
  text-align:center;
  margin-top: 10px;
  border:1px solid #FFF;
  color:#FFF;
  text-decoration:none
}

a.btn_link_form_gen:hover{
  background-color:transparent;
  border:1px solid #000000;
  color:#000000;
  text-decoration:none;
}
