/*GENERAL STYLES
================================================================
This copyright notice must be kept untouched in the stylesheet at
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
===================================================================*/
.menu-coin-gauche
{
	position: relative;
	left: 1px;
}
.css_menu
{
	width: auto;
	height: 42px;
	background: url(../images/bandeau_menu.png) repeat-x 0 30px;
}
.horizontal_css_menu
{
	background-image: url(../images/bandeau_menu.png);
	background-repeat: repeat-x;
	padding: 4px 0 0 2px;
	margin: 0;
	list-style: none;
	height: 80px;
	position: relative;
	z-index: 500;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
}
.horizontal_css_menu LI.top
{
	display: block;
	float: left;
	vertical-align: middle;
}
.horizontal_css_menu LI A.pos1
{
	width: 114px;
	height: 31px;
	display: block;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 40px;
	padding-top: 4px;
/*text-indent: -99999px;*/
	vertical-align: middle;
	text-align: center;
}
.horizontal_css_menu LI.p1
{
	color: #FFF;
	vertical-align: bottom;
}
.horizontal_css_menu LI.current A.pos1, .Or_menu LI.current A.pos1:hover
{
	color: #FFF;
	vertical-align: middle;
}
.horizontal_css_menu TABLE
{
	border-collapse: collapse;
	width: 0;
	height: 80px;
	position: absolute;
	top: -5;
	left: 0;
	vertical-align: middle;
}
/*Default link styling
Style the list OR link hover. Depends on which browser is used*/
.horizontal_css_menu A:hover
{
	visibility: visible;
	position: relative;
	z-index: 200;
	text-decoration: none;
	vertical-align: middle;
}
.horizontal_css_menu LI:hover
{
	position: relative;
	z-index: 200;
	vertical-align: middle;
}
.horizontal_css_menu LI A.top_link:hover
{
	background: transparent;
	text-decoration: none;
	vertical-align: middle;
}
.horizontal_css_menu LI:hover>A.top_link
{
	background: transparent;
	text-decoration: none;
	vertical-align: middle;
}
/*keep the 'next' level invisible by placing it off screen.*/
.horizontal_css_menu UL
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.horizontal_css_menu :hover UL
{
	left: 0;
	top: 35px;
	background-color: #D8C3DC;
	padding: 0px;
	white-space: nowrap;
	height: auto;
	width: auto;
	z-index: 300;
	text-align: center;
}
.horizontal_css_menu :hover UL LI
{
	display: block;
	height: 20px;
	position: relative;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
/*roll over*/
.horizontal_css_menu :hover UL LI A
{
	display: block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	width: 100%;
	padding: 0 10px;
	color: #FFF;
	background: transparent;
	text-decoration: none;
	text-align: left;
	background-color: #D8C3DC;
}
.horizontal_css_menu :hover UL LI A:hover
{
	text-decoration: none;
	background-color: #7F408D;
	text-align: left;
	width: inherit;
}
/*EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES*/
