                        /* BOUTONS.CSS */


.Btn_50, .Btn_50_lien {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.Btn_30 {
    width: 30px;
    height: 30px; 
    cursor: pointer;
}

.Btn_50:hover, .Btn_50_lien:hover, .Btn_30:hover {
    /*opacity: 0.4;*/
    transform: scale(1.3);
}

.Btn {
    width: auto;
    padding: 10px;
    display: inline-block;
    margin: 0 0 0 0;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #656565;
    box-shadow: 0 0 1px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.1);
    text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.3);
    opacity: 0.7;
}

.Btn:hover {
    opacity: 1;
}

.bouton_grande_police {
    font-size: 2rem;
}
.bouton_petite_police{
	font-size: 1rem;
	padding:10px 0;
}

.bouton_moyenne_police{
	font-size: 1.5rem;
	padding:5px 0;
}

.Btn_deconnexion {
background:url(/images/boutons/deconnexion_1.png);
border: none;
}

.Btn_retour_menu{
background:url(/images/boutons/retour.png);
border: none;
}

.Btn_retour_home{
background:url(/images/boutons/home_noir_transp_50.png);
border: none;
}

.Btn_annuler_1{
background:url(/images/boutons/faux.gif);
border: none;
}

.Btn_annuler{
background:url(/images/boutons/close_50.png);
border: none;
}

.Btn_annuler_2{
background:url(/images/boutons/close_1_50.png);
border: none;
}

.Btn_valider{
background:url(/images/boutons/vrai_50.gif);
border: none;
}

.Btn_annuler_30{
background:url(/images/boutons/faux_30.gif);
border: none;
}

.Btn_valider_30{
background:url(/images/boutons/vrai_30.gif);
border: none;
}

.Btn_enregistrer{
background:url(/images/boutons/enregistrer.png);
border: none;
}

.Btn_modifier{
background:url(/images/boutons/modifier.png);
border: none;
}

.Btn_modifier_30{
background:url(/images/boutons/modifier_30.png);
border: none;
}

.Btn_supprimer{
background:url(/images/boutons/delete.png);
border: none;
}

.Btn_supprimer_30{
background:url(/images/boutons/supprimer_30.png);
border: none;
}

.Btn_ajouter{
background:url(/images/boutons/ajouter_50.png);
border: none;
}

.Btn_parametres{
background:url(/images/boutons/maintenance.png);
border: none;
}

.Btn_fleche_precedent_bleu{
background:url(/images/boutons/precedent.png);
border: none;
}

.Btn_fleche_suivant_bleu{
background:url(/images/boutons/suivant.png);
border: none;
}

.Btn_fleche_precedent_alu{
background:url(/images/boutons/fleche_prec_50.png);
border: none;
}

.Btn_fleche_suivant_alu{
background:url(/images/boutons/fleche_suiv_50.png);
border: none;
}

.Btn_fleche_precedent_small{
background:url(/images/boutons/fleche_prec_30.png);
border: none;
}

.Btn_fleche_suivant_small{
background:url(/images/boutons/fleche_suiv_30.png);
border: none;
}

.Btn_fleche_precedent_alu_fond_noir{
background:url(/images/boutons/fleche_prec_50.png);
border: none;
}

.Btn_fleche_suivant_alu_fond_noir{
background:url(/images/boutons/fleche_suiv_50.png);
border: none;
}

.Btn_fleche_precedent_small_fond_noir{
background:url(/images/boutons/fleche_prec_30.png);
border: none;
}

.Btn_fleche_suivant_small_fond_noir{
background:url(/images/boutons/fleche_suiv_30.png);
border: none;
}

.Btn_reset{
background:url(/images/boutons/reset_1.png);
border: none;
}

.Btn_util{
background:url(/images/boutons/utilisateurs_50.gif);
border: none;
}

.Btn_mail{
background:url(/images/boutons/arobase_50.png);
border: none;
}

