@import url('global.css');

div#global{
	background		: #000 url('../img/bg-body-catalogue.jpg') top center no-repeat;	
}

p.red{
	color			: #fd2400;
	width			: 700px;
	text-align		: justify;
}

ul#categorie{
	width			: 688px;
	height			: 202px;
	background		: url('../img/btn-produits.jpg') no-repeat top left;
	margin			: 0 0 0 0;
}

ul#categorie li{
	float			: left;
}

ul#categorie li.hommes{ margin-left:9px; }
ul#categorie li.bijoux{ margin-left:10px; }
ul#categorie li.accessoires{ margin-left:9px; }
ul#categorie li.mariage{ margin-left:10px; }

ul#categorie li a{
	display			: block;
	width			: 130px;
	height			: 202px;
	background		: url('../img/btn-produits.jpg') no-repeat top left;
	text-indent		: -5000px;
}

ul#categorie li.hommes a{ background-position : -139px 0; }
ul#categorie li.bijoux a{ background-position : -279px 0; }
ul#categorie li.accessoires a{ background-position : -418px 0; }
ul#categorie li.mariage a{ background-position : -558px 0; }

ul#categorie li.femmes a:hover, ul#categorie li.femmes a.select{ background-position : 0px -202px; }
ul#categorie li.hommes a:hover, ul#categorie li.hommes a.select{ background-position : -139px -202px; }
ul#categorie li.bijoux a:hover, ul#categorie li.bijoux a.select{ background-position : -279px -202px; }
ul#categorie li.accessoires a:hover, ul#categorie li.accessoires a.select{ background-position : -418px -202px; }
ul#categorie li.mariage a:hover, ul#categorie li.mariage a.select{ background-position : -558px -202px; }

div.prod{
	position		: relative;
	width			: 185px;
	height			: 384px;
	float			: left;
	background		: url('../img/fiche.gif') no-repeat top left;
	margin			: 0 0 0 0px;
	padding			: 20px 25px 0 25px;
	color			: #fd2400;
}

div.prod span{
	position		: absolute;
	display			: block;
	width			: 235px;
	left			: 0px;
	top				: 372px;
	height			: 32px;
	background		: url('../img/tube.png') no-repeat top left;
}

div.prod div.img{
	position		: relative;
	width			: 179px;
	height			: 187px;
}

div.prod div.img div{
	position		: absolute;
	left			: 0;
	top				: 0;
	background		: url('../img/img-catalogue.png') no-repeat top left;
	width			: 179px;
	height			: 187px;
}

div.prod p{
	text-align		: left;
	margin			: 1px 0;
}

div.prod a{
	color			: #fd2400;
	text-decoration	: none;
}

div.prod p.prix, div.prod p a.command{
	color			: #cd7625;
	text-decoration	: none;
}

div.test{
	position		: absolute;
	height			: 610px;
	width			: 1115px;
	left			: 5px;
	bottom			: -170px;
	z-index			: 0;
	background		: url('../img/footer-catalogue.jpg') no-repeat top left;
}

div.foot{
	position		: absolute;
	z-index			: 1;
	top				: 30px;
}

/****** RIGHT ****/

div#top-five.catalogue{
	height			: 410px;
	height			: 391px;
	background		: transparent url('../img/bg-top-five-catalogue.jpg') no-repeat top left;
}

div#exclusivites.catalogue{
	height			: 405px;
	background		: transparent url('../img/bg-exclusivites-catalogue.jpg') no-repeat top left;
}