h1
 {
 font-family:DKLemonYellowSun;
 font-size:32px;
 font-weight:bold;
 text-align:center;
 margin:0 0 2px;
  }
  
.sousTitre
 {
 font-family: Generale;
 font-size: 18px;
 text-align:center;
 margin-bottom:30px;
 }
 
 h2
{
	text-align:center;
	font-family:DKLemonYellowSun;
	font-size:25px;
	line-height:33px;
	margin:0;
	vertical-align:bottom;
	width:320px;
	margin-left:100px;
}

.h2Gris
{
	font-family:Generale;
	background-color:#CCCCCC;
	width:100%;
	font-size:18px;
	text-align:left;
	padding-left:20px;
	margin:25px 0 15px;
}

h3
{
	font-family:Generale;
	margin:0;
	font-size:17px;
}

.h3Orange
{
	font-family:Generale;
	color:#FF7200;
	padding-left:20px;
}
.h3Vert
{
	font-family:Generale;
	color:#00CC99;
	padding-left:20px;
}
.h3Rose
{
	font-family:Generale;
	color:#FF3399;
	padding-left:20px;
}
.h3Noir
{
	font-family:Generale;
	color:#000000;
	text-align:center;
}
nav, section
{
width:1000px;
margin:0 auto;
background-color:#fff;
overflow:hidden;
}

div#left {
    float: left;
    width: 40%;
	text-align: center;
}
div#right {
    float: right;
    width: 50%;
	text-align: center;
}

div#centerbox {
    overflow: auto;
	border:solid 1px #eee;
	margin: 20px 20px 20px 20px;
}

div#centerbox2{
    overflow: auto;
	border:solid 1px #eee;
	margin: 20px 20px 0px 20px;
}

.details p
{
    font-family: Generale;
    font-size: 14px;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	text-align:center; /*justify*/
}
.details ul li
{	
	font-family: Generale;
    font-size: 14px;
	color:#000000;
	list-style: none;
	list-style-image:url(../images/puce_verte.gif);
	/*padding-left:5px;*/
	margin: 5px 0 0 0;
	/*margin: 10px 25px 10px 0;*/
	text-align:justify; /*justify*/
}
.bottom
{
	margin: 0 0 20px 0;
}
#relative ul
{
	height:auto;
}
#relative img[src*='deco_femme1']
{
	margin:0 20px 0 20px;
}
.zoe,.box,.btDecouvre, .accroche
{
position:absolute;
} 

.linkbox
{
	font-family:Generale,Arial;
	font-size:15px;	
	text-align:center;
	color:000000;
}
.linkbox a
{
	color:inherit;
	text-decoration:none;
}
.linkbox:hover
{
	color:inherit;
	text-decoration:none;
}
.linkbox:active
{
	color:inherit;
	text-decoration:none;
}
.linkbox:visited
{
	color:inherit;
	text-decoration:none;
}
.center{
float:center;
}

.produit
{
float:left;
width:180px;
height:400px;
/*height:400px;*/
margin:15px;
border:solid 1px #eee;
padding:5px;
/*overflow:hidden;*/
}
.produit img
{
display:block;
max-width:180px;
max-height:270px;
}
.imagebox
{
float:left;
/*width:250px;*/
/*height:400px;*/
margin:10px;
border:solid 1px #eee;
padding:5px;
/*overflow:hidden;*/
}

.produit5
{
float:left;
width:170px;
height:400px;
/*height:400px;*/
margin:5px;
border:solid 1px #eee;
padding:2px;
/*overflow:hidden;*/
}
.produit5 img
{
display:block;
max-width:170px;
max-height:270px;
}
.imagebox5
{
float:left;
/*width:250px;*/
/*height:400px;*/
margin:3px;
border:solid 1px #eee;
padding:2px;
/*overflow:hidden;*/
}
.produit6
{
float:left;
width:170px;
height:480px;
/*height:400px;*/
margin:5px;
border:solid 1px #eee;
padding:2px;
/*overflow:hidden;*/
}
.produit6 img
{
display:block;
max-width:170px;
max-height:270px;
}

.produit6b
{
float:left;
width:170px;
height:330px;
margin:5px;
border:solid 1px #eee;
padding:2px;
/*overflow:hidden;*/
}
.produit6b img
{
display:block;
max-width:170px;
max-height:270px;
}

.produit7
{
float:left;
width:190px;
height:400px;
/*height:400px;*/
margin:5px;
margin-left:10px;
border:solid 1px #eee;
padding:2px;
/*overflow:hidden;*/
}

.produit7 img
{
display:block;
max-width:190px;
max-height:250px;
}
/*Ajout Arthur Abo 3m*/
div[class*='3m']
{
	border: solid 2px #04d1a3;
	width:280px;
	padding:7px;
	margin:10px 10px 0;
}

div[class*='3m'] h3
{
	margin-bottom:10px;
}
div[class*='3m'] ul
{
	height:123px;
	padding-left:2px;
	margin:10px 0;
	list-style-image:url(../images/puce.gif);
	list-style-position:inside;
}
div[class*='3m'] li
{
	margin:8px 0;
}
/*Fin Arthur*/