/**
 * Css g?n?riques
 */
 * {
	margin: 0;
	padding: 0;

	font-family: Tahoma;
	font-size: 11px;
	/*font-weight: normal;*/
}

ul, li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	/*color: #d00b63;*/
	text-decoration: underline;
} 

a img {
	border: none;
}

button {
	border: none;
	background: none;
}

input, select {
	font-size: 11px;
	border: 1px solid #bcbcbc;
	padding: 2px;
}

div.spacer {
	clear: both;
	height: 1px;
	font-size: 1px;
}

h4 {
	font-weight: normal;
}

/******************************************************************************************
 ******************************************************************************************/

body {
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #454545;
}

div#contener {
	margin: 0 auto;
	width: 980px;
	background-image: url('images/border-middle.jpg');
	background-repeat: repeat-y;
	background-position: 23px;
	margin-top: 27px;
}

	div#contener div#borderTop {
		background-image: url('images/border-top.jpg');
		height: 5px;
	}

	div#contener div#header {
		background-image: url('images/header.jpg');
		height: 171px;
		position: relative;
	}

		div#contener div#header a#logo {
			display: block;
			float: left;
			height: 171px;
			width: 247px;
			margin-left: 28px;
		}

		div#contener div#header a#logo:hover {
			text-decoration: none;
		}

		div#contener div#header div#images {
			float: left;
			position: relative;
			width: 679px;
			height: 171px;
		}

			div#contener div#header div#images div.img1 {
				background-image: url('images/header-bkg1.jpg');
				background-repeat: no-repeat;
				width: 679px;
				height: 171px;
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 1;
			}

			div#contener div#header div#images div.img2 {
				background-image: url('images/header-bkg2.jpg');
				background-repeat: no-repeat;
				width: 679px;
				height: 171px;
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 1;
			}

		div#contener div#header div#corner {
			background-image: url('images/header-corner.gif');
			height: 13px;
			width: 12px;
			position: absolute;
			top: 0px;
			right: 26px;
			z-index: 3;
		}


	div#contener ul#menuHorizontal {
		display: block;
		background-image: url('images/menu-hor.jpg');
		background-repeat: repeat-y;
		background-position: 23px;
		height: 24px;
		padding-left: 280px;
	}

		div#contener ul#menuHorizontal li {
			float: left;
			display: block;
			height: 24px;
			line-height: 24px;
			color: #607325;
			font-weight: bold;
			padding: 0 12px;
		}

			div#contener ul#menuHorizontal li a,
			div#contener ul#menuHorizontal li a nobr {
				display: block;
				height: 24px;
				line-height: 24px;
				font-weight: bold;
				color: #607325;
				cursor: pointer;
			}

			div#contener ul#menuHorizontal li a:hover,
			div#contener ul#menuHorizontal li a:hover nobr {
				color: #007221;
				text-decoration:none;
			}

	div#contener ul#menuUsers {
		background-image: url('images/menu-users.jpg');
		padding: 11px 0 0 40px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}

		div#contener ul#menuUsers li {
			display: block;
			float: left;
			padding: 0 2px;
		}

			div#contener ul#menuUsers li a {
				display: block;
				background-image: url('images/menu-users-puce1.jpg');
				background-repeat: no-repeat;
				padding-left: 14px;
				height: 30px;
				line-height: 30px;
				color: #db3f86;
			}

			div#contener ul#menuUsers li form p input {
				width: 153px;
				font-weight: normal;
			}

				div#contener ul#menuUsers li form p button img {
					vertical-align: middle;
				}

			div#contener ul#menuUsers li form p#newsletterInscr {
				background-image: url('images/menu-users-puce2.jpg');
				background-repeat: no-repeat;
				padding-left: 14px;
			}

	div#contener div#colGauche {
		float: left;
		margin-left: 28px;
		width: 247px;
	}

		div#contener div#colGauche ul#menuProds {
			background-image: url('images/menu-produits.jpg');
			position:relative;
			height: 267px;
			padding-top: 5px;
			margin-bottom: 5px;
			z-index:5;
		}

			div#contener div#colGauche ul#menuProds li {
				padding: 0;
				margin-left:32px;
				position:relative;
				z-index:50;
				width:168px;
			}

			div#contener div#colGauche ul#menuProds li.cat {
				color:#CCCCCC;
				position:relative;
				background-image: url('images/menu-produits-cat.jpg');
				margin-top: 15px;
				margin-bottom: 8px;
				margin-left:0;
				height: 20px;
				line-height: 20px;
				padding-left: 62px;
				font-weight: bold;
				z-index:6;
			}

				div#contener div#colGauche ul#menuProds li a {
					text-decoration:none;
					display: block;
					height: 20px;
					line-height: 20px;
					padding-left: 10px;
					font-weight: bold;
					white-space:nowrap;
					position:relative;
					z-index:9;
				}


					div#contener div#colGauche ul#menuProds li a span {
						position:relative;
						height: 20px;
						z-index:8;
						line-height: 20px;
					}

					div#contener div#colGauche ul#menuProds li a div {
						position:absolute;
						display:none;
						opacity:0.5;
						filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
						height: 20px;
						left:0;
						top:0;
						width: 100%;
						z-index:8;
					}

					div#contener div#colGauche ul#menuProds li ul {
						background-color:white;
						display:none;
						position:absolute;
						left:168px;
						top:0px;
						z-index:10;
						width: 150px;
					}

					div#contener div#colGauche ul#menuProds li ul li {
						padding:0;
						width:100%;
						margin:0;
					}

						div#contener div#colGauche ul#menuProds li ul li a {
							display: block;
							height: 20px;
							line-height: 20px;
							padding-left: 10px;
							padding-right: 10px;
							font-weight: bold;
							white-space:nowrap;
						}

		div#contener div#colGauche dl dt {
			background-image: url('images/menu-top.jpg');
			height: 21px;
			padding: 15px 0 0 20px;
			font-weight: bold;
			color: #715f3f;
		}

		div#contener div#colGauche dl dd {
			background-image: url('images/menu-bkg.jpg');
		}

			div#contener div#colGauche dl dd ul li {
				padding-left: 20px;
			}

			div#contener div#colGauche dl dd ul li.bottom {
				background-image: url('images/menu-bottom.jpg');
				height: 18px;
			}

				div#contener div#colGauche dl dd ul li a {
					display: block;
					color: white;
				}

				div#contener div#colGauche dl dd ul li a:hover {
					color: #715f3f;
					text-decoration:none;
				}


	div#contener div#content {
		float: left;
		background-image: url('images/content-bkg.jpg');
		background-repeat: no-repeat;
		background-position: bottom right;
		width: 679px;
		min-height: 450px;
	}

		div#contener div#content h1 {
			background-image: url('images/title-noir.jpg');
			padding-left:50px;
			height: 37px;
			line-height: 34px;
			font-weight: bold;
			color: #ffffff;
		}

		div#contener div#content h1.bleu {
			background-image: url('images/title-bleu.jpg');
		}

		div#contener div#content h1.orange {
			background-image: url('images/title-orange.jpg');
		}

		div#contener div#content h1.orangeFonce {
			background-image: url('images/title-orangefonce.jpg');
		}

		div#contener div#content h1.vert {
			background-image: url('images/title-vert.jpg');
		}

		div#contener div#content h1.violet {
			background-image: url('images/title-violet.jpg');
		}

		div#contener div#content h1.rouge {
			background-image: url('images/title-rouge.jpg');
		}

		div#contener div#content h1.rose {
			background-image: url('images/title_rose_original.jpg');
		}

		div#contener div#content h2 {
			color: #d00b63;
			font-weight: bold;
			font-size: 14px;
			padding-left: 40px;
		}

		div#contener div#content h3,
		div#contener div#content h3 a {
			color: #d00b63;
			font-size: 12px;
			padding-left: 60px;
		}

		div#contener div#content h3.vert {
			color: #a8d812;
		}

		div#contener div#content h3.noir {
			color: black;
		}
			div#contener div#content h3 a {
				padding-left: 0px;
			}

			div#contener div#content h3 em {
				font-weight: bold;
				color: #a8d812;
			}

		div#contener div#content h4.vert {
			color: #a8d812;
		}

		div#contener div#content div#titre {
				position: relative;
				width: 606px;
				background-image: url('images/title-noir.jpg');
				padding-left: 15px;
				height: 17px;
				padding-top: 4px;
				color: #ffffff;
		}

		div#contener div#content div#titre.rose {
				background-image: url('images/title-rose.jpg');
		}

		div#contener div#content div.content-margin {
			margin: 0px 35px 0px 16px;
		}
		div#contener div#content p {
			margin: 5px 0px 5px 0px;
			font-weight: normal;
			color: #000000;
			text-align: justify;
		}

		div#contener div#content p.produits {
			margin: 0 35px 0 20px;
		}

			div#contener div#content p.produits a {
				position: relative;
				display: block;
				float: left;
				width: 151px;
				height: 174px;
				padding-top: 4px;
				margin: 0 2px;
				text-align: center;
				margin-bottom: 5px;
				background-image: url('images/produit.jpg');
				background-repeat: no-repeat;
			}

			div#contener div#content p.prodviolet a {
				background-image: url('images/produit-violet.jpg');
				background-repeat: no-repeat;

				height: 194px;
				width: 143px;
				margin: 0 5px
			}

			div#contener div#content p.prodvert a {
				background-image: url('images/produit-vert.jpg');
				background-repeat: no-repeat;

				height: 194px;
				width: 143px;
				margin: 0 5px
			}

			div#contener div#content p.prodorange a {
				background-image: url('images/produit-orange.jpg');
				background-repeat: no-repeat;

				height: 194px;
				width: 143px;
				margin: 0 5px
			}

			div#contener div#content p.prodorangeFonce a {
				background-image: url('images/produit-orangefonce.jpg');
				background-repeat: no-repeat;

				height: 194px;
				width: 143px;
				margin: 0 5px
			}

			div#contener div#content p.prodbeige a {
				background-image: url('images/produit-beige.jpg');
				background-repeat: no-repeat;

				height: 194px;
				width: 143px;
				margin: 0 5px
			}

				div#contener div#content p.produits a * {
					cursor: pointer;
				}

			div#contener div#content p.produits a:hover {
				text-decoration: none;
			}

				div#contener div#content p.produits a span.promo {
					position: absolute;
					top: 0;
					right: 0;
					background: url('images/promo.png') no-repeat;
					line-height: 55px;
					height: 65px;
					width:65px;
					text-align: center;
					font-size: 15px;
					color: #fff;
				}

				div#contener div#content p.produits a span.image {
					margin: 0 auto;
					display: block;
					width: 143px;
					height: 133px;
					line-height: 133px;
					text-align: center;
					background-color: #ffffff;
					border: 1px solid #d00b63;
				}

				div#contener div#content p.prodviolet a span.image,
				div#contener div#content p.prodvert a span.image,
				div#contener div#content p.prodorange a span.image,
				div#contener div#content p.prodorangeFonce a span.image,
				div#contener div#content p.prodbeige a span.image {
					margin: 0 auto;
					display: block;
					width: 143px;
					height: 175px;
					line-height: 175px;
					text-align: center;
					background: none;
					border: 0;
				}

					div#contener div#content p.produits a span.image img {
					}

				div#contener div#content p.produits a span.nom {
					position: absolute;
					top: 140px;
					left: 0px;
					width: 151px;
					text-align: center;
					color: #ffffff;
					height: 14px;
					overflow: hidden;
					display: block;
				}
				div#contener div#content p.prodviolet a span.nom,
				div#contener div#content p.prodvert a span.nom,
				div#contener div#content p.prodorange a span.nom,
				div#contener div#content p.prodorangeFonce a span.nom,
				div#contener div#content p.prodbeige a span.nom {
					top: 155px;
					width: 143px;
				}

				div#contener div#content p.produits a span.prix {
					position: absolute;
					top: 150px;
					left: 0px;
					width: 151px;
					text-align: center;
					font-weight: bold;
					color: #ce015e;
					line-height: 25px;
				}
				div#contener div#content p.prodviolet a span.prix,
				div#contener div#content p.prodvert a span.prix,
				div#contener div#content p.prodorange a span.prix,
				div#contener div#content p.prodorangeFonce a span.prix,
				div#contener div#content p.prodbeige a span.prix {
					top: 180px;
				}
					div#contener div#content p.produits a span.prix span.prixPromo {
						font-size: 13px;
					}

				div#contener div#content p.prodviolet a span.nom {
					color:#a20145;
				}

				div#contener div#content p.prodvert a span.nom {
					color:#32640c;
				}

				div#contener div#content p.prodorange a span.nom {
					color:#a05200;
				}

				div#contener div#content p.prodbeige a span.nom {
					color:#967b50;
				}

				div#contener div#content p.prodbeige a span.prix,
				div#contener div#content p.prodvert a span.prix,
				div#contener div#content p.prodorange a span.prix,
				div#contener div#content p.prodorangeFonce a span.prix,
				div#contener div#content p.prodviolet a span.prix {
					position: absolute;
					top: 168px;
					left: 0px;
					width: 151px;
					text-align: center;
					font-weight: bold;
					color: #ffffff;
					line-height: 25px;
				}
				div#contener div#content p.prodvert a span.prix {
					color : #555555;
				}

		div#contener div#content form p label {
			float: left;
			width: 250px;
			text-align: right;
			margin-top: 3px;
			margin-bottom: 0px;
			padding-right: 2px;
		}

			div#contener div#content form p label em {
				color: #999999;
			}

		div#contener div#content form p input,
		div#contener div#content form p select {
			float: left;
			width: 200px;
			margin-bottom: 3px;
		}

		div#contener div#content form p div.clearFix {
			clear: both;
		}

	div#contener div#borderBottom {
		background-image: url('images/border-bottom.jpg');
		height: 26px;
		margin-top: -1px;
	}

