/*.bouton_84px_type1{
	width:84px;
	height:17px;
	border:0px;

	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;

	background-image: url(btn1.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.bouton_176px_type1{

	width:176px;
	height:18px;
	line-height:17px;
	border:0px;

	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;

	background-image: url(medium_btn.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.bouton_298px_type1{
	width:298px;
	height:18px;
	line-height:17px;
	border:0px;

	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;

	background-image: url(large_btn.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.bouton_25px_type1{
	width:25px;
	height:17px;
	border:0px;

	font-weight:bold;
	font-size:10px;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	background-image: url(small_button.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}*/

/* Modif SRO*/
.bouton_84px_type1, .bouton_176px_type1, .bouton_298px_type1, .bouton_25px_type1 {
	float: none;
	margin: 13px 15px;
	color: #991000;
	font-size: 110%;
	font-weight: bold;
	border-right: 1px solid #991000;
	border-bottom: 1px solid #991000;
	background: #dadada url("../images/bk-input.gif") left top no-repeat;
	cursor: pointer;
	padding: 3px 0 3px 0;
}

