body,html{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:inline-block;
	overflow:hidden;
	}
	
html{cursor:arrow;}
/*font*/
 @font-face {
    font-family: 'genetgernayregular';
    src: url('../font/genetgernay-webfont.eot');
    src: url('../font/genetgernay-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/genetgernay-webfont.woff2') format('woff2'),
         url('../font/genetgernay-webfont.woff') format('woff'),
         url('../font/genetgernay-webfont.ttf') format('truetype'),
         url('../font/genetgernay-webfont.svg#genetgernayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a,p,span,h1,h2,h3,h4,h5,h6,em,strong,li,ul,div,menu,nav,footer,article,body,html,*{
	 font-family: 'genetgernayregular',helvetica,arial,sans-serif;
	 font-weight: normal;
	 font-size:15px;
	 line-height:17px;
	}
	
br,span,a{
	font-size:inherit;
	line-height:inherit;
	}
	
/*couleurs*/
.grisBG{background-color:#bce4e5!important;}

.clicable{transition:opacity .5s ease;cursor:pointer;opacity:1;}
.clicable:hover{text-decoration:none;opacity:.4;}


	
.menu_links:link {color:#000; text-decoration: none  ;  }
.menu_links:visited {color:#000;text-decoration: none ; }
.menu_links:hover {color:#000; text-decoration:none;}  
.menu_links{cursor:pointer;} 	