@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/accueil/horizon_body.jpg);
	background-repeat: repeat-x;
}
#container {
	padding: 0px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/horizon_container_fond.jpg);
	background-repeat: repeat-y;
	position: relative;
}
#header {
	height: 249px;
	position: relative;
	background-image: url(../images/accueil/horizon_header.jpg);
	background-repeat: no-repeat;
}
#colonne_gauche {
	float: left;
	width: 571px;
	background-image: url(../images/accueil/horizon_colonne_gauche_fond.jpg);
	position: relative;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 30px;
}
#contenu_principal {
	background-color: #6c818b;
	width: 541px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #FFFFFF;
	padding: 11px;
}
#colonne_droite {
	background-image: url(../images/accueil/horizon_colonne_droite_fond.jpg);
	float: right;
	width: 339px;
	position: relative;
	background-repeat: no-repeat;
	padding-top: 33px;
	text-align: center;
	padding-right: 15px;
}
#nav {
	background-image: url(../images/horizon_nav_fond.jpg);
	height: 37px;
	clear: both;
	position: relative;
	background-repeat: no-repeat;
	color: #ccdae8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 186px;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #ccdae8;
	text-decoration: none;
}
#nav a:hover {
	color: #DF6F63;
	text-decoration: none;
}

#footer {
	background-image: url(../images/horizon_footer_fond.jpg);
	height: 69px;
	position: relative;
	padding-top: 8px;
	padding-right: 8px;
	background-repeat: no-repeat;
}
#footer_mention {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	padding-right: 10px;
	position: relative;
}
#footer_mention a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_mention a:hover {
	color: #DF6F63;
}

