@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	background-attachment: fixed;
	background-image: url(images/fond2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 241px;
	width: 990px;
}
#titre {
	float: left;
	height: 42px;
	width: 990px;
}
#principal {
	float: left;
	width: 990px;
	background-image: url(images/fond-texte.png);
	background-repeat: repeat;
	background-position: left top;
}
#image {
	background-image: url(images/image.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 359px;
	width: 363px;
	margin-left: 56px;
	text-align: center;
}

#texte {
	float: left;
	width: 501px;
	margin-right: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: 162985;
}

#texte a {
	color: f8ea0f;
	text-decoration: none;
	font-weight: bold;
}
#texte a:hover {
	text-decoration: underline;
}

#texte p {
	padding-bottom: 20px;
}
#texte ul {
	margin-left: 35px;
}






#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 90px;
	width: 890px;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #37489E;
}

#adresse {
	float: left;
	width: 890px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	height: 20px;
}
#liens {
	float: left;
	width: 890px;
	margin-top: 35px;
}
#liens a {
	text-decoration: none;
}
#liens a:hover {
	color: #FAE91D;
	text-decoration: underline;
}

#balise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	text-align: center;
	float: left;
	width: 990px;
	margin-top: 20px;
}
.couleur {
	color: #F8EA0F;
}

h1 {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
}
h2 {
	font-size: 15px;
	padding-bottom: 20px;
	color: f8ea0f;
}
