
#top-g
	{
	vertical-align : top;
	display : inline-block;
	width : 25%;
	padding : 0px;
	margin : 0px;
	position : relative;
	text-align : center;
	font-style : italic;
	font-size : 1.25em;
	}
#logo
	{
	margin : 30px 0px;
	width : 80%;
	}
#top-d
	{
	vertical-align : top;
	background-color : #a6ce39;
	background-image : url('../graph/image-bandeau.jpg');
	background-repeat : no-repeat;
	background-position : left center;
	background-size : auto 100%;
	display : inline-block;
	width : 75%;
	padding : 0px;
	margin : 0px;
	position : relative;
	text-align : right;
	font-style : italic;
	}
	
#top-d img
	{
	vertical-align : middle;
	max-width : 15%;
	margin : 20px 0px;
	}
	
#adresse
	{
	position : relative;
	background : linear-gradient( to right, transparent 0px, #a6ce39 40%);
	height : 100px;
	padding-top : 40px;
	color : #FFFFFF;
	margin-right : 10%;
	vertical-align : middle;
	display : inline-block;
	width : 80%;
	}
@media screen and (max-width : 1200px)
	{
	#top-d {background-position : -100px center;}
	}
	
#adresse span
	{
	font-size : 1.5em;
	}
	

#menu
	{
	font-style : normal;
	display : inline-block;
	width : 100%;
	position : relative;
	text-align : left;
	list-style : none;
	padding : 0px;
	margin : 0px;
	font-weight : bold;
	font-size : 10pt;
	}
	
#menu li a
	{
	position : absolute;
	z-index : 10;
	top : 0px;
	left : 0px;
	display : inline-block;
	width : 100%;
	line-height : 40px;
	vertical-align : middle;
	text-align : center;
	}
.menu a span
	{
	font-size : 0.85em;
	display : inline-block;
	margin-right : 7.5%;
	line-height : 20px;
	vertical-align : middle;
	}
.menu.ici a span
	{
	font-size : 0.95em;
	line-height : 20px;
	font-weight : bold;
	}
	
.menu
	{
	background : #d1e39b;
	text-align : center;
	position : relative;
	display : inline-block;
	width : 15.11%;
	width : 18.15%;
	height : 40px;
	vertical-align : middle;
	line-height : 50px;
	overflow : visible;
	}
	
#menu li:hover
	{
	color : #000000;
	}
	
#menu svg
	{
	height : 60px;
	width : 130%;
	display : none;
	position : absolute;
	z-index : 1;
	top : -10px;
	left : -15%;
	}
	
.menu.ici
	{
	color : #FFFFFF;
	}
#menu .menu.ici svg
	{
	display : block;
	}
	
.bg_menu
	{
	stroke : white;
	stroke-width : 3px;
	fill : #a6ce39;
	}
.bg_menu_ombre
	{
	stroke : noir;
	stroke-width : 1px;
	fill : #574C52;
	}