#menu
{
  margin-top:10px;
	margin-left:30px;
	width:800px;
	height:40px;
}


.boutonmenu
{
  background:url(../image/structure/menu/pointille-vertical.png) no-repeat;
  padding-right:15px;
  margin-left:15px;
  margin-top:5px;
  background-position:right;
}


#item_concept { float:left;}
#item_concept a{ width:106px; height:28px; background-image:url(../image/structure/menu/btn-concept.png); display:block;}
#item_concept a:hover, #item_concept a.active{ background-image:url(../image/structure/menu/btn-concept-over.png)}


#item_boutique { float:left;}
#item_boutique a{ width:122px; height:28px; background-image:url(../image/structure/menu/btn-boutique.png); display:block;}
#item_boutique a:hover, #item_boutique a.active{ background-image:url(../image/structure/menu/btn-boutique-over.png)}


#item_news { float:left;}
#item_news a{ width:160px; height:28px; background-image:url(../image/structure/menu/btn-news.png); display:block;}
#item_news a:hover, #item_news a.active{ background-image:url(../image/structure/menu/btn-news-over.png)}


#item_contact { float:left;}
#item_contact a{ width:165px; height:28px; background-image:url(../image/structure/menu/btn-contact.png); display:block;}
#item_contact a:hover, #item_contact a.active{ background-image:url(../image/structure/menu/btn-contact-over.png)}

#pointilles { position: absolute; left: 705px; top: 148px; width:120px; height: 1px; background-image:url(../image/structure/menu/pointille.png); background-repeat:repeat-x; }

				
