td.button
{
	font-family: Arial; 
	text-align: center; 
}

.form-button-envoyer
{
	border : 0px;
	font-weight : bold;
	color : #FFFFFF;
	border-color:#000000;
	width : 140px;
	height : 20px;
	background-image: url('./image/bouton/bouton_send.png');
}
.form-button-envoyer:hover
{
	border : 0px;
	font-weight : bold;
	color : #FFFFFF;
	border-color:#000000;
	width : 140px;
	height : 20px;
	background-image: url('./image/bouton/bouton_send_hover.png');
}
.form-button-clear
{
	border : 0px;
	font-weight : bold;
	color : #FFFFFF;
	border-color:#000000;
	width : 140px;
	height : 20px;
	background-image: url('./image/bouton/bouton_clear.png');
}
.form-button-clear:hover
{
	border : 0px;
	font-weight : bold;
	color : #FFFFFF;
	border-color:#000000;
	width : 140px;
	height : 20px;
	background-image: url('./image/bouton/bouton_clear_hover.png');
}
.form-button-add
{
	border : 0px;
	font-weight : bold;
	color : #FFFFFF;
	border-color:#000000;
	width : 140px;
	height : 20px;
	background-image: url('./image/bouton/bouton_clear.png');
}
.form-button-add:hover
{
	border : 0px;
	font-weight : bold;
	color : #FFFFFF;
	border-color:#000000;
	width : 140px;
	height : 20px;
	background-image: url('./image/bouton/bouton_clear_hover.png');
}