* {margin:0px; padding:0px;}
 
/* Englobe tout le site*/
#conteneur{
font-family: verdana,tahoma;
text-align:jutify;
width:1000px;
height:700px;
margin:auto; 
}
	
	/******************************************/
	/* Englobe le haut ligne + logo + bannière*/
	/******************************************/
	#haut{
	width:1000px;
	height:165px; 
	}
		#blanc_haut
		{
		height:15px; 
		font-size:11px;	
		font-weight:bold;
		color:#bbb;
		}
		
		#logo{ 
		top: 40px;
		position:absolute;
		width:230px;
		height:86px;
		/*background-color:blue;*/
		background:url('../images/logo-addixi-web.png');
		background-repeat: no-repeat;
		}
		
		#header{
		left:230px;
		position:relative; 
		width:770px;
		height:150px;
		background-color:#ddd;
		background:url('../images/header2.jpg');
		}
		
	#terre{				
	position:absolute;
	margin-left:207px;
	margin-top:156px;
	z-index:1; 
	} 
	
	img{
	border:0px;
	}
