body {
	margin: 0;
	padding: 0;
	text-align: center; /* Alignement horizontal dans Internet Explorer */
	letter-spacing: 0.1em;
	background: #000 url(ima/bg_home.gif) repeat left top;
	}
	
a {
	color: #fff;
	font-size: medium;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
	

img {
	border:0;
	}
	
	
/* LOGO */
	
#contLogoH {
	padding-top: 200px;
	margin: auto; /* Alignements horizontal dans les navigateurs respectant les standards */
	/*background: url(ima/logo_home.gif) no-repeat center center;*/
}
	#contLogoH h1 {
		text-indent: -9000px;
		font-size: 0.01em;
	}
	
	
/* TXT */

.clr {
	clear: both;
	height: 60px;
}
	
#comSoon {
float: right;
text-align: right;
height: 13px;
width: 200px;
padding: 4px 15px 4px 0;
color: #FFFFFF
}	

	
/* MENTIONS */	

#contEnd  {
	float: right;
	text-align: left;
	width: 200px;
	padding: 6px 8px 6px 7px;
	background-color: #111;
	font-size: x-small;
	color: #333;
	-moz-border-radius:4px;
  	border-radius:4px;
}
#contEnd a {
  text-decoration: none;
  color: #999;
}
#contEnd a:hover {
  text-decoration: none;
  color: #fff;
}