/*** Styles Généraux ***/
body {
	text-align:center;
}


/*** Blocs ***/

#content {
	margin: 15px 285px;
	width:419px;
}


div#txtconcours {
	z-index: 80;
	position: absolute;
	width: 200px;
	height: 220px;
	color: #003E7D;
	margin: 15px 30px 0px 40px;
	overflow: auto;
}
div#txtconcours p {
	line-height: auto;
}
div#txtconcours h2 {
	margin:0;
	margin-bottom:15px;
	padding:0;
	height: 42px;
	background: url(/fileadmin/templates/img/tit/concours.gif) no-repeat top left;
	border-bottom: none;
}
div#txtconcours a {
	border: none;
	display: block;
	text-decoration: none;
	width: 194px;
}

div#concours {
	position: relative;
	margin-left: 40px;
	width: 200px;
	height: 200px;
	z-index: 70;
}


div#extra{
	float:left;
	width:285px;
	margin-left:-285px;
}
div#promo {
	margin-left: 20px;
}
div#promo h2 {
	margin:0;
	margin-bottom:15px;
	padding:0;
	height: 42px;
	background: url(/fileadmin/templates/img/tit/promo.gif) no-repeat top center;
	border-bottom: none;
}


/*** MENUS ***/

/* Menu en page d'accueil : Femme - Homme - Enfant - Bébé */
#repetmenu {
	margin:0;
	padding:0;
}
#repetmenu li { 
	text-align:left;
	list-style-type: none;
	margin:0;
	padding:0;
	height: 91px;  
}
#repetmenu a { 
	/*display: block;*/
	height: 85px;  
	text-indent: -999em;  
}
#menuV8 {
	background: url(/fileadmin/templates/img/acc/femme.jpg) no-repeat 100% 100%;
	display: block;
}
#menuV8:hover {
	background: url(/fileadmin/templates/img/acc/femme_on.jpg) no-repeat 100% 100%;
	display: block;
}
#menuV9 {
	background: url(/fileadmin/templates/img/acc/homme.jpg) no-repeat 100% 100%;
	display: block;
}
#menuV9:hover {
	background: url(/fileadmin/templates/img/acc/homme_on.jpg) no-repeat 100% 100%;
	display: block;
}
#menuV10 {
	background: url(/fileadmin/templates/img/acc/enfant.jpg) no-repeat 100% 100%;
	display: block;
}
#menuV10:hover {
	background: url(/fileadmin/templates/img/acc/enfant_on.jpg) no-repeat 100% 100%;
	display: block;
}
#menuV11 {
	display:none;
	/*background: url(/fileadmin/templates/img/acc/bebe.jpg) no-repeat 100% 100%;*/
}
#menuV11:hover {
	display:none;
	/*background: url(/fileadmin/templates/img/acc/bebe_on.jpg) no-repeat 100% 100%;*/
}


/*** Autres styles ***/
p.cadrePAP {
	background: url(/fileadmin/templates/img/pgPAP.jpg) no-repeat top center;
	text-align: justify;
	padding: 35px 30px 35px 40px;
}
p.cadre {
	background: url(/fileadmin/templates/img/pg.jpg) no-repeat top center;
	text-align: justify;
	padding: 35px 30px 35px 40px;
}