/************/	
/**  MENU  **/
/************/
/* pour l'onglet Langues */
#langues{
	height:35px;
	width:140px;
	}
#liste_langues {
	list-style-type: none;
	}
ul#liste_langues li {
	float:left; /* On met la liste sous forme de ligne avec un float : left.*/
	width:32px;
	}
ul#liste_langues li a {   /* Style du lien du menu Langues */
	display: block;
	}
	
/* pour le menu */
#block_gauche {
	clear:both;
	width:140px;
	height:auto;
	float:left;
	}
#touffe {
	margin-left: 10px;
	}
	

/* pour les onglets du menu */
.menu_list {	
	height:auto;
	width:136px;
	margin-top:0px;	
	}
.menu_head {
	text-align:left;
	padding-left:8px;
	padding-bottom:4px;
	padding-top: 5px;
	padding-right: 0px;
	background-color:#edf6d5;
	border-bottom: solid 0.5px #97bf14;
	}
.menu_head a{
	display: block;
	font-size:13px;
	color: #97bf14;
	
	text-decoration: none;
	}
.menu_head a:hover, .menu_head a:focus, .menu_head a:active{
	color: #f09075;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	}	
.menu_body {
	width:110px;
	text-align:left;
	padding-left:15px;
	padding-bottom:3px;
	padding-top: 3px;
	text-decoration: underline
	}
.menu_body a{
	display: block;
	font-size:12px;
	color: #666666;
	line-height: 19px;
	text-decoration: underline;
	}
.menu_body a:hover, .menu_body a:focus, .menu_body a:active{
	color: #f09075;
	font-size:12px;
	text-decoration: underline;
	}
	
/* pour les logos AB */
#logo_AB {
	width:130px;
	height:50px;
	margin-top:20px;
	}
	
	
/* pour l'onglet Facebook */
#sociaux {
	width:130px;
	height:38px;
	margin-top:20px;
	}
	