/*
**   MENU  ***************************************************************************
*/

div#menuCatalogue
{
	position: absolute;
	width: 225px;
	height: 18px;
	top: 32px;
	right: 34px !important;
	right: 46px;
	background: url(../img/menu_deroulant.gif) no-repeat top left;
}


div#menuCatalogue a
{
	position: relative;
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 28px 0 18px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

div#categories
{
	position: absolute;
	width: 187px;
	top: 18px;
	left: 14px;
	background: #FF0000;
	padding: 0 1px 1px 1px;
}

div#categories span
{
	position: relative;
	display: block;
	background: #FFFFFF;
}

div#categories a
{
	position: relative;
	display: block;
	padding: 0 3px;
	color: #35AACD;
}

div#categories a:hover
{
	color: #FF0000;
}


/*
**   VETEMENTS + ACCESSOIRES  ********************************************************
*/
div.prix
{
	position: absolute;
	z-index: 5;
	width: 80px;
	top: 248px;
	right: 135px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

div.accessoire a, div.vetement a
{
	position:absolute;
	z-index: 4;
	display: block;
	width: 201px;
	height: 274px;
	bottom: 5px;
	right: 0px;
	top:0px;
	cursor: pointer;
	background: url(../img/diivtr.gif) no-repeat top left;
}

div.vetementImg2
{
	position: absolute;
	z-index: 3;
	width: 185px;
	height: 257px;
	top: 8px;
	right: 8px;
	background: #FFFFFF;
}



div.ligneVetement
{
	position: relative;
	z-index: 2;
	width: 650px;
	height: 0px;
	margin: 0 20px !important;
	margin: 0 0 20px 0;
}

div.vetement
{
	position: relative;
	z-index: 1;
	float: left;
	width: 201px;
	height: 273px;
	margin: 3px 3px 3px 3px;
	background: url(../img/vetement_fd.gif) no-repeat top left;
}

div.ligneAccessoire
{
	position: relative;
	width: 650px;
	height: 0px;
	margin: 0 0 20px  !important;
	margin: 0 0 20px 0;
}

div.accessoire
{
	position: relative;
	float: left;
	width: 160px;
	height: 270px;
	margin: 0 20px 0 35px;
	background: url(../img/accessoire_fd.gif) no-repeat top left;
}

div.vetementImg1
{
	position : absolute;
	width : 400px;
	height : 250px;
	border-style : solid;
	border-width : 1px;
	overflow:hidden;
	left : -10000px;
}

div.accessoireImg
{
	position: absolute;
	width: 190px;
	height: 145px;
	top: 32px;
	left: 24px;
	background: #FFFFFF;
}


/*
**   NB PAGE  ************************************************************************
*/

ul#nbPage
{
	position: relative;
	width: 100%;
	list-style: none;
}

ul#nbPage li
{
	position: relative;
	float: left;
}

ul#nbPage li p, ul#nbPage li a
{
	position: relative;
	display: block;
	width: 25px;
	height: 28px;
	line-height: 26px;
	margin: 0 8px 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

ul#nbPage li p
{
	position: relative;
	color: #FF0000;
}

ul#nbPage li a
{
	text-decoration: none;
	color: #35AACD;
}

ul#nbPage li a:hover
{
	color: #FF0000;
}

 