.boutonRouge2{
  text-decoration: none;
  font-family: Arial,sans-serif;
  font-size:8pt;
  width: 60px;
  height: 20px;
  margin-left:10px;
  padding-top: 4px; /*permet le centrage vertical*/
  padding-bottom: 0px;

padding-left: 1px;
padding-right: 2px;
  text-align: center;
  color: #FFF;
  background: #A00000;
  background: -webkit-linear-gradient( #FF0B04, #A00000);
  background:    -moz-linear-gradient( #FF0B04, #A00000);
  background:     -ms-linear-gradient( #FF0B04, #A00000);
  background:      -o-linear-gradient( #FF0B04, #A00000);
  background:         linear-gradient( #FF0B04, #A00000);
  border-radius: 8px;
  text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
                  0 -1px 0 rgba( 255, 255, 255, 0.4);
  display: inline-block;
}

.boutonRouge2:hover{
	color: #D2D2D2;
}
.boutonRouge{
  text-decoration: none;
  font-family: Arial,sans-serif;
  font-size: 11pt;
  width: 109px;
  height: 18px;
  padding-top: 7px; /*permet le centrage vertical*/
  padding-bottom: 5px;
  text-align: center;
  color: #FFF;
  background: #A00000;
  background: -webkit-linear-gradient( #FF0B04, #A00000);
  background:    -moz-linear-gradient( #FF0B04, #A00000);
  background:     -ms-linear-gradient( #FF0B04, #A00000);
  background:      -o-linear-gradient( #FF0B04, #A00000);
  background:         linear-gradient( #FF0B04, #A00000);
  border-radius: 8px;
  text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
                  0 -1px 0 rgba( 255, 255, 255, 0.4);
  display: inline-block;
}

.boutonRouge:hover{
  text-decoration: none;
  color: #FFF; 
  background: #900;
  background: -webkit-linear-gradient( #FF5B5A, #A00000);
  background:    -moz-linear-gradient( #FF5B5A, #A00000);
  background:     -ms-linear-gradient( #FF5B5A, #A00000);
  background:      -o-linear-gradient( #FF5B5A, #A00000);
  background:         linear-gradient( #FF5B5A, #A00000);
}


.boutonRouge:active{
  text-decoration: none;
  color: #FFF;
  background: #A00000;
  background: -webkit-linear-gradient( #A00000, #FF0B04);
  background:    -moz-linear-gradient( #A00000, #FF0B04);
  background:     -ms-linear-gradient( #A00000, #FF0B04);
  background:      -o-linear-gradient( #A00000, #FF0B04);
  background:         linear-gradient( #A00000, #FF0B04);
  box-shadow: 1px 1px 10px black inset,
              0 1px 0 rgba( 255, 255, 255, 0.4);
}

.boutonGris{
  text-decoration: none;
  font-family: Arial,sans-serif;
  font-size: 11pt;
  width: 109px;
  height: 18px;
  padding-top: 7px; /*permet le centrage vertical*/
  padding-bottom: 5px;  
  text-align: center;
  color: #FFF;
  background: #444;
  background: -webkit-linear-gradient( #555, #2C2C2C);
  background:    -moz-linear-gradient( #555, #2C2C2C);
  background:     -ms-linear-gradient( #555, #2C2C2C);
  background:      -o-linear-gradient( #555, #2C2C2C);
  background:         linear-gradient( #555, #2C2C2C);
  border-radius: 8px;
  text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
              0 -1px 0 rgba( 255, 255, 255, 0.4);
  display: inline-block;
}


.boutonGris:hover{
  text-decoration: none;
  color: #FFF;
  background: #555;
  background: -webkit-linear-gradient( #777, #333);
  background:    -moz-linear-gradient( #777, #333);
  background:     -ms-linear-gradient( #777, #333);
  background:      -o-linear-gradient( #777, #333);
  background:         linear-gradient( #777, #333);
}


.boutonGris:active{
  text-decoration: none;
  color: #FFF;
  background: #444;
  background: -webkit-linear-gradient( #555, #2C2C2C);
  background:    -moz-linear-gradient( #555, #2C2C2C);
  background:     -ms-linear-gradient( #555, #2C2C2C);
  background:      -o-linear-gradient( #555, #2C2C2C);
  background:         linear-gradient( #555, #2C2C2C);
  box-shadow: 1px 1px 10px black inset,
              0 1px 0 rgba( 255, 255, 255, 0.4);
}