html {
	height: 100%;
	margin: 0;
	padding: 0;
}
	
body {
	padding: 0;
	margin: 0 auto;
	color: #fff;
	background: url(home.jpg) no-repeat 50% 0 #2d2d2d;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: .75em;
	font-weight: bold;
}
	
/*---------- CONTENEUR GENERAL ----------*/


#conteneur {
	width: 740px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

/*h1 {
	background: url(home_titre.png) no-repeat 50% 0 #2d2d2d;
	position: absolute;
	top: 10px;
	left: 480px;
	margin: 0;
	padding: 0;
	width: 297px;
	height: 52px;
}

h1 span { display: none;}*/

h1 {display: none;}

a {
	color: #9c0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#francais {
	position: absolute;
	top: 272px;
	left: 125px;
	width: 170px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#english {
	position: absolute;
	top: 282px;
	left: 490px;
	width: 160px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#italiano {
	position: absolute;
	top: 472px;
	left: 290px;
	width: 180px;
	margin: 0;
	padding: 0;
	text-align: center;
}
