form {
	margin: 0px;
	padding: 0px;
	
}
select, input {
	font-size: 10px;
}


/* panier */

input#achat_livre {
	width: 187px;
	height: 20px;
	background-color: #FFF;
	background-image: url(../images/achat_livre.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	cursor: pointer;
}

input#achat_livre_bis { /* pour les pages "archives" */
	width: 62px;
	height: 29px;
	background-color: #FFF;
	background-image: url(../images/ajouter_au_caddie.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	cursor: pointer;
}
input.achat_livre { /* pour les pages "archives" */
	width: 37px;
	height: 13px;
	background-color: #FFF;
	background-image: url(../images/achat_livre_on.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	cursor: pointer;
}
input.achat_book { /* pour les pages "archives" */
	width: 37px;
	height: 13px;
	background-color: #FFF;
	background-image: url(../images/achat_book_on.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	cursor: pointer;
}

input.achat_pdf { /* pour les pages "archives" */
	width: 37px;
	height: 13px;
	background-color: #FFF;
	background-image: url(../images/achat_pdf_on.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	cursor: pointer;
}



input#achat_pdf {
	width: 187px;
	height: 20px;
	background-color: #FFF;
	background-image: url(../images/achat_pdf.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	cursor: pointer;
}

input#carte_p1, input#carte_p5, input#carte_p10 {
	width: 187px;
	height: 20px;
	background-color: #FFF;
	background-repeat: no-repeat;
	border-width: 0px;
	cursor: pointer;
}
input#carte_p1   {background-image: url(../images/achat_carte_p1.jpg);}
input#carte_p5   {background-image: url(../images/achat_carte_p5.jpg);}
input#carte_p10 {background-image: url(../images/achat_carte_p10.jpg);}

	
input#panier:hover {
	color: #990134;
}

input#retirer {
	float: left;
	margin-left: 10px;
	width: 20px;
	height: 21px;
	border-width: 0px;
	background-image: url(../images/retirer_article.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
input#ajouter {
	float: left;
	margin-left: 5px;
	width: 20px;
	height: 21px;
	border-width: 0px;
	background-image: url(../images/ajouter_article.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

input#poursuivre_commande_fr, input#poursuivre_commande_en {
	width: 196px;
	height: 29px;
	border-width: 0px;
	background-image: url(../images/poursuivre_commande_fr.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
input#poursuivre_commande_en{
	background-image: url(../images/poursuivre_commande_en.jpg);
}
	
/* recherche  */

form#form_recherche {
	margin-bottom: 15px;
	padding-left: 5px;
}
input#champ_recherche {
	font-size: 10px;
	border: 1px solid #000;
}
input#sub_recherche {
	margin-top: 4px;
	margin-left: 1px;
	background-color: #1E579E;
	background-image: url(../images/sub_recherche.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	padding-left: 14px;
	_padding-left: 4px;
	cursor: pointer;
}

input.sub_recherche_avancee {
	width: 100%;
	height: 18px;
	background-color: #6197D7;
	background-color: #5881B7;
	border-width: 0px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
	padding-left: 20px;
	font-size: 10px;
	background-image: url(../images/fl_lien_dr.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

input.boite_ouverte {
	background-image: url(../images/fl_lien_ba.gif);
}

input#sub_ra {
	width: 94px;
	height: 18px;
	border-width: 0px;
	background-image: url(../images/recherche_avancee.jpg);
	color: #FFF;
	font-weight: bold;
	text-indent: 13px;
	cursor: pointer;
}




