	*{
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	}
	
	*{margin : 0;
	padding : 0;
	}
	
	body {
	font-family: "roboto", helvetica, arial, sans-serif;
	font-size: 16px;
	line-height : 1.5em;
	font-weight : 400;
	color : #78909C;
	}
	
	img {
		border:0px;
		}
	
	
/* HEADER///////////////////////////////////////////////////////////////// */
	
	
	#background_header {
	}
	
	#header {
	top : 0px;
	z-index : 10;
	width : 100%;
	min-width : 1024px;
	height : 60px;
	background : rgb(10, 10, 15);
	opacity : 0.9;
	filter : alpha(opacity=90);
	font-size : 13px;
	position : fixed;
	z-index : 10;
	}
	
	#header > h1 {
	float : left;
	margin-top : 0px;
	margin-left : 50px;
	}
	
	#header > h1 > a > img {
	width : 120px;
	}
	
	#header > h1:hover {
	opacity : 0.7;
	filter : alpha(opacity=70);
	}
	
	.nav {
	z-index : 10;
	float : right;
	margin-right : 50px;
	}
	
	.nav > ul > li {
	font-size : 11px;
	font-weight : 500;
	display:inline-block;
	margin-left : 10px;
	margin-right : 10px;
	line-height : 60px;
	height : 60px;
	}
	
	.nav > ul > li > a:hover {
	color : #2196F3;  
	}
	
	.nav > ul > li > a > img {
	width : 30px;  
	}
	
	.nav > ul > li > a {
	color:#ffffff;
	display:block;
	text-decoration: none;
	}
	
	.nav > p > a:hover {
	background: #E65540;
	}
	
	.nav > p > .menu-trigger {
	display:none;
	}
	
	
	.nav_selected {
	color : #2196F3;
	}
	
	.drapeau_es {
	opacity: 0.5;
    filter: alpha(opacity=50); 
		}
	
	.drapeau_es:hover {
	opacity: 1.0;
    filter: alpha(opacity=100); 
		}
	
	.drapeau_pt {
	opacity: 0.6;
    filter: alpha(opacity=60); 
		}
	
	.drapeau_pt:hover {
	opacity: 1.0;
    filter: alpha(opacity=100); 
		}
	
	.drapeau_en {
	opacity: 1.0;
    filter: alpha(opacity=100); 
		}
	
	.drapeau_en:hover {
	opacity: 1.0;
    filter: alpha(opacity=100); 
		}
	
	
/*Bandeau image */
	
	
	#image_generale {
	height : 450px;
	margin : 0 auto;
	/*line-height : 900px;*/
	text-align : center;
	}
	
	#texte_image {
	height : 98px;
	line-height : 98px;
	color : #ffffff;
	padding-top : 330px;
	}
	
	#texte_image_interne {
	display:inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	line-height : 1.2;
	}
	
	#texte_image_interne > h1 {
	text-align : center;
	font-weight : 800;
	font-size : 50px;
	color : #ffffff;
	line-height : 1.2;
	}
	
	#texte_image_interne > p {
	text-align : center;
	font-weight : 300;
	font-size : 15px;
	color : #ffffff;
	line-height : 1.2;
	}
	
	
/* FOOTER //////////////////////////////////////////////////////////// */
	
/* Footer haut */
	
	
	#footer_haut {
	clear : both;
	width : 100%;
	height : 60px;
	background : #425563;
	text-align : center;
	}
	
	#footer_haut > p > a > img {
	margin-top : 2px;
	width : 115px;
	}
	
	#footer_haut > p > a > img:hover {
	opacity : 0.50;
	filter : alpha(opacity=50);
	}
	
	
/* Footer bas */
	
	
	#footer_bas {
	width : 100%;
	height : auto;
	background : #1e2837;
	text-align : center;
	}
	
	#footer_bas_externe {
	display:inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	line-height : 1.2;	
	width : 800px;
	margin : 0 auto;
	}
	
	
/* Footer navigation */

	
	.navigation_footer {
	float : left;
	width : 20%;
	text-align : left;
	line-height : 1.4;
	margin : 0px 2.5% 30px 2.5%;
	}
	
	.navigation_footer > h3 {
	font-size : 13px;
	border-bottom : 1px solid #4c6270;
	color : #00a5ff;
	font-weight : 300;
	margin-bottom : 10px;
	}
	
	.navigation_footer > ul > li {
	list-style : none;
	}
	
	.navigation_footer > ul > li > a {
	text-decoration : none;
	color : #768f9f;
	}
	
	.navigation_footer > ul > li > a:hover {
	color : #c1d1db;
	}
	
	.navigation_footer_selected{
	color : #c1d1db;
	}
	
.bouton_footer {
 /*   display : inline-block;
	zoom: 1;
	*display: inline;
	text-align:center;*/
	clear : both;
	margin-top : 30px;
	margin-bottom:30px;
	margin-left : auto;
	margin-right : auto;
	width : 100px;
	height : 40px;    
	filter: alpha(opacity = 100); /* IE < 8 */
    opacity: 1;
	/*background-color:#E32CD1;*/
	}
	
	.bouton_footer img {
	/*margin-right:30px;*/
	width:40px;
	height:40px;
	border:none;
	}
	
	.bouton_footer  a:hover {
    filter: alpha(opacity = 50); /* IE < 8 */
    opacity: 0.5;
	}
	
	.linkedin {
   display : block;
   float:left;
	}
	
	.youtube {
   display : block;
   float:right;
	}
	
	
/* Mentions */
	
	
	#mentions {
	clear : both;
	width : 100%;
	height : auto;
	background : #18202b;
	}
	
	#mentions > p {
	font-size : 12px;
	width : 80%;
	margin-left : auto;
	margin-right : auto;
	padding-top : 15px; 
	padding-bottom : 5px;
	text-align : center;
	color : #4c6270;
	}
	
	#mentions > p > img {
	margin-top : 5px; 
	}