/* CSS Document */

#menu
{
	position:absolute;
	height:23px;
	width:848px; 
	top:123px;
	left:148px;
}
#menu1
{
	position:absolute;
	height:23px;
	width:123px;
	top:0px;
	left:0px;
	background:url(../images/menu_1.gif) right top no-repeat;
	text-align:center;
	font-size:8pt;
	color:#fff;
	padding:5px 0 0 0;
	text-decoration:none;font-weight:bold;
}

#menu1:hover,#menu1.sel
{
	background:url(../images/menu_1_o.gif) right top no-repeat;
	color:#6B0B0F;
}
#menu2
{
	position:absolute;
	height:23px;
	width:143px;
	top:0px;
	left:123px;
	background:url(../images/menu_1.gif) right top  no-repeat;
	text-align:center;
	font-size:8pt;
	color:#fff;
	padding:5px 0 0 0;
	text-decoration:none;font-weight:bold;
}
#menu2:hover,#menu2.sel
{
	background:url(../images/menu_1_o.gif) right top no-repeat;
	color:#6B0B0F;
}
#menu3
{
	position:absolute;
	height:23px;
	width:163px;
	top:0px;
	left:266px;
	background:url(../images/menu_1.gif) right top no-repeat;
	text-align:center;
	font-size:8pt;
	color:#fff;
	padding:5px 0 0 0;
	text-decoration:none;font-weight:bold;
}
#menu3:hover,#menu3.sel
{
	background:url(../images/menu_1_o.gif) right top no-repeat;
	color:#6B0B0F;
}

#menu4
{
	position:absolute;
	height:23px;
	width:93px;
	top:0px;
	left:429px;
	background:url(../images/menu_3.gif) right top no-repeat;
	text-align:center;
	font-size:8pt;
	color:#fff;
	padding:5px 0 0 0;
	text-decoration:none;font-weight:bold;
}
#menu4:hover,#menu4.sel
{
	background:url(../images/menu_3_o.gif) right top no-repeat;
	color:#6B0B0F;
}

#menu5
{
	position:absolute;
	height:23px;
	width:102px;
	top:0px;
	left:522px;
	background:url(../images/menu_4.gif) right top no-repeat;
	text-align:center;
	font-size:8pt;
	color:#fff;
	padding:5px 0 0 0;
	text-decoration:none;font-weight:bold;
}
#menu5:hover,#menu5.sel
{
	background:url(../images/menu_4_o.gif) right top no-repeat;
	color:#6B0B0F;
}
#phone div
{
	position:absolute;
	height:23px;
	width:224px;
	top:0px;
	left:624px;
	background:url(../images/menu_phone.gif) top right no-repeat;
	text-align:center;
	font-size:8pt;
	color:#fff;
	padding:5px 20px 0 0;
	text-decoration:none;
	font-weight:bold;
}
#phone div.sans
{
	position:absolute;
	height:23px;
	width:224px;
	top:0px;
	left:624px;
	background:url(../images/menu_phone2.gif) 0 0 no-repeat;
	text-align:center;
	font-size:8pt;
	color:#fff;
	padding:5px 20px 0 0;
	text-decoration:none;
	font-weight:bold;
}
#bandeau .panier {
	position:absolute;
	top:112px;
	right:90px;
	height:34px;
	width:134px;
	background:url(../images/panier.gif) 0 0 no-repeat;
	z-index:102;
	overflow:hidden;
	
}
#bandeau .panier a{
	display:block;
	margin-left:24px;
	line-height:35px;
	font-size:8pt;
	color:#FFF;
}
#bandeau .panier a:hover{
	text-decoration:underline;
}