@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/fond2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #050100;
	font-family: "comic sans ms";
	font-size: 14px;
}
#main {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}
#main #header {
	height: 260px;
}
#main #page {

}
#main    #page    #infos {
	float: left;
	width: 140px;
	height: 170px;
	padding-top: 80px;
	font-family: Arial, Helvetica, sans-serif, "Comic Sans MS";
	font-size: 11px;
	text-align: center;
	margin-right: 30px;
}
#main #page #infos a {
	color: #035E25;
	text-decoration: none;
}
#main #page #infos a:hover {
	text-decoration: underline;
}
#main #page #infos #horaires {
	display: block;
	height: 135px;
	overflow: auto;
}
#main #page #infos #tarifs {
	margin-top: 30px;
	height: 130px;
	overflow: auto;
	padding-left: 5px;
}



#main #page #contenu {
	width: 600px;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 100px;
	background-color: #FFFFFF;
}
.habille-gauche {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.habille-droite {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


#main  #page  #contenu  #blocacueil  .bloctexte  {
	height: 160px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.invisibloc {
	display: none;
}
#main #page #contenu h1 {
	font-size: 20px;
}
#main #page #contenu h2 {
	font-size: 15px;
	text-align: left;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}

#main #page #contenu #blocacueil {
	height: 395px;
	width: 625px;
	background-image: url(images/accueil.jpg);
	background-repeat: no-repeat;
}
#main  #page  #contenu  #blocacueil .movie {
	display: block;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

#main #page #contenu a {
	text-decoration: none;
	color: #FF6453;
	border-bottom: 1px dotted #FF5D50;
}
#main #page #contenu a:hover {
	color: #6A235B;
}
#main   #page   #contenu    p {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main #page #contenu .bouton-visit {
	display: block;
	float: none;
	width: 200px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	border-style: none;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif, "Comic Sans MS";
	margin-bottom: 18px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#main #page #contenu .bouton-visit:hover {
	color: #990000;
}
#main #page #contenu ul {
	display: block;
}
#main #page #contenu ul li {
	list-style-type: square;
}
#main #page #contenu .mininavi {
	padding-top: 20px;
	padding-left: 60px;
}

#main #page #contenu .btn-perenoel {
	background-image: url(images/btn-pere-noel.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	width: 136px;
	padding-left: 20px;
	font-size: 11px;
	text-decoration: none;
	border-style: none;
	padding-top: 20px;
	text-align: center;
	color: #333333;
	float: left;
}
#main #page #contenu .btn-perenoel:hover {
	background-image: url(images/btn-pere-noel-over.jpg);
	background-repeat: no-repeat;
	color: #990000;
}

#main #page #contenu .btn-scenes {
	background-image: url(images/btn-scenes.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	width: 136px;
	padding-left: 20px;
	font-size: 11px;
	text-decoration: none;
	border-style: none;
	padding-top: 20px;
	text-align: center;
	color: #333333;
	float: left;
}
#main #page #contenu .btn-scenes:hover {
	background-image: url(images/btn-scenes-over.jpg);
	background-repeat: no-repeat;
	color: #990000;
}
#main #page #contenu .btn-ours {
	background-image: url(images/btn-ours.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	width: 136px;
	padding-left: 20px;
	font-size: 11px;
	text-decoration: none;
	border-style: none;
	padding-top: 20px;
	text-align: center;
	color: #333333;
	float: left;
}
#main #page #contenu .btn-ours:hover {
	background-image: url(images/btn-ours-over.jpg);
	background-repeat: no-repeat;
	color: #990000;
}



#main #footer {
	font-size: 11px;
	text-align: center;
	clear: both;
	color: #999999;
}
#main #footer .foot-menu a {
	font-family: Arial, Helvetica, sans-serif, "Comic Sans MS";
}
#main #footer .foot-menu .pro {
	font-weight: bold;
}

#main #footer a {
	text-decoration: none;
	color: #CCCCCC;
}
#main #footer a:hover {
	color: #FE7A53;
}

.antifloat {
	clear: both;
}

