/******* les couleurs  *********************

gris du fond: #676767
gris clair du site: #d9d9d9
texte gris foncé: #444

rose vif: #E51064
rose foncé: #980032
rose clair: #ffa4c2;
rose + clair:#ffbfd5;

orange: #ff8300;
jaune: #fc0
vert dispo: #0C0;

********************************************/

/************ GENERAL **********************/
body{
	padding:0;
	margin:0;
	background-color:#676767;
	font-family: Arial;
	font-size:12px;
}

h1,h2,h3,h4,h5,h6{
	color:#E51064;
}

a{
	text-decoration:none;
	color:#E51064;
}

a:hover{
	color:#980032;
}

a:focus{
	border:none;
}

a img{
	border:none;
}


/**** couleurs ****/
.gris{color:#444;}
.rouge{color:#F00;}
.blanc{color:#FFF;}
.rose_vif{color:#E51064;}
.orange{color:#ff8300;}
.vert{color:#0C0;}
.noir{color:#000;}

/**** texte ****/
.gras{font-weight:bold;}
.italique{font-style:italic;}
.capitalize{text-transform:capitalize;}
.uppercase{text-transform:uppercase;}
.blink{text-decoration:blink;}
.barre{text-decoration:line-through;}
.souligne{text-decoration:underline;}

.droite{text-align:right;}
.gauche{text-align:left;}
.centre{text-align:center;}

.petit{font-size:0.85em;}
.grand{font-size:1.2em;}

/**** position ****/
.floatright{float:right;}
.floatleft{float:left;}

/**** dimensions ****/
.largeur100{width:100%;}
.hauteur100{height:100%;}

/**** masquer ***/
.visible{visibility:visible;}
.invisible{visibility:hidden;}
.displayblock{display:block;}
.displaynone{display:none;}


/**** divers ****/
.bouton{
	height:15px;
	margin:3px;
	color:#FFF;
	font-weight:bold;
	padding:0px 15px;
	background:url(../_gfx/fond/degrade_h15.png) center left repeat-x transparent;
}

.bouton:hover{
	background:url(../_gfx/fond/degrade2_h15.png) center left repeat-x transparent;
	color:#FFF;
}

/************ alerte navigateur ************/
.alerte_navig{
	position:fixed;
	bottom:10px;
	left:0;
	width:100%;
	background-color:#fff;
	border-top:solid 2px #E51064;
	border-bottom:solid 2px #E51064;
	font-size:1.2em;
	color:#000;
	text-align:left;
}

.alerte_navig img{
	float:left;
	background-color:black;
	margin:0 20px;
	height:40px;
}

/************ CONTENEUR ********************/
#conteneur{
	width:980px;
	padding:0 25px;
	margin:0 auto;
	background:url(../_gfx/fond/fond_conteneur.png) top center repeat-y #FFF;
}

/************ ENTETE ***********************/
#entete{
	height:100px;
	background:url(../_gfx/fond/fond_entete.png) top center no-repeat transparent;
	font-style:italic;
	font-weight:bold;
	color:#ffa4c2;
}

#entete a:hover{
	text-decoration:underline;
}

#entete .logo{
	float:left;
	width:230px;
	height:60px;
	overflow:hidden;
}

#entete .entete{
	float: left;
	width: 750px;
	height:60px;
	overflow:hidden;
}

#entete .drapeaux{
	margin-top:5px;
	float:left;
}

#entete .drapeaux a img{
	margin-left:5px;
	border:solid 1px transparent;
}

#entete .drapeaux a:hover img{
	border-color:#E51064;
}

#entete .monCompte{
	float:right;
	margin-right:10px;
	height:30px;
}

#entete .monCompte a{
	color:#ffa4c2;
}

#entete .monCompte form input{
	font-style:italic;
	margin-top:5px;
	height:12px;
	font-size:11px;
}

#entete .monCompte .connecte{
	margin-top:5px;
}

#entete .slogans{
	display:block;
	clear:both;
	height:18px;
	padding-top:7px;
	padding-right:5px;
	font-size:15px;
	font-weight:normal;
	color:#000;
	text-align:right;
}

#entete .menuHorizontal{
	clear:both;
	margin-left:145px;
	height:25px;
	position:relative;
}

.MenuBarHorizontal{
	list-style:none;
	padding-top:5px;
}

.MenuBarHorizontal li a{
	color:#FFF;
	display:block;
	padding:0 10px;
	border-right:solid 1px #FFF;
	text-transform:capitalize;
}

.MenuBarHorizontal .panier a{
	border:none;
	background:url(../_gfx/panier2.png) top left no-repeat transparent;
	display:block;
	padding-left:20px;
	height:20px;
	margin-top:-5px;
	padding-top:5px;
	text-decoration:underline;
}

.MenuBarHorizontal .panier a:hover{
	color:#000;
	background-image:url(../_gfx/panier1.png);
}

/*** sous menu *****/
.MenuBarHorizontal .menu_deroule
{
	margin:5px 0 0 0;
	padding:0;
	background-color:#980032;
	list-style:none;
}

.MenuBarHorizontal .menu_deroule li a {
	clear:both;
	_float:left;
	display: block;
	color:#ffa4c2;
	border-bottom:dotted 1px #fff;
	padding:5px;
	width:350px;
	border-right:none;
}

.MenuBarHorizontal .menu_deroule li a:hover{
	background-color:#ffa4c2;
	color:#980032;
}

/*** panier ***/
.menuHorizontal #panier{
	position:absolute;
	right:5px;
	top:0;
	height:20px;
	
}

.menuHorizontal #panier a{
	color:#FFF;
	display:block;
	padding:5px 0 0 20px;
	height:20px;
	text-decoration:underline;
	background:url(../_gfx/panier2.png) top left no-repeat transparent;
}

