
body {
	background:url(bgd.png) no-repeat right bottom;
	height: 100%;
	background-color:#eb1f3c;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 0px;
	margin: 0 0 50px 0;
}

#main {
	position: relative;
	margin: -50px 0px 0px 0px;
	top: 40%;
	height: 200px;
}


#white_line {
	width: 100%;
	height: 100px;
	background-color: White;
	color:#000;	
	text-align: center;
}

#adresses {
	width: 100%;
	height: 100px;
	background-color: transparent;
	color:#fff;
}

/* BLOCS */ 

#gauche {
	position:absolute; 
	left: 50%; 
	margin-top: 15px;
	margin-left: -350px;
	padding : 0px ; 
	width : 350px; 
	text-align: center;	

	background-color: transparent;
	text-align: center;	
}

#droite {
	position:absolute; 
	left: 50%; 
	padding : 0px ; 
	margin-top: 15px;;	
	width : 350px; 
	text-align: center;	
	background-color: transparent;
	text-align: center;	
	
}


/* LIENS */

#white_line a {color :  #000; text-decoration: none;}  
#white_line a:hover {color : #eb1f3c; text-decoration: underline;}

#adresses a {color :  #fff;  text-decoration: none; }  
#adresses a:hover {color : #ffafba; text-decoration: underline;}