p {
	text-align: center;
	margin-bottom: 15px;
}

	p,
	p a {
		color: #a0a0a0;
		font-weight: bold;
	}

.cadre_nuancier {
border:1px solid #631D39;
color:#580020 !important;
padding:5px;
margin-left:20px;
margin-right:35px;
}

	.cadre_nuancier * {
	color:#580020 !important;
	}

.panier {
	margin-top:5px;
	border:none;
	padding:0;
	border-right:0;
	border-bottom:0;
}

.panier td, .panier th{
	border-right:none;
	padding:3px;
	border-bottom:none;
}

.panier a{
	color: black;
}

.panier th{
	color:white;
	background-image:none;
}

.panier-top {
	height: 21px;
}

.panier-bottom {
	height: 30px;
	height: 24px;
}

#etapes {
	width: 621px;
	height: 73px;
	text-align: center;
	padding-left:15px;
}

.elem1 {
background-color:white;
}

.elem0 {
background-color:#fddeec;
}

#etapes img {
	margin-top: 13px;
}

label.panier {
	width: 100px;
	display: block;
	float: left;
	margin-left:18px;
	padding-top: 4px;
}

input.panier {
	background-color: white;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px dashed #bbbbbb;
	font-family: verdana;
	font-size: 11px;
	color: #454545;
	margin-bottom: 0px;
}

