/* Menu Principal */
#menu{
	width: 100%;
	margin: 0;
	list-style: none;
	background: #515151;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu li{
	float: left;
	position: relative;
	padding: 0;
}

#menu a{
	float: left;
	height: 23px;
	color: #CCC;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#menu li:hover > a{
        color: #f0aa32;
}


#menu li:hover > ul{
        display: block;
}

/* Sous-menu */
#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 99999;
    background: #707070;
    background: -moz-linear-gradient(#707070, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #707070));
    background: -webkit-linear-gradient(#707070, #111);
    background: -o-linear-gradient(#707070, #111);
    background: -ms-linear-gradient(#707070, #111);
    background: linear-gradient(#707070, #111);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul{
  top: 0;
  left: 260px;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;	
}

#menu ul li:last-child{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a{
    padding: 10px;
    height: 10;
	width: 240px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;	
}

#menu ul a:hover{
	background: #d68f07;
	background: -moz-linear-gradient(#ec9d04,  #d68f07);
	background: -webkit-gradient(linear, left top, left bottom, from(#ec9d04), to(#d68f07));
	background: -webkit-linear-gradient(#ec9d04,  #d68f07);
	background: -o-linear-gradient(#ec9d04,  #d68f07);
	background: -ms-linear-gradient(#ec9d04,  #d68f07);
	background: linear-gradient(#ec9d04,  #d68f07);
	color: #333;
}

#menu ul li:first-child > a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #707070;	
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #626262;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #ec9d04;
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #ec9d04; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

/* Rétablissement du flottement */
#menu:after{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
		visibility: hidden;
}

/* Menu 2 principal */
#menu_deux{
	margin: 0;
	list-style: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	padding: 0;
	float: right;
	height: 23px;
	color: #CCC;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	padding-top: 8px;
	padding-left : 2px;
	padding-right: 2px;
}

#menu_deux a {
	color: #CCC;
	text-decoration: none;
}

#menu_deux a:hover {
	color: #f0aa32;
}

/* Menu Footer */
#footermenu{
	margin: 0;
	list-style: none;
	padding-top: 15px;
}

#footermenu a{
	float: left;
	height: 22px;
	width: 180px;
	color: #CCC;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#footermenu ul{
	list-style: none;
}


#footermenu li{
	float: left;
	position: relative;
	padding: 0px;
}

#footermenu li:hover a{
        color: #f0aa32;
}


région.gras {
	color: #2C2C2C;
}
#footer table tr td #footermenu li .gras {
	color: #2C2C2C;
}
