/*******************************/
/** CSS DE LA PREHOME ILXELLE **/
/*******************************/

html {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background-image: url('img/bg_pre_home.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

form {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

a {
	color: #000000;
	text-decoration: none;
}

#conteneur {
	position: absolute;
	top: 0;
	left: 50%;
	width: 812px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	margin-left: -406px;
	padding-bottom: 200px;
}

#bienvenue {
	float: left;
	width: 812px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Georgia;
	margin-top: 65px;
}

#mentions_legales {
	float: left;
	width: 812px;
	margin-top: 40px;
}

#mentions_legales textarea {
	background: none;
	width: 218px;
	height: 110px;
}

#date_naissance {
	float: left;
	width: 812px;
	font-family: Georgia;
	font-size: 13px;
	margin: 15px 0 35px 0;
}

#bouton_entrer {
	margin: 55px 0 0 6px;
}

#bouton_sortir {
	position: absolute;
	top: 355px;
	left: 635px;
}

.paragraphe {
	float: left;
	width: 812px;
	line-height: 1.3em;
	margin-bottom: 16px;
}

.en_gras {
	font-weight: bold;	
}