.Btn_imprimer{
background:url(/images/boutons/imprimante.png);
border: none;
}

.Btn_recherche50{
background:url(/images/boutons/recherche.png);
border: none;
}

.Btn_telecharger{
background:url(/images/boutons/telecharger_50.png);
border:none;
}

.Btn_rotate_d{
background:url(/images/boutons/rotate_50_d.png);
border: none;
}

.Btn_rotate_g{
background:url(/images/boutons/rotate_50_g.png);
border: none;
}

.Btn_stats{
background:url(/images//boutons/stats.jpg);
border: none;
}

/*
.identification{
background:url(/images/boutons/valider.png);
}

.profil{
background:url(/images/boutons/profil.gif);
}

.retour_site{
background:url(/images/boutons/club_logo_50.png);
width: 35px;
height: 50px;
}

.effectif{
background:url(/images/boutons/effectif.gif);
}

.rechercher{
background:url(/images/boutons/recherche.png);
}*/


.btn,
.button, .btn--primary,
.button--primary, .btn--success,
.button--success, .btn--info,
.button--info, .btn--warning,
.button--warning, .btn--danger,
.button--danger, .btn--inverse,
.button--inverse, .btn--ghost,
.button--ghost {
  display: inline-block;
  padding: 1rem 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: box-shadow, background-color, color, border;
  transition-property: box-shadow, background-color, color, border, -webkit-box-shadow;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #212529;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #e7e9ed;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  
}

.btn:focus,
.button:focus,
[type="button"]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
}

