.bouton{
	height: 18px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3300;
	padding-top: 10px;
	padding-bottom: 5px;
}
.bouttoninput {
	width: auto;
	height: 18px;
	margin: 0;/* On cache le texte de substitution (très loin car Opera l'affiche même en dehors du boutton : il faut donc le faire sortir de la page)*/
	cursor: pointer;/* on place l'image en arrière plan */
	font-weight: bold;
	color: #CC3300;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	/*text-indent: 15px;*/
	border-top-width: 0;
	border-right-width: 1;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-style: solid;
	border-right-color: #CC3300;
	background-color: transparent;
	background-image: url(/images/boutons.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
.bouttoninput:hover {
   background-position: 0 -18px;/* On déplace l'image d'arrière plan pour donner l'effet */
   color:#333;
}

