html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(images/fond.gif) ; 
	overflow-x: hidden;	
	}

body {
	background:  url(images/fd_body.jpg) no-repeat top center; 
	margin: 0; 
	padding: 0;
	height: 100%;
	}
	
#glb {
	width: 830px;
	margin : 0 auto;
	min-height: 100%;
	background-color: #fff;
	border-left: 1px solid #336666;
	border-right: 1px solid #336666;
	}
		  
#contenu{	
	width: 830px;
	margin : 0 auto;
	background-color: #fff;
	height: 100%;
	text-align:center;
	} 

#tet {  width:830px; height:157px; }                            

#droite {
	float: left;
	
	
}

#gauche    {
	float:right;
	
	
}


#foot {
	background-color : #fcf4e1;
	width: 830px;
	height: 30px;
	text-align: center;
	
	}                  				 


a:link{ color:#ff6699; text-decoration:none;}
a:visited{ color:#ff6699; text-decoration:none;} 
a:hover{	color: #ff6699; text-decoration:none; } 
   
 

 
 	

  