/************************* MENU FLOTTANT BAS DE PAGE ***************************/
#footer_wrapper { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
	height:25px; /* fix bar's height */
	width:900px; /* use 100% of width */
	
	/* the code below will PUT the bar at the bottom */	
	bottom:0px;
	/*position:absolute;*/
	position:fixed;
	
	/* hide scrollbar for this wrapper */
	/*overflow:hidden;*/
	z-index: 1000;
}

	#footer  { /* the menu itself*/
		height:25px; /* fix bar's height */
		width:780px; /* fixed width */

		/* center this div */
		margin-left:auto;
		margin-right:auto;	
		
		/* add effect */
		background:url(../images/commun/couleur_barre.png) repeat;
		border:#666666 solid 1px;
	}
	
	/*
	 * menu links and link effects
	 */
		#footer_wrapper #footer ul {
			margin-top:-3px;
			list-style:none;
		}
		
		#footer_wrapper #footer li {
			display:inline;
		}
		
		#footer_wrapper #footer li a {
			/*padding-top:2px;
			padding-bottom:10px;*/
			padding-left:9px;			
			padding-right:9px;
		}
		
		#footer_wrapper #footer a:link, #footer_wrapper #footer a:visited {
			/*font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;*/
			/*color:#333333;*/
			text-decoration:none;
			/*background-color:#EEEEEE;*/
		}

		#footer_wrapper #footer a:hover {
			/*font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;*/
			/*color:#FFFFFF;*/
			text-decoration:none;
			/*background-color:#0099FF;*/
		}
		
		#footer_wrapper #footer .drapeau { margin-left:15px; }
		#footer_wrapper #footer #menuPied { margin-left:65px; }