.menuHorizontal #panier a:hover{
	background:url(../_gfx/panier1.png) top left no-repeat transparent;
	color:#000;
}



/************ MENU MARQUES *****************/
#colonne_gauche{
	width:145px;
	padding:5px;
	background:url(../_gfx/fond/fond_colonne_gauche.png) top left no-repeat #d9d9d9;
	float:left;
	height:100%;
}

#colonne_gauche ul{
	list-style:none;
	padding:0;
	margin:-3px;
}

#colonne_gauche h4{
	text-align:right;
	font-weight:bold;
	font-style:italic;
	border-bottom: solid 1px #980032;
	border-right: solid 1px #980032;
	padding-right:5px;
	margin-top: 20px;
	margin-bottom:5px;
}

#colonne_gauche .recherche{
	border: solid 1px #980032;
	text-align:center;
	padding:0;
}

#colonne_gauche .promo_titre {
	font-weight:bold;
	border: solid 1px #ff8300;
	border-color: #ff8300;
	font-size:120%;
	text-align:center;
	text-transform:uppercase;
}

#colonne_gauche .promo_titre a{
	color:#ff8300;
}

#colonne_gauche .promo_titre a:hover{
	color:#E51064;
}

#colonne_gauche ul .marque_inactive a{
	display:block;
	width:138px;
	padding:0 0 0 10px;
	height:100%;
	color:#000;
	text-transform:uppercase;
	background:url(../_gfx/pucerose1.png) center left no-repeat transparent;
	
	margin-bottom:5px;
	margin-right:0px;
	margin-left:0;
}

#colonne_gauche ul .marque_inactive a:hover {
	color:#E51064;
	font-style:italic;
	
	margin-right:0;
	margin-left:5px;
}

#colonne_gauche ul .marque_inactive .promo{
	color:#ff8300;
	text-decoration:blink;
	font-weight:bold;
	background:url(../_gfx/puceorange1.png) center left no-repeat;
}

#colonne_gauche ul .marque_inactive .promo:hover{
	color:#ff8300;
}

#colonne_gauche ul .marque_active a{
	display:block;
	width:133px;
	padding:0 0 0 10px;
	height:100%;
	color:#E51064;
	font-style:italic;
	margin-right:0;
	margin-left:5px;
	background:url(../_gfx/pucerose2.png) center left no-repeat transparent;
	border-bottom:dotted 1px #E51064;
}

#colonne_gauche ul .bloc_collecs{
	width:135px;
	padding:0;
	margin:0 0 10px 10px;
	border-bottom:dotted 1px #E51064;
	border-left:dotted 1px #E51064;
}

#colonne_gauche ul .bloc_collecs li a{
	color:#444;
	display:block;
	width:130px;
	padding:1px 0 1px 5px;
	margin:0;
	border-bottom:dotted 1px transparent;
	background:none;
}

#colonne_gauche ul .bloc_collecs li a:hover{
	color:#980032;
	text-decoration:none;
	border-bottom:dotted 1px #E51064;
	background-color:#ffbfd5;
}

#colonne_gauche .bloc_collecs li .collec_active{
	color:#980032;
	border-bottom:dotted 1px #E51064;
	background-color:#ffbfd5;
}

#colonne_gauche ul .bloc_collecs li .info_menu{
	font-size:10px;
	font-style:italic;
}

#colonne_gauche ul .bloc_collecs li .promo{
	color:#ff8300;
	text-decoration:blink;
}

#colonne_gauche ul .bloc_collecs li .nouveau{
	color:#B00;
}

#colonne_gauche ul .bloc_collecs li .sold{
	color: #090;
}

/************ CONTENU **********************/
#contenu{
	width:805px;
	margin:0 10px;
	float:left;
}
/************ PIED *************************/
#pied{
	clear:left;
	background-color:#FFF;
}

#pied #qui{
	padding:5px 5px 20px 5px;
	background:url(../_gfx/fond/qui.png) bottom left repeat-x #ffa4c2;
	margin-bottom:10px;
	text-align:center;
}

#pied #qui a{
	color:#980032;
}

#pied #qui a:hover{
	text-decoration:underline;
}

#pied #pied_menu{
	padding-left:100px;
	height:31px;
	padding-top:4px;
	background: url(../_gfx/fond/fond_pied_menu.png) top left no-repeat #d9d9d9;
	text-align:center;
	color:#FFF;
	font-style:italic;
}

#pied #pied_menu a{
	color:#FFF;
	padding:0 5px;
	border-right:solid 1px #FFF;
}

#pied #pied_menu a:hover{
	text-decoration:underline;
}

#pied #pied_contenu{
	background: url(../_gfx/fond/fond_pied_contenu.png) top left no-repeat #d9d9d9;
	text-align:center;
	min-height:70px;
	padding: 5px 10px 15px 10px;
	color:#444;
}

#pied #pied_contenu p{
	color:#980032;
	font-weight:bold;
	border: solid 1px #980032;
	padding:5px;
}

#pied #pied_contenu a{
	font-weight:bold;
}

#pied #pied_contenu2{
	background: url(../_gfx/fond/fond_pied_contenu2.png) bottom right no-repeat #d9d9d9;
	min-height:85px;
	padding: 5px 10px 15px 10px;
}

#pied #pied_contenu2 a{
	color:#000;
}

/************ SIGNATURE ********************/
#signature{
	width:980px;
	padding:5px 25px 0 25px;
	margin:0 auto 10px auto;
	background: url(../_gfx/fond/fond_signature.png) top center no-repeat transparent;
	color:#FFF;
	text-align:right;
}

#signature a{
	font-weight:bold;
	color:#FFF;
}