select.panier {
	width: 197px;
	border: 1px solid #bbbbbb;
	color: #454545;
}

#propositions {
position: relative;
width: 204px;
/*height: 175px;*/
/*background: url(images/fond-propositions.jpg) no-repeat bottom;*/
margin-left: 14px;
margin-bottom:8px;
}
#menu_positions_flash {
	height: 66px;
	overflow: hidden;
}
#menu_propositions_top {
	background: url('images/fond-propositions-top.jpg') no-repeat;
	height: 35px;
	width: 204px;
}
#menu_propositions_bottom {
	background: url('images/fond-propositions-bottom.jpg') no-repeat;
	height: 12px;
	width: 204px;
}
ul#menu_propositions {
	background: url('images/fond-propositions.jpg') repeat-y;
	list-style-type: none;
	width: 204px; /* pr?cision pour Opera */
	padding: 0;
/*	padding-top: 33px;*/
	text-align: left;
}

ul#menu_propositions li {
display: block;
margin-right: 20px;
border: none;
text-decoration: none;
	padding-left: 10px;
}

ul#menu_propositions a {
border: none;
text-decoration: none;
color: white;
font-weight: none;
background: none;
}

ul#menu_propositions a:hover {
color: #903d00;
border: none;
background: none;
}


#boutique {
position: relative;
width: 204px;
height: 124px;
background: url(images/fond-boutique.jpg) no-repeat bottom;
margin-left: 14px;
}

