﻿.bouton{
    
    font-family:Arial,sans-serif;
    font-size:0.86em;
	font-weight: 500;
	
    text-align:center;
    color:#FFFFFF;  
    
    border-width: 1px;
    
    padding:1px 2px; /*permet le centrage vertical*/
    	
	background: url('../images/fond-bouton.PNG') repeat-x 50%;
	background-repeat: repeat-x;
	
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

	   -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5),
                           0 -1px 0 rgba(255,255,255,0.4);
          -moz-box-shadow: 0 0 1px rgba(0,0,0,0.5),
                           0 -1px 0 rgba(255,255,255,0.4);
               box-shadow: 0 0 1px rgba(0,0,0,0.5),
                           0 -1px 0 rgba(255,255,255,0.4);

/*		      text-shadow: 0px 1px 0px black;   */
    
   /*background: -moz-linear-gradient(top,  #0B78BD 0%, #73b1e7 35%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0B78BD), color-stop(35%,#73b1e7), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(100%,#87bcea)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #0B78BD 0%,#73b1e7 35%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #0B78BD 0%,#73b1e7 35%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #0B78BD 0%,#73b1e7 35%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* IE10+ */
	/*background: linear-gradient(top, #0B78BD 0%,#73b1e7 35%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C */	
	
}