body
{
	background-color:#f0eff0;
	margin: 0px;
	padding:0px;
	font-size:16px;
}

#header
{
	background: url("../design2/head.gif") repeat-x top; /*Image de fond du header*/
	height: 200px;
	width:100%;
}

.logo
{
	height:130px;
	position:relative;
	left:center;
	right:center;
	top:10px;
	text-align:center;
}

.menu 
{
	list-style:none;
	width:100%; 
	height:71px;
	/*margin:0;*/
	position:absolute;
	top:152px;
	line-height:0px ; margin:0px ; padding:0px ;
	
} 

.menu li a 
{
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	color:#fff;
	text-decoration:none;
	font-family:arial, verdana, sans-serif;
	text-align:center;
	font-size:14px;
	text-decoration:underline;
	background:url("../design2/bouton1-1.gif");
	padding:0 0 0 9px;
	cursor:pointer;
}

.menu li b 
{
	background:url("../design2/bouton1-1.gif") no-repeat right top;
}

.menu li a b 
{
	float:left;
	display:block;
	padding:0 14px 0 7px;
}

.menu li a:hover 
{
	color:#fff;
	text-decoration:none;
	background: url("../design2/bouton2.gif");
}

.menu li a:hover b 
{
	background:url("../design2/bouton2.gif") no-repeat right top;
}

.panier
{
	position:absolute;
	top:155px;
	right:30%;
}

#promotion
{
	width:100%;
	height:100px;
	text-align:center;
	margin-left: auto; 
	margin-right: auto;
}

#conteneur-gauche
{
	width:200px;
	float:left;
	padding: 2px;
}


.head_block
{
	width:180px;
	height:25px;
	background:url("../design2/blocg1.gif") no-repeat;
	color:#fff;
	text-align:center;
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	font-weight: bold;
}

.body_block
{
	width:178px;
	background-color:#fff;
	text-align:center;
	border : 1px solid #f28235;
}

.foot_block
{
	width:180px;
	height:25px;
	background:url("../design2/blocg2.gif") no-repeat;
	margin-bottom:30px;
}

#conteneur-milieu
{
	width:1000px;
	float:left;
	margin: 0 0 0 30px;
	text-align:left;
}


.headm_block
{
	width:1000px;
	height:25px;
	background:url("../design2/blocm1.gif") no-repeat;
	color:#fff;
	text-align:center;
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	font-weight: bold;
}

.bodym_block
{
	width:998px;
	border : 1px solid #f28235;
	background-color:#fff;
	text-align:center;
}

.footm_block
{
	width:1000px;
	height:25px;
	background:url("../design2/blocm2.gif") no-repeat;
	margin-bottom:30px;
}

.bodyboutique
{
	width:1000px;
	background-color:f0eff0;
}

#footer
{
	width:100%;
	height:100px;
	background:url("../design2/foot.gif") repeat-x top;
	float:left;
}