@charset "ISO-8859-1";
    h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C63;
	font-variant: small-caps;
}
    body {
	background-color: #FFF;
}
#conteneur {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#entete {
	height: 150px;
	width: 1000px;
	background-image:url(../IMAGES/entete2.jpg);
	margin-left:auto;
	margin-right:auto;
}
#contenu {
	float: left;
	margin-top: 10px;
	width:780px;
	background-color:#FFFFFF;
}
#contenu2 {
	float: left;
	margin-top: 10px;
	width: 1000px;
	background-color: #FFFFFF;
}
#basdepage {
	background-color: #CD6E3D;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	height: 30px;
	width: 1000px;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #FFC;
}
#facebook {
	margin-top: 20px;
	margin-left: 800px;
	height: 100px;
	width: 200px;
	background-color: #CD6E3D;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
}
#horaires {
	margin-top: 20px;
	margin-left: 820px;
	height: 300px;
	width: 180px;
	border: thin;
}
#menu2 {
	width:1000px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
}
.espace {
	margin-right: 40px;
}
#conteneur #menu ul li {
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
a:link {
	color: #D5EDB3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D5EDB3;
}
a:hover {
	text-decoration: none;
	color: #7f2679;
}
a:active {
	text-decoration: none;
	color: #7f2679;
}
#conteneur #contenu p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: justify;
}
.imagegaucheflottante {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imagedroiteflottante {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.gras {
	font-weight: bold;
}
.grasOrange {
	font-weight: bold;
	color: #D4966B;
}
.blancgauche10px {
	padding-left: 15px;
}
.logo {
	text-align: center;
	margin: 10px;
}
