html, body {
	margin:0; 
	padding:0; 
	
	/*background: url(img/macro_green-wallpaper-1920x1080.jpg) no-repeat center fixed;  */
	background: url(img/Fond_accueil.png) no-repeat center fixed;  
	-webkit-background-size: cover; /* pour Chrome et Safari */ 
	-moz-background-size: cover; /* pour Firefox */ 
	-o-background-size: cover; /* pour Opera */ 
	background-size: cover; /* version standardisée */ 
		
}
	
#global {
	width:100%;
	max-width:1600px;
	margin:0 auto;
	min-height: 100%;
	position: relative;
	background-color:#F00;
	
	}

#header {
	background: #8AADC4 url(img/header.gif) right no-repeat;
	color: #fff;
	height: 200px;
	}
	
#center {
	overflow:auto;
	min-height: 100%;
	padding-top:25px;
	z-index :1;
	position: relative;
	width: 100%;
	top : 0px;

	
	
}
#footer {
	text-align:center;
	position: absolute;
	width: 100%;
	padding-top:2px;
	padding-bottom:2px;
	bottom: 0;
	clear: both;
	z-index : 3;
	background: #5F717E url(img/footer.png) repeat-x;
	color: #999;
	}
#sidebar {
	position:relative;
	float: left;
	width: 260px;
	min-height:600px;
	
		margin-left:0px;
	/*background-color:#0FF;*/
	
	
	}

#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 200px;
left: 0;
z-index:100;
width: 100%;
}
#content {
	/* On laisse de la place à droite 
	pour l'autre colonne */
	margin-left:260px;
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:30px;
	background-color:#FFF;
	
	
	}

#partenaires {
	
	padding-bottom:35px;
	}
	
#menu_result{
	float: left;
	width: 160px;
}
#content_result{
	margin-left:170px;
	margin-right:10px;
}

#masque{
	top:0;
	background-image:url(img/fondTR85.png);
	z-index:1;
	position:absolute;
	width:100%;
	height:100%;
	display:none;
}
#infos_masque{
	
	background-color:#FFF;
	left:50%;
	top:50%;
	width:200px;
	height:50px;
	 
  	margin-top:-50px;
	margin-left: -100px;
	z-index:1;
	position:relative;
	border: 1px solid #000;
	
}
#formulaire_masque{
	
	background-color:#FFF;
	left:50%;
	top:400px;
	
	width:800px;
	/*height:450px;*/
	padding:5px;
	margin-top:-300px;
	margin-left: -400px; 

	z-index:1;
	position:relative;
	border: 1px solid #000;
	
}


