@charset "utf-8";
/* CSS Document */
#navigation
	{
	background:#0081b8;
	position:relative;
	z-index:101;	
	}
#menu, #menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
		
}
#menu {
        width: 900px;
        margin: 0 auto;
		background: #0081ba;
		/* margin-bottom:10px; */
}

#menu:before,
#menu:after {
        content: "";
        display: table;
}

#menu:after {
        clear: both;
}

#menu {
        zoom:1;
}

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

#menu a {
        float: left;
        padding: 12px 15px;
        color: #FFF;
        /* text-transform: uppercase; */
        font: bold 14px Calibri, Corbel, sans-serif;
        text-decoration: none;
}

#menu li:hover > a {
		color:#FFF;
		background: #bfce03;
		/* color:#000; */
}

*html #menu li a:hover { /* IE6 only */
		background: #bfce03;
		color: #fff;		
}

#menu ul {
        margin: 10px 0 0 0;
        _margin: 0; /*IE6 only*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 38px;
        left: 0;
        z-index: 9999;
		
		background:#FFF;

        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
}

#menu li:hover > ul {
        opacity: 1;
        visibility: visible;
		background: #bfce03;
		border-radius:0px 0px 10px 10px;
		padding:5px;
        margin: 0;
}

#menu ul ul {
        top: 0;
        left: 250px;
        margin: 0 0 0 20px;
        _margin: 0; /*IE6 only*/
}

#menu ul li ul li
{
	color:#03C;
	background:#6C6;
}

#menu ul li {
        float: none;
        display: block;
        border: 0;
        _line-height: 0; /*IE6 only*/
}

#menu ul li:hover 
{
	background:#6C6;
	color:#FFF;
}

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

#menu ul a {
        padding: 5px;
        width: auto;
        _height: 10px; /*IE6 only*/
        display: block;
        float: none;
        text-transform: none;
		border-bottom:1px #FFF solid;
}

#menu ul a:hover {
        /* background-color: #6F0; */
		color: #0081b8;
		
}

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

#menu ul li:first-child > a:after {
        content: '';
        position: absolute;
        left: 40px;
        top: -6px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 2px solid #000000;
}

#menu ul ul li:first-child a:after {
        left: -6px;
        top: 50%;
        margin-top: -6px;
        border-left: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-right:2px solid #3b3b3b;
}

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

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

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

#menu li
	{
	/* border-right: 1px solid white; */
	}
	
#menu .avec
	{
	border-right: 1px solid white;
	}
	
#menu #home a:hover
	{
	/* Pour l'icone accueil seulement */
	background: none;
	}
.avec
	{
	/* Pour harmoniser la hauteur des menus */
	height: 40px;
	}