.btn--primary,
.button--primary {
  background-color: #0275D8;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--primary:active, .btn--primary:focus, .btn--primary:hover,
.button--primary:active,
.button--primary:focus,
.button--primary:hover {
  background-color: #025aa5;
}

.btn--success,
.button--success {
  background-color: #5CB85C;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--success:active, .btn--success:focus, .btn--success:hover,
.button--success:active,
.button--success:focus,
.button--success:hover {
  background-color: #449d44;
}

.btn--info,
.button--info {
  background-color: #5BC0DE;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--info:active, .btn--info:focus, .btn--info:hover,
.button--info:active,
.button--info:focus,
.button--info:hover {
  background-color: #31b0d5;
}

.btn--warning,
.button--warning {
  background-color: #F0AD4E;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--warning:active, .btn--warning:focus, .btn--warning:hover,
.button--warning:active,
.button--warning:focus,
.button--warning:hover {
  background-color: #ec971f;
}

.btn--danger,
.button--danger {
  background-color: #D9534F;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--danger:active, .btn--danger:focus, .btn--danger:hover,
.button--danger:active,
.button--danger:focus,
.button--danger:hover {
  background-color: #c9302c;
}

.btn--inverse,
.button--inverse {
  background-color: #333;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--inverse:active, .btn--inverse:focus, .btn--inverse:hover,
.button--inverse:active,
.button--inverse:focus,
.button--inverse:hover {
  background-color: #1a1a1a;
}

.btn--ghost,
.button--ghost {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
          box-shadow: 0 0 0 1px #fff inset;
}

.btn--ghost:active, .btn--ghost:focus, .btn--ghost:hover,
.button--ghost:active,
.button--ghost:focus,
.button--ghost:hover {
  background-color: rgba(0, 0, 0, 0);
}

.btn--small,
.button--small {
  padding: 0.7rem 1rem;
  font-size: .8em;
}

.btn--big,
.button--big {
  padding: 1.5rem 2rem;
  font-size: 1.4em;
}








.bouton_bleu, .bouton_bleu:active {
	color:#FFF;
    background: #0000ff;
}

.bouton_jaune, .bouton_jaune:active {
	color:#000;
    background: #ffff00;
}


.bouton_gris, .bouton_gris:active {
	color:#000;
    background: #808080;
}


.bouton_orange, .bouton_orange:active {
	color:#000;
    background: #daa520;
}

.bouton_vert_1, .bouton_vert_1:active {
	color:#000;
    background: #7fff00;
}

.bouton_noir, .bouton_noir:active {
	color:#FFF;
    background: #000;
}

.bouton_blanc, .bouton_blanc:active {
	color:#000;
    background: #FFF;
}

.bouton_rouge, .bouton_rouge:active {
	color:#000;
    background: #ff0000;
}

.bouton_vert, .bouton_vert:active {
	color:#000;
    background: #008000;
}

.bouton_marron, .bouton_marron:active {
	color:#000;
    background: #a52a2a;
}


.bouton_corail, .bouton_corail:active {
	color:#000;
    background: #ff7f50;
}

.bouton_bleu_1, .bouton_bleu_1:active {
	color:#000;
    background: #b0c4de;
}

.bouton_bleu_2, .bouton_bleu_2:active {
	color:#000;
    background: #6495ed;
}

.
.bouton_vert_1, .bouton_vert_1:active {
	color:#000;
    background: #7fff00;
}

.bouton_rouge_1, .bouton_rouge_1:active {
	color:#000;
    background: #dc143c;
}

.bouton_bleu_3, .bouton_bleu_3:active {
	color:#cecece;
    background: #00008b;
}

.bouton_orange_1, .bouton_orange_1:active {
	color:#000;
    background: #ff8c00;
}

.bouton_violet, .bouton_violet:active {
	color:#000;
    background: #800080;
}

.bouton_convoc, .bouton_convoc:active {
	color:#FFF;
    background: #f08080;
}

.bouton_bleu_SNAF, .bouton_bleu:active {
	color:#FFF;
    background: #6495ed;
}

.btn_acb {
text-decoration: none;
padding: 10px;
font-family: arial;
font-size: 1em;
color: #000000;
background-color: #ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 2px solid #000000;
box-shadow: 7px 6px 16px #444444;
-webkit-box-shadow: 7px 6px 16px #444444;
-moz-box-shadow: 7px 6px 16px #444444;
}


.btn_acb:hover {
padding: 10px;
font-size: 1.5em;
color: #ffffff;
background-color: #000000;
border: 2px solid #FFFFFF;
box-shadow: 1px 1px 4px #777777;
-webkit-box-shadow: 1px 1px 4px #777777;
-moz-box-shadow: 1px 1px 4px #777777;
}

.btn_transp_acb {
text-decoration: none;
padding: 10px;
font-family: arial;
font-size: 1em;
color: #000000;
background-color: rgba(0, 0, 0, 0);
background: transparent;
background-image: none;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 2px solid #000000;
box-shadow: 7px 6px 16px #444444;
-webkit-box-shadow: 7px 6px 16px #444444;
-moz-box-shadow: 7px 6px 16px #444444;
}


.btn_transp_acb:hover {
padding: 10px;
font-size: 1.2em;
color: #ffffff;
background-color: #000000;
border: 2px solid #FFFFFF;
box-shadow: 1px 1px 4px #777777;
-webkit-box-shadow: 1px 1px 4px #777777;
-moz-box-shadow: 1px 1px 4px #777777;
}

.bouton_noir_ACB, .bouton_noir:active {
	color:#FFF;
    background: #000000;
    background: linear-gradient( #000000, #696969);
    background: -webkit-linear-gradient( #000000, #696969);
    background: -moz-linear-gradient( #000000, #696969);
    background: -ms-linear-gradient( #000000, #696969);
    background: -o-linear-gradient( #000000, #696969);
    background: linear-gradient( #000000, #696969);
}

.bouton_noir_ACB:hover {
	color:#FFF;
    background: #000000;
    background: -webkit-linear-gradient( #000000, #000000);
    background: -moz-linear-gradient( #000000, #000000);
    background: -ms-linear-gradient( #000000, #000000);
    background: -o-linear-gradient( #000000, #000000);
    background: linear-gradient( #000000, #000000);
}
