body,td,th,p,div {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}
.Majuscule {
	text-transform: uppercase;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.Beige {
	color: #C5B4AA;
}
.GrisMoyen {
	color: #666666;
}
.Noir {
	color: #000000;
}
.Blanc {
	color: #FFFFFF;
}
.Orange {
	color: #FF5900;
}
.Titre {
	font-size: 14px;
	font-weight: bold;
}
.Coordonnes {
	font-size: 12px;
}
.Form {
	font-size: 11px;
}

.TitreMenuGauche {
	font-size: 20px;
}


.FondBeige {
	background-color: #C5B4AA;
}
.FondGrisMoyen {
	background-color: #666666;
}
.FondNoir {
	background-color: #000000;
}
.FondOrange {
	background-color: #FF5900;
}
.FondBlanc {
	background-color: #FFFFFF;
}
.Credit {
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
}
.Souligne {
	text-decoration: underline;
}

a.Credit {
	text-decoration: none;
	font-weight: normal;
}
a.Credit:hover {
	text-decoration: underline;
	font-weight: normal;
}
.Teaser {
	font-size: 12px;
	color: #666666;
}
.Horaires {
	font-size: 12px;
}
.Gras {
	font-weight: bold;
}
.CelluleBlanche {
	color: #696969;
}
.FormCentre {
	text-align: center;
}
.PhotoGauche {
	position: relative;
	visibility: visible;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.PhotoDroite {
	position: relative;
	visibility: visible;
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}
