/* @override http://cuiropolis08.devsite/boutique/skins/cuiropolis/styleSheets/home.css */
* {
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 955px;
	padding: 0px;
	background-color: transparent;
}

#menutoptop {
	height: 17px;
	background-color: transparent;
	color: #fff;
	font: normal 11px Verdana, Arial, "Helvetica Neue", sans-serif;
	line-height: 17px;
	border: none;
}
	
#flashBandeauHaut {
	position: absolute;
	top: 17px;
	left: 20px;
	z-index: 200;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	overflow: hidden;
}

#flashBandeauHaut embed {
	margin: 0;
}

#piedDePage {
	background-color: #000;
	color: #cccccc;
	margin-top: 13px;
	padding: 5px 0;
	text-align: center;
	font: 10px Arial, Verdana, "Helvetica Neue", sans-serif;
}

#piedDePage a:link, #piedDePage a:visited {
	color: #cccccc;
}

#contenuDuCentre {
	background-color: transparent;
}

#colGauche {
	float: left;
	margin: 7px 0 0 0;
	width: 236px;
}

#colMilieu {
	float: left;
}

#colDroite {
	float: right;
	margin: 7px 0 0 0;
	width: 121px;
}

#listeMagasins {
	background: transparent url(../../../../images08/fondMagasins.jpg) no-repeat left top;
	width: 236px;
	height: 355px;
}

#listeMagasins p {
	font: 11px/18px Arial, Verdana, "Helvetica Neue", sans-serif;
	text-align: center;
	padding-top: 81px;
}

#listeMagasins p a:link, #listeMagasins p a:visited {
	color: #fff;
}

#listeMagasins p a:hover {
	color: #ccc;
}

#boutonCatalogue {
	margin: 7px 0 0 0;
}

#produitsPromo {
	margin: 0 10px;
	background-color: #000;
	height: 219px;
	width: 578px;
}

#listingProduits{
	width: 555px;
	margin: 0 0 0 auto;
}

.pCatProd{
	margin: 7px 10px 0 0;
	padding: 4px;
	float: left;
	width: 115px;
	height: 196px; /* fix un bug de retour à la ligne */
	cursor: pointer;
	border: solid 1px #525252;
}
.pCatProd:hover{
	border: solid 1px #f92;
}
.pCatImage{
	width: 112px;
	margin: 0 auto;
	height: 151px;
	text-align: center;
}

.pCatInfo{
	margin-top: 4px;
	border-top: solid 1px #999;
	padding-top: 5px;
	color: #aaa;
	font-family: arial, helvetica, sans-sherif;
	font-size: 10px;
	background-color: transparent;
}
.pCatInfo h1{
	margin: 0;
	padding: 0;
	color: #aaa;
	font-family: arial, helvetica, sans-sherif;
	font-size: 10px;
	font-weight: normal;
}

.txtOldPrice {
	text-decoration: line-through;
}

#bandeauRouge table table {
	margin: 1px 0 0 0;
}