#menu_boutique {
list-style-type: none;
width: 204px; /* pr?cision pour Opera */
margin-left: 10px;
padding: 0;
padding-top: 32px; /*42*/
text-align: left;
}

ul#menu_boutique li {
display: block;
margin-right: 20px;
border: none;
text-decoration: none;
}

ul#menu_boutique a {
border: none;
text-decoration: none;
color: white;
font-weight: none;
background: none;
}

ul#menu_boutique a:hover {
color: #715f3f;
border: none;
background: none;
}

.titreBeige {
	width:611px;
	height:20px;
	text-align:left;
	background:url(../../../FrontOffice/templates//images/title-beige.jpg) no-repeat;
	color:#FFFFFF;
	font-size:12px;
	padding-left:25px;
	margin-left:9px;
	padding-top:3px;
	margin-bottom:12px;
	z-index:2;
}

.promoTxt {
	font-weight: bold;
	color: #d6146b;
}
	.promoTxt img {
		margin-bottom: -3px;
	}



#stickers-in-sale {
	margin-left: 40px;
}
	#stickers-in-sale div.stickers {
		margin: 3px 0;
	}
		#stickers-in-sale div.stickers a {
			color: #800 !important;
			margin: 0 !important;
			padding: 0 !important;
		}
		#stickers-in-sale div.stickers div.details {
			border: 1px solid #aaa;
			background: #eee;
			padding: 5px;
			margin: 5px 0;
			width: 580px;
		}
			#stickers-in-sale div.stickers div.details div.pic {
				border: 1px solid #aaa;
				float: left;
				width: 90px;
				height: 96px;
				margin-right: 5px;
			}
			#stickers-in-sale div.stickers div.details div.infos {
				float: left;
			}

			#stickers-in-sale div.stickers div.details table {
				float: left;
				margin-right: 5px;
			}
				#stickers-in-sale div.stickers div.details table tr th {
					background: #666;
					color: #fff;
					font-weight: bold;
					text-align: center;
					padding: 3px 5px;
				}
				#stickers-in-sale div.stickers div.details table tr.line0 td {
					background: #ddd;
					padding: 3px 5px;
					text-align: center;
				}
				#stickers-in-sale div.stickers div.details table tr.line1 td {
					background: #ccc;
					padding: 3px 5px;
					text-align: center;
				}



form#search {
	background: url('images/search.png') no-repeat;
	height: 79px;
	width: 637px;
	position: relative;
}
	form#search input {
		position: absolute;
		top: 30px;
		left: 110px;
		height: 13px;
		width: 217px;
		border: 0;
		background: #fff;
		color: #d1005e;
	}
	form#search button {
		position: absolute;
		top: 30px;
		left: 340px;
		height: 17px;
		width: 18px;
		border: 0;
		background: none;
		cursor: pointer;
	}
	.footer {
		font-size: 1px;
		color: #666666;
		font-style: italic;
	}

#footer , #footer a { font-weight: normal; }
#partnersLeft {
	dislay: none;
}