
#nav
{
	position: relative;
	float: left;
	FONT-FAMILY: 'Muli',Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	width: 100%;
}
#nav > a
{
	display: none;
}

#nav li
{
	position: relative;
}
#nav li a
{
	color: #3d3d3f;
	display: block;
}
#nav li a:active
{
	/*background-color: rgba(142,0,79, 1.0) !important;*/
	background-color: rgba(100,100,100, 1.0);
}

#nav li span
{
	top: 30px;
	left: 5%;
	width: 33px;
	height:34px;
	display: block;
	position: absolute;
	background: url("../../images/bullet_menu.png") no-repeat top left;
	opacity: 0;
	filter: alpha(opacity=0);

	transition: opacity .50s ease-in-out, top .50s ease-in-out;
	-moz-transition: opacity .50s ease-in-out, top .50s ease-in-out;
	-webkit-transition: opacity .50s ease-in-out, top .50s ease-in-out;
}
#nav li:hover span
{
	top: 3px;
	left: 5%;
	width: 33px;
	height: 34px;
	display: block;
	position: absolute;
	background: url("../../images/bullet_menu.png") no-repeat top left;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
img#bullet {
	position: absolute;
	left: 5%;
	top: 3px;
}
#nav li:hover img#bullet {
	display: none;
}

/* first level */

#nav > ul
{
	position: relative;
	left: 5%;
	list-style: none;
	height: 1.70em;
	width: 90%;
}
#nav > ul > li
{
	width: 10%;
	height: 100%;
	margin-right:1%;
	float: left;
	background: #fa8bc1;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#nav > ul > li.large
{
	/*width: 16%;*/
	width: 12%;
}
#nav > ul > li > a#actu
{
	color: white;
	background: #e80086;
}
#nav > ul > li > a
{
	height: 100%;
	font-size: 1.2em;
	line-height: 1.70em; /* 60 (24) */
	text-align: center;

	color: white;

	text-decoration: none;
	border: 1px solid white;
	margin: 1px;

	background: #fa91c4;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	transition: background .50s ease-in-out, color .50s ease-in-out;
	-moz-transition: background .50s ease-in-out, color .50s ease-in-out;
	-webkit-transition: background .50s ease-in-out, color .50s ease-in-out;
}
#nav > ul > li > a.gris
{

	background: #e0e0e0;
	color: #666666;

}
#nav > ul > li > a:hover
{
	background: #e80086;
	color: white;


}
#nav > ul > li:hover > a,
	#nav > ul:not( :hover ) > li.active > a
{
	/*background-color: rgba(101,101,101, 1.0);*/

}


/* second level */

#nav li ul
{
	/*background-color: #cc470d;*/
	background-color: rgba(255,255,255, 0.9);
	display: none;
	position: absolute;
	top: 100%;
	list-style: none;
}
#nav li:hover ul
{
	display: block;
	left: 0;
	right: 0;
	border-radius: 10px;
}
#nav li ul li
{
	border-radius: 10px;
}
#nav li:not( :first-child ):hover ul
{
	left: -1px;
}
#nav li ul a
{
	font-size: 1.0em; /* 20 */
	border-top: 1px solid #fff;

	border-radius: 10px;
	transition: background-color .50s ease-out, color .50s ease-in-out;
	-moz-transition: background-color .50s ease-out, color .50s ease-in-out;
	-webkit-transition: background-color .50s ease-out, color .50s ease-in-out;
}
#nav li ul li a:hover,
	#nav li ul:not( :hover ) li.active a
{
	background-color: rgba(181,181,181, 1.0);
	color: white;



}


@media only screen and ( max-width: 90em ) /* 1000 */
{
	#nav
	{
		width: 100%;
		position: static;
		margin: 0;
	}
	#nav > ul
	{
		width: 100%;
		left: 0%;
	}

}
@media only screen and ( max-width: 60em )
{
	#nav > ul > li > a
	{
		font-size: 0.9em;
	}
	#nav > ul > li
	{
		width: 12%;
	}
	#nav > ul > li.large
	{
		width: 20%;
	}

}

@media only screen and ( max-width: 40em ) /* 640 */
{
#nav
{
	position: relative;
	display: block;
	height: 120px;
	width: 90%;
}
#nav > ul
{
	width: 90%;
}
#nav > ul > li, #nav > ul > li.large {
	width: 100%;
}
#nav > a
{
	width: 3.125em; /* 50 */
	height: 2.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;

	background-color: rgba(255,255,255, 0.2);
		position: relative;
}
#nav > a:before,
	#nav > a:after
{
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav > a:after
{
	top: 60%;
}

	#nav > ul > li > a
	{
		font-size: 1.1em;
	}
#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type
{
	display: block;
}


#nav li span
{
	top: 6px;
	left: -4px;
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	background: url("../../images/bullet_sm.png") no-repeat top left;
	opacity: 0;
	filter: alpha(opacity=0);

	transition: opacity .50s ease-in-out, top .50s ease-in-out;
	-moz-transition: opacity .50s ease-in-out, top .50s ease-in-out;
	-webkit-transition: opacity .50s ease-in-out, top .50s ease-in-out;
}
#nav li:hover span
{
	top: 6px;
	left: -4px;
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	background: url("../../images/bullet_sm.png") no-repeat top left;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
img#bullet {
	position: absolute;

	top: 6px;
	left: -4px;

}

/* first level */

#nav > ul
{

	/*height: auto;*/
	/*display: none;*/
	left: 0;
	right: 0;
}
#nav:target > ul
{
	display: block;
}
#nav > ul > li
{
	width: 100%;
	float: none;
}
#nav > ul > li > a
{
	height: auto;
	text-align: left;
	padding: 0 0.833em; /* 20 (24) */
}
#nav > ul > li:not( :last-child ) > a
{
	border-right: none;
	border-bottom: 1px solid #DDDDDD;
}


/* second level */

#nav li ul
{
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
}
		}