@charset "utf-8";
/* CSS Document */

#pageheader {
	background: url(images/header_boite.jpg);
	background-repeat:no-repeat;
}
#contenu_gauche {
	background: url(images/background_boite_repeat.jpg);
}
* html #contenu_gauche {
	background: url(images/background_boite_repeat.jpg);
}
#contenu_gauche_header {
	background: url(images/background_boite_top.jpg);
	background-repeat: no-repeat;
}
* html #contenu_gauche_header {
	background: url(images/background_boite_top.jpg);
	background-repeat: no-repeat;
}
#contenu_gauche_footer {
	background: url(images/background_boite_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%
}
* html #contenu_gauche_footer {
	background: url(images/background_boite_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%
}
#visuel_carte {
	margin-top:10px;
	margin-left: 0px;
	height:400px;
	float:left;
}
#amis {
	margin-top: 10px;
	margin-left: 55px;
}
#menu_gauche a {
	color: #6d6d6d;
	text-decoration:none;   
}
#menu_gauche a:hover {
	color:#b20e56;
	text-decoration:none;   
}
.descriptif {
	color:#535353;
	font-size:12px;
}
.promo {
	margin-top:4px;
	color:#b0004d;
}

.left {
	float: left;
}

.panier_champ_libelle {
	width: 110px;
	display:block;
	margin-top: 3px;
}
.votre_panier_blanc {
	background: #FFFFFF url(images/bg_panier_header_blanc_boites.gif) no-repeat top left;
}
.votre_panier_rose {
	background: #b993a8 url(images/bg_panier_header_rose_boites.gif) no-repeat top left;
}
