@charset "utf-8";
/* Boites du catalogue */
/* Informations du panier, boite de recherche, affichage des catégories, connexion au compte, affichage des informations utilisateur */

.gauche h6, .gauche h5 {
	display:block;
	padding:10px 10px 5px 10px;
	border-bottom:1px solid #d4d4d4;
	background:#fefefe url(/common_files/img/titre-fond.png) bottom left repeat-x;
}
#boite-categories, #boite-recherche {
	border:1px solid #d4d4d4;
	background:#fff;
}
/* Boite de la liste des catégories du panier d'achat - On */
#boite-categories h6 a {
	font-weight:bold;
	text-decoration:none;	
}
#boite-categories h6 a:hover {
	text-decoration:underline;	
}
#boite-categories ul {
	padding:10px 15px;	
}
#boite-categories ul li {
}
#boite-categories ul li a {
	color:#474747;
	font-weight:bold;
	text-decoration:none;
}
#boite-categories ul li a:hover {
	text-decoration:underline;
}
#boite-categories ul li ul {
	padding:0 0 0 10px;
}
#boite-categories ul li ul li a {
	color:#4f7e98;
	font-weight:normal;
}
#boite-categories ul li ul li a:hover {

}
/* Boite de la liste des catégories du panier d'achat - Off */


/* Boite de recherche - On */	
#boite-recherche {
	margin:10px 0 0 0;
	background:#f9f9f9 url(/common_files/img/fond-panneau-gauche.png) bottom left repeat-x;
}
#boite-recherche form {
	padding:5px 10px;
}
#boite-recherche p {
	margin:5px 0 0 0;
	color:#474747;
}
#boite-recherche p.au-milieu {
	margin:0;
}
#boite-recherche p small {
	font-size:0.9em;
}
input.champ {
	display:block;
	width:150px;
	margin:5px 0 0 0;
}
input.bouton {
	display:block;
	margin:10px auto 0 auto;
	font-weight:bold;
	color:#4e4e4e;
}
#centre input.bouton {
	margin:10px auto 0 0;
}
#boite-recherche a {
	color:#4f7e98;
}
/* Boite de recherche - Off */

/* Filtre à multiples critères - On */
.filtre_cadre {
    background-color : #FFFFFF;
    border : 1px solid #827E7E;
    float : left;
    font-size : 1em;
    height : 110px;
    margin : 8px 8px 8px 0;
    padding : 5px;
    overflow : auto;
    width : 15.94%;
}

.filtre_titre {
    font-weight : bold;
}
/* Filtre à multiples critères - Off */
