/* CSS Document */

body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* équivaut à 10 pix*/
	background-color: #363636;
	margin: 0px;
	padding: 0px;
}
/* évite d'avoir une bordure quand on met un lien sur un image */
img {
	border: none;
}

#conteneur {
	position:absolute;
	left:50%;
	width:475px;
	height:290px;
	margin-left:-228px; /* Cette valeur doit être la moitié négative de la valeur du width */
	/* Hack CC pour IE MAC \*/
	top: 50px;
	/*margin-top:-145px; */  /* Cette valeur doit être la moitié négative de la valeur du height */
	/* fin hack CSS pour IE MAC */
}
#carte {
	background-image: url(../img/carte_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 270px;
}
#gauche {
	float: left;
	margin-top: 15px;
	padding-left: 15px;
	/* correction bug IE5 */
	width: 194px;
	voice-family: "\"}\"";
	voice-family:inherit;
	/* bonne taille pour bons navigateurs */
	width: 179px;
}
#droite {
	float: right;
	text-align: justify;
	font-size: 1.1em;
	line-height: 16px;
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	/* correction bug IE5 */
	width: 281px;
	voice-family: "\"}\"";
	voice-family:inherit;
	/* bonne taille pour bons navigateurs */
	width: 251px;
}
#footer {
	color: #797979;
	text-align: center;
	}
	#footer a {
	color: #797979;
	text-decoration: underline;
	}
	#footer a:hover {
	color: #797979;
	text-decoration: none;
}
.bt-entrer {
	margin-top: 60px; /* A MODIFIER EN FONCTION DU TEXTE !!! */
}
.separation {
	margin-top: 40px; /* A MODIFIER EN FONCTION DU TEXTE !!! */
	margin-bottom: 5px;
}

