.hautGauche {
	background-attachment: fixed;
	background-image: url(images/bgHautGauche.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.hautDroite {
	background-attachment: fixed;
	background-image: url(images/bgHautDroite.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bgPresentation {
	background-attachment: fixed;
	background-image: url(images/bgPresentation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2e0000;

}
.bgGauche {
	background-attachment: fixed;
	background-image: url(images/bgGauche.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.bgDroite {
	background-attachment: fixed;
	background-image: url(images/bgDroite.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #000000;

}
.bgBas {
	background-attachment: fixed;
	background-image: url(images/bgBas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.texteRouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;

}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9937B;
	line-height: 20px;
	text-decoration: none;


}
.bgEvenements {
	background-attachment: scroll;
	background-image: url(images/bgEvenements.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 990px;
	height: 344px;

}

							.#bgPhoto {
								background-attachment: fixed;
								background-image: url(images/bgPhoto.jpg);
								background-repeat: no-repeat;
								background-position: center center;
								height: 92px;
								width: 116px;
							
							}
							.#bgPhotoV {
								background-attachment: fixed;
								background-image: url(images/bgPhotoV.jpg);
								background-repeat: no-repeat;
								background-position: center center;
								height: 92px;
								width: 130px;
							
							}


.Titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CABDAE;
	text-decoration: none;
}
.bgContact {
	background-attachment: fixed;
	background-image: url(images/bgContact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bgDroite {
	margin:0;
	padding:0;
	background-image:url(images/bgDroite.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bgGauche {
	margin:0;
	padding:0;
	background-image:url(images/bgGauche.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bgBas {
	margin:0;
	padding:0;
	background-image:url(images/bgBas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgHaut {
	margin:0;
	padding:0;
	background-image:url(images/bgHaut.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

