#header {
	background: url(../img/boutiqueBandeauDroite.png) no-repeat right top;
}

#header #login {
	width: 250px;
}

#headerLeft {
	background: url(../img/boutiqueBandeauGauche.png) no-repeat;
}

.shadow {
	margin-left: -4px;
	margin-top: -5px;
}

ul.products.category{	
	overflow: hidden;
	height: 454px;
}


ul.products li {
	background: url(../img/fond-produit.png);
	width: 240px;
	height: 220px;
	margin: 6px;
	position: relative;
	float: left;
}

li p.desc {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 130px;
	font-size: 0.8em;
	color: #666;
}

ul.products li .productLink {
	text-indent: -2000px;
	position: absolute;
	top:0;
	left: 0;
	display: block;
	height: 220px;
	width: 240px;
}

.slideshow li .productLink {
	text-indent: -2000px;
	overflow: hidden;
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 492px;
	height: 220px;
}

.slideshow li p.desc {
	top: 100px;
	width: 300px;
	left: 180px;
	font-size: 1.3em;
}

li p.img {
	text-align: center;
	margin-top: 5px;
	height: 220px;
	max-width: 220px;
}

li p.img img {
	max-height: 180px;
	max-width: 220px;
}

.slideshow li p.img {
	text-align: left;
}

p.oldPrice {
	position: absolute;
}

li p.oldPrice {
	top: 170px;
	right: 5px;
}
p.oldPrice img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.slideshow li p.oldPrice {
	top: 10px;
	font-size: 1.9em;
}

li p.price {
	color: #c50000;
	position: absolute;
	top: 190px;
	right: 5px;
	font-size: 1.4em;
	font-weight: bold;
}

.slideshow li p.price {
	top: 50px;
	font-size: 2.4em;
}

#content.category {
	padding-left: 238px;
	padding-right: 0;
	min-height: 450px;
}

#content.product {
	
}

.ads {
	position: absolute;
	left: 12px;
	width: 220px;
	height: 452px;
	margin-top: 6px;
}

.productOfTheMonth {
	float: left;
	width: 248px;
	height: 228px;
	margin-top: 3px;
	margin-right: 2px;
	background: url(../img/blocpw.png);
}

.slideshow {
	float: left;
	margin: 6px;	
	background: gray;
}

.navigation {
	position: absolute;
	top: 580px;
}

.navigation li {
	float: left;
}

.navigation li a {
	height: 20px;
	width: 20px;
	display: block;
	background: url(../img/pagePoint.png);
	text-decoration: none;
}

.navigation li a:hover, .navigation li a.active {
	background: url(../img/pagePointActive.png);
}

.navigation li a span {
	position: absolute;
	display: none;
	width: 38px;
	height: 44px;
	margin-top: -44px;
	margin-left: -9px;
	background: url(../img/pageTooltip.png);
	
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
}

.navigation li.arrowLeft a { background: url(../img/arrowLeftIdle.png); }
.navigation li.arrowRight a { background: url(../img/arrowRightIdle.png); }
.navigation li.arrowLeft a:hover { background: url(../img/arrowLeftActive.png); }
.navigation li.arrowRight a:hover { background: url(../img/arrowRightActive.png); }

#header #login a { float: left; }

#header #login #btnLogin{
	display: block;
	width: 89px;
	height: 26px;
	background: url(../img/ident-idle.png);
	text-indent: -2000px;
}

#header #login #btnRegister{
	display: block;
	width: 107px;
	height: 26px;
	background: url(../img/enre-idle.png);
	text-indent: -2000px;
}

#btnDeco {
	height: 26px;
	display: block;
	background: url(../img/deco-idle.png);
	text-indent: -2000px;
	width: 133px;
}
#lienCompte { color: white; }


#header #login #btnLogin:hover { background: url(../img/ident-over.png); }
#header #login #btnRegister:hover { background: url(../img/enre-over.png); }
#header #login #btnDeco:hover { background: url(../img/deco-over.png); }

.quantite {
	display: none;
	line-height: 50px;
	height: 50px;
	width: 290px;
	text-indent: 20px;
	position: relative;
	background: url(../img/fondQuantite.png);
}

.quantite input {
	height: 26px;
	width: 50px;
	font-size: 1.2em;
	text-align: right;
}

#btnOK {
	position: absolute;
	display: block;
	right: 20px;
	top:0;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 0.8em;
}

#lightbox-image{
	max-width: 800px;
}

p.error {
	font-weight: normal;
	color: #000;
	font-size: 1.6em;
	padding: 200px;
}
