@charset "utf-8";
/* CSS Document */

.btnok 
{
	width: 25px;
	height: 25px;
	border: none;
	cursor: pointer;
	background: url("../css/ok_25.jpg") no-repeat left top;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
}
.btncroix 
{
	width: 25px;
	height: 25px;
	border: none;
	cursor: pointer;
	background: url("fin_25.jpg") no-repeat left top;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
}
.BoutonMoyen {
	
	width: 100px;
	height: 28px;
	border: none;
	background: url("../images/BoutonMoyen.jpg") no-repeat left top;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
	cursor: pointer;

}
