html {
   width:100%;
   height:100%;
   background:url(images/home_fond.jpg) center center no-repeat;
}

body {
	margin: 0px;
	color:#CCCCCC;
}
#global{
  position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 960px; 
  height: 500px; 
  margin-top: -250px; /* moitié de la hauteur */ 
  margin-left: -480px; /* moitié de la largeur */ 
}
#gauche{
	float:left;
	width:480px;
	
}
#droite{
	background-image:url(images/home_fondimage.gif);
	float:right;
	width:480px;
	height:500px;
	
}
.menu {
	margin-top:50px;
	margin-right: 20px;
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:100;
	font-size:18px;	
	text-align:right;
	}
.menu a {
	color:#CCCCCC;
	text-decoration: none;
	
}
.menu a:hover {
	color:#CC0000;
	text-decoration: none;
	
}
.menu li {
	margin-right: -20px;
	list-style-type:none;
	margin-top:15px;
	
	}
.adresse {
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
	}
.image_home {
	margin-left:151px;
	margin-top:35px;
	
}
.image_home a img {
	border:0;	
}

#mini_lettre {
	position:absolute;
	left:95%;
	top:95%;
	width:20px;
	height:20px;
	text-align:right;
	}