* {
	margin: 0px;
	padding: 0px;
}
body {
	background-attachment: fixed;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 301px;
	width: 990px;
}
#menuH {
	float: left;
	height: 52px;
	width: 990px;
}
#principal {
	background-image: url(images/fond2.png);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	width: 990px;
}
#gauchemenu {
	float: left;
	height: 210px;
	width: 65px;
}
#menuV {
	float: left;
	width: 295px;
	height: 323px;
}
#rdv {
	float: left;
	height: 113px;
	width: 280px;
	text-align: right;
	padding-right: 15px;
}

#titre {
	float: left;
	height: 81px;
	width: 695px;
}
#texte {
	float: left;
	width: 575px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 100px;
	text-align: justify;
	padding-bottom: 20px;
}
#texte p {
	padding-bottom: 20px;
}
#texte a {
	color: #FFFFA8;
	font-weight: bold;
	text-decoration: underline;
}
#texte a:hover {
	text-decoration: none;
}
#centrer {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#footer {
	float: left;
	height: 111px;
	width: 990px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	text-align: center;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFA8;
	text-decoration: none;
}

#adresse {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #FFF;
	float: left;
	width: 805px;
	padding-left: 105px;
	padding-right: 80px;
	padding-bottom: 25px;
	padding-top: 17px;
}
#balise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	float: left;
	width: 990px;
	padding-top: 20px;
	text-align: center;
}



h1 {
	font-size: 18px;
	padding-bottom: 20px;
	color: #FFFFA8;
	padding-top: 5px;
}
h2 {
	font-size: 16px;
	padding-bottom: 20px;
	color: #900;
	padding-top: 5px;
}
.imgD {
	float: right;
	margin-left: 20px;
}
