@charset "utf-8";
/* CSS Document */

body {
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	background: #c00 url(../images/arr_plan.gif) left top repeat-x;
	font-family: 'Comfortaa', cursive;
	font-size: 0.9em;
	line-height: 27px;
}
div, p, ul, li, h1, h2 {
	/* margin:0;
	padding: 0; */
}
#head {
	height: 200px;
	background: transparent url(../images/enTete.gif) 140px top no-repeat;
}
#head h1 {
	text-indent: -9999px;
	background: transparent url(../images/enTeteLogo.png) 90px top no-repeat;
	height: 200px;
}
/*-----------------------------------------------------------Menu principal du site--------------------------------------------*/
#menu {
	/* background: transparent url(../images/fond_menu.png) 140px top no-repeat; */
	background: transparent url(../images/bg-rideau-menu.png) right top no-repeat;
	font-family: 'Gloria Hallelujah', cursive;
}
#menu ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: transparent url(../images/rideau-gauche.png) left top no-repeat;
	list-style: none;
	margin: 0;
	padding: 0 60px;
	height: 100px;
}
#menu li {
	/* float: left;
	height: 100px; */
	/* padding: 0 30px; */
}
#menu li a {
	font-size: 1.5em;
	color: #000;
	text-decoration: none;
	transition: all 0.25s ease-in;
}
#menu li a:hover, #menu li a:active, #menu li a:focus, #menu li.active a {
	color: #8E0101;
	font-weight: bold;
	font-size: 1.9em;
	text-decoration: underline;
}
#accueil a, #histo a, #photos a, #retro a, #actu a, #contact a, #livre a, #eliya a {
	/* display: block;
	height: 100px;
	text-indent: -9999px; */
}
/*********************************************************************menu Accueil*/
/* #accueil_act {
	display: block;
	width: 89px;
	height: 100px;
	text-indent: -9999px;
	background: transparent url(../images/accueil.png) left top no-repeat;
}
#accueil a {
	width: 89px;
}
#accueil a:link, #accueil a:visited {
	background: transparent url(../images/accueil.png) left -101px no-repeat;
}
#accueil a:hover, #accueil a:active {
	background: transparent url(../images/accueil.png) left top no-repeat;
} */
/*********************************************************************menu Historique*/
/* #histo_act {
	display: block;
	width: 120px;
	height: 100px;
	text-indent: -9999px;
	background: transparent url(../images/histo.png) left top no-repeat;
}
#histo {
	width: 120px;
}
#histo a:link, #histo a:visited {
	background: transparent url(../images/histo.png) left -101px no-repeat;
}
#histo a:hover, #histo a:active {
	background: transparent url(../images/histo.png) left top no-repeat;
} */
/*********************************************************************menu Photos*/
/* #photos_act {
	display: block;
	width: 88px;
	height: 100px;
	text-indent: -9999px;
	background: transparent url(../images/photos.png) left top no-repeat;
}
#photos {
	width: 88px;
}
#photos a:link, #photos a:visited {
	background: transparent url(../images/photos.png) left -101px no-repeat;
}
#photos a:hover, #photos a:active {
	background: transparent url(../images/photos.png) left top no-repeat;
} */
/*********************************************************************menu Rétrospective*/
/* #retro_act {
	display: block;
	width: 152px;
	height: 100px;
	text-indent: -9999px;
	background: transparent url(../images/retro.png) left top no-repeat;
}
#retro {
	width: 152px;
}
#retro a:link, #retro a:visited {
	background: transparent url(../images/retro.png) left -101px no-repeat;
}
#retro a:hover, #retro a:active {
	background: transparent url(../images/retro.png) left top no-repeat;
} */
/*********************************************************************menu Actualité*/
/* #actu_act {
	display: block;
	width: 116px;
	height: 100px;
	text-indent: -9999px;
	background: transparent url(../images/actu.png) left top no-repeat;
}
#actu {
	width: 116px;
}
#actu a:link, #actu a:visited {
	background: transparent url(../images/actu.png) left -101px no-repeat;
}
#actu a:hover, #actu a:active {
	background: transparent url(../images/actu.png) left top no-repeat;
} */
/*********************************************************************menu Contact*/
/* #contact_act {
	display: block;
	width: 104px;
	height: 100px;
	text-indent: -9999px;
	background: transparent url(../images/contact.png) left top no-repeat;
}
#contact {
	width: 104px;
}
#contact a:link, #contact a:visited {
	background: transparent url(../images/contact.png) left -101px no-repeat;
}
#contact a:hover, #contact a:active {
	background: transparent url(../images/contact.png) left top no-repeat;
} */
/*********************************************************************menu Livre d'or*/
/* #livre_act {
	display: block;
	width: 127px;
	height: 100px;
	text-indent: -9999px;
	background: transparent url(../images/livre.png) left top no-repeat;
}
#livre {
	width: 127px;
}
#livre a:link, #livre a:visited {
	background: transparent url(../images/livre.png) left -101px no-repeat;
}
#livre a:hover, #livre a:active {
	background: transparent url(../images/livre.png) left top no-repeat;
} */
/*********************************************************************menu Eliya*/
/* #eliya_act {
	display: block;
	width: 78px;
	height: 100px;
	text-indent: -9999px;
	background: transparent url(../images/eliya.png) left top no-repeat;
}
#eliya {
	width: 78px;
}
#eliya a:link, #eliya a:visited {
	background: transparent url(../images/eliya.png) left -101px no-repeat;
}
#eliya a:hover, #eliya a:active {
	background: transparent url(../images/eliya.png) left top no-repeat;
} */
/*---------------------------------------------------------------Fin du menu principal-------------------------------*/
/*---------------------------------------------------------------En tete sous menu---------------------------------------*/
div#tools {
	height: 40px;
	text-align: right;
}
p#salutations {
	float: left;
	width: 50%;
}
p#param_google {
	width: 100%;
	text-align: right;
}
h2.titre {
	background-color: #F00;
	color: #FFF;
	text-align: center;
	font-family: 'Kavivanar', cursive;
	padding: 10px;
	text-shadow: 1px 1px 0px #000;
}
/*---------------------------------------------------------------Corps du site---------------------------------------*/
#corps {
	/*width: 1000px;*/
	width: 900px;
	padding: 10px;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
}
/*----------------------------------------------------------------Côté gauche du site--------------------------------*/
#bandeauGauche {
	width: 350px;
	float: left;
	border: #F00 solid 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#affiches {
	/* display: flex; */
}
#affiches p {
	width: 215px;
	float: left;
	margin: 5px;
}
#affiches p img {
	max-width: 100%;
}
p#meteo {
	text-align: center;
}
#bandeauGauche h3 {
	background-color: #F00;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .85em;
}
ul#jeux {
	margin-left: 20px;
}
ul#jeux li a {
	color: #FFF;
	margin-left: 10px;
}
ul#jeux li a:link, ul#jeux li a:visited {
	text-decoration: none;
}
ul#jeux li a:hover, ul#jeux li a:active {
	text-decoration: underline;
}
ul#partenaires {
	list-style: none;
	width: 200px;
	text-align: center;
}
ul#partenaires li {
	margin-bottom: 10px;
}
ul#partenaires li img {
	border: 0;
}
/*--------------------------------------------------------------Côté droit du site-----------------------------------*/
#google {
	width: 120px;
	float: right;
}
/**************************************************************Page Accueil******************************************/
/*div#col2 {
	text-align: center;
}*/
p.images {
	width: 190px;
	margin: 5px;
	padding: 2px;
	border: #fff 1px solid;
	font-size: 0.75em;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
}
p.images img {
	border: 0px;
}
p.conclusion {
	clear: both;
	margin: 15px;
}
/**************************************************************Page historique******************************************/
#corps_histo {
	width: 800px;
	padding: 0;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
}
/**************************************************************Page diaporama********************************************/
#corps_diapo {
	width: 900px;
	padding: 0;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
}
#corps_diapo p {
	padding: 10px;
}
/**************************************************************Page Actualité*******************************************/
h3.piece {
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}
.auteur {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	color: #333;
	padding: 0;
	margin: 0;
}
.resume {
	text-align: justify;
	font-size: .95em;
}
div#dates, div#tarifs {
	margin: 10px;
	padding: 5px;
	border: #fff 1px solid;
}
div#dates p, div#tarifs p {
	color: #333;
	background-color: #FFF;
}
div#dates ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.50em;
}
div#dates li {
	margin-bottom: 15px;
}
div#dates ul li span.horaires {
	display: block;
	text-align: center;
	font-weight: bolder;
	text-decoration: underline;
}
div#tarifs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#tarifs span.categorie {
	display: block;
	float: left;
	text-align: right;
	width: 50%;
}
p.reservations {
	font-size: 1.50em;
	margin: 10px 0;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline overline;
	color: #333;
}
/**************************************************************Page Contact*******************************************/
form#form1 {
	text-align: left;
}
form#form1 label {
	display: block;
	width: 110px;
	text-align: right;
	float: left;
	font-size: .85em;
	font-family: Verdana, Geneva, sans-serif;
}
p.contact {
	margin: 30px
}
/**************************************************************Page Livre d'or*******************************************/
p.messageLivre {
	text-align: justify;
	margin: 5px;
	padding: 5px;
	font-size: .90em;
	border-top: #333 1px solid;
	border-left: #333 1px solid;
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
}
span.auteurLivre {
	display: block;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	padding: 10px;
}
form#form2 {
	text-align: left;
	border: 1px #fff solid;
	margin: 10px 0;	
}
form#form2 label.commun {
	display: block;
	width: 220px;
	text-align: right;
	float: left;
	font-size: .85em;
	font-family: Verdana, Geneva, sans-serif;
}
label.filtre {
	display: 100%;
	font-size: .85em;
	font-family: Verdana, Geneva, sans-serif;
}
/**************************************************************Page Eliya*******************************************/
p.texteEliya {
	margin: 15px;
	text-indent: 1em;
}
div#lettreEliya {
	margin: 25px;
	text-align: left;
	text-indent: 1em;
	font-style: italic;
}
div#lettreEliya p {
	margin: 10px 0;
}
p.adresseEliya {
	font-size: 1.50em;
}
/*--------------------------------------------------------------Pied du site---------------------------------------*/
div#pied {
	clear: both;
	text-align: center;
	background: #F00 url(../images/pied_page.jpg) no-repeat left top;
	background-size: cover;
}
