body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
}

td
{
	font-size: 12px;
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
}

.button{
	display:inline-block;
    font-family: Arial,sans-serif;
    font-size: 0.8em;
    width: 115px;
 	text-decoration:none;
    padding: 5px; /*permet le centrage vertical*/
    text-align: center;
    color: #fff;
	margin-right:30px;
    
	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);
	background: #444444;
	border-radius: 8px;
	text-shadow: 0px 1px 0px white;
	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);
}

.button:hover{
    color: #fffff;
    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);
	background: #555555;
}

.button:active{
    color: #ffffff;
    
    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);
	background: #444444;
    box-shadow: 1px 1px 10px black inset, 
                0 1px 0 rgba( 255, 255, 255, 0.4);
}