@charset "UTF-8";

/* Feuille de styles pour la page d'accueil */

#top {
	background-image: url(images/bg_accueil_header.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#contenu {
	background-image: url(images/bg_accueil_content.jpg);
	background-repeat: no-repeat;
	height: 461px;
}

/* grand titre h1 de la page d'accueil */
#top h1 {
	background-image: url(images/bg_accueil_h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	text-indent: -3500px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 219px;
	position: absolute;
	left: 180px;
	top: 0px;
}

/* Bloc des coordonnées du bandeau */
#coordonnees {
	font-size: 12px;
	line-height: 15px;
	color: #e2001a;
	height: 120px;
	width: 200px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 410px;
	top: 0px;
}
#coordonnees p {
}
#coordonnees img {
	display:none;
}