@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/garde/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;
	height: 600px;
}
#garde {
	position: relative;
	background-image: url(../images/garde/horizon_garde.jpg);
	background-repeat: no-repeat;
	height: 461px;
}

#nav {
	background-image: url(../images/horizon_nav_fond.jpg);
	height: 39px;
	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: 23px;
	text-align: center;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	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;
}
#footer_mention a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_mention a:hover {
	color: #DF6F63;
}

