/* Feuille de style spécifique aux éléments français */

/* -------------------- Catalogue -------------------- */
.btn_lancerecherche {
	background:url("../images/fr/c_btrecherche.gif");
	width:109px;
	height:26px;
	border:0;
	cursor:pointer;
}
.btn_lancerechercheroll {
	background:url("../images/fr/c_btrechercheroll.gif");
	width:109px;
	height:26px;
	border:0;
	cursor:pointer;
}

/* -------------------- Bouton Recommander -------------------- */
a.recommander {
	display:block;
	width:110px;
	height:26px;
	background:url("../images/fr/btnRecommander.gif");
	border:0;
}
a.recommander:hover {
	background-position:0 -26px;
}

/* -------------------- Formulaire ajout avis -------------------- */
.btnVerifier {
	background:url("../images/fr/btnVerifier.gif");
	width:124px;
	height:34px;
	border:0;
	cursor:pointer;
}
.btnModifier {
	background:url("../images/fr/btnModifier.gif");
	width:124px;
	height:34px;
	border:0;
	cursor:pointer;
}
.btnValider {
	background:url("../images/fr/btnValider.gif");
	width:124px;
	height:34px;
	border:0;
	cursor:pointer;
}

.btnVerifier:hover, .btnValider:hover, btnModifier:hover {
	background-position:0 -34px;
}

.hautCadreAvis {
	height: 9px;
	background: url("../images/coiniHG.gif") no-repeat #FFC887;
}
.centreCadreAvis {
	background:#FFC887;
}
.basCadreAvis {
	height: 9px;
	background: url("../images/coiniBG.gif") no-repeat #FFC887;
}

.notabene {
	font-size: 9px;
}

/* -------------------- Formulaire recommander -------------------- */
.btnEnvoyer {
	background: url("../images/fr/bt_envoyer.gif");
	width:101px;
	height:40px;
	border:0;
	cursor:pointer;
}
.btnEnvoyer:hover {
	background-position:0 -40px;
}
