body{margin:0px;
	text-align:center;}	
#logo {
	float:left;
	width:276px;
	height:112px;
	background-color:#66cccc;
	top:0px;
	left:0px;
	}	
		
#banniere {
	float:left;
	height:112px;
	width:400px;
	background-color:black;
	top:0px;
	left:276px;
	}
	
#bandeau {
	clear:left;
	height:22px;
	width:100%;
	background-color:#66cccc;
	top:112px;
	left:0px;
	font: 15px verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align : left;
	}	


#entete {
	height:134px;
	width:100%;
	background-color:#66cccc;
	top:0px;
	left:0px;
	}	

#menu_horizontal{
	height:60px;
	width:780px;
	background-color:#3B4E77;
	top:134px;
	left:0px;
	z-index:1;
}


#menu_vertical{
	float:left;
	height:400px;
	width:130px;
	background-color:#3B4E77;
	top:194px;
	left:0px;
}	


#contact{
	position:absolute;
	height:190px;
	width:120px;
	background-color:#3B4E77;
	top:373px;
	left:0px;
	color: #FFFFFF;
	top: 383px;
	padding:5px;
	z-index: 2;
}	




#contenu{
	position:absolute;
	width:640px;
	height:420px;
	background-color:white;
	top:168px;
	left:130px;
	padding:5px;
	z-index: 1;
}

#pieddepage{
	position:absolute;
	width:780px;
	height:30px;
	background-color:#3B4E77;
	top:600px;
	left:0px;
	z-index: 3;
}


			
/*		
html>body #menu1 {
  position: fixed;
}

html>body #menu2 {
  position: fixed;
} 

html>body #banniere {
  position: fixed;
} 
   
   html>body #logo {
  position: fixed;
} 
   html>body #bandeau {
  position: fixed;
} 
   html>body #pieddepage {
  position: fixed;
} 

html>body #contenu {
  position: fixed;
} */

