/*---------------css global----------------*/
@font-face {
    font-family: "lato";
    src: url('Lato-Regular.ttf');
}

@font-face {
    font-family: "lato-black";
    src: url('Lato-Black.ttf');
}

body{
	margin: 0 auto;
	width:1200px;
	font-family:lato, arial;
	background-color:#3f372f;
	background-image: url("../img/bgHeader2.png ");
	background-position: center 0px, center;
	background-repeat:no-repeat;
	font-family: lato;
}

a{
	text-decoration: none;
	color: white;
	border: none;
}

a img{
	border: none;
}

a:hover {color:#D4461E;}

.titre {
	color:white;
	font-family: lato;
	font-size: 30px;
	font-weight: 300; 
}
/*---------------haut page----------------*/
.haut_page{
	text-align:center;
}
/*---------------menu haut----------------*/
.menu_haut{
	font-size: 30px;
	font-weight: 300;
}
.menu_haut_table{
	text-align:center;width:80%;font-weight:800;
	margin-top:10px;margin-left:10%;margin-right:10%;
	font-size:15px;
}
.menu_haut_td{
	text-align:center;
}
.menu_haut_hover, .menu_bas_hover{
	color:#D4461E;
}
.menu_haut_hover{
	font-weight:bold;
	border-bottom: solid 2px;
}
/*---------------menu bas----------------*/
.menu_bas{
	height:30px;
	margin-bottom:20px;
}
.menu_bas_table{
	text-align:center;height:50px;font-size:16px;
	margin-left: auto;margin-right: auto;
}
.menu_bas_td{color:white;}
/*---------------Contenu----------------*/
.contenu_index{
	position: relative;
	width:100%;
	margin-bottom:40px;
}

.top_right {
	font-family: "lato";
	font-weight: 800;
	color: #d3461e;
	font-size: 20px;
    position: absolute;
    top: 5px;
	right: 5px;
	margin: 0;
}

/*---------------footer----------------*/
.footer{
	display:inline-block;
	float:left;
	margin-top:40px;
	text-align:center;color:white;font-size:12px;
	margin-left: auto;margin-right: auto;
	width:100%;
}

.area:hover{
	text-decoration: none;
	border: none;
	outline: none;
}

.table_labels img {
    max-width: 196px;
}