@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	outline: none;
}

body {
	color: #2d2d2d;
	font-family: 'Anaheim', sans-serif;
	font-size: 1.05em;
	line-height: 1.4em;
	letter-spacing: 0.10em;
	word-spacing: 0.1em;
}

.bleu {background-color:#c6cee5;}
.beige {background-color:#efe4a7;}
.vert {background-color:#dcf9e9;}
.orange {background-color:#ecb06e;}
.mauve {background-color:#9d8db4;}

.txtbleu {color:#889fdf;}
.txtbeige {color:#efe4a7;}
.txtvert {color:#dcf9e9;}
.txtorange {color:#f4a460;}
.txtmauve {color:#9d8db4;}
.center {text-align: center;}
.rouge {color: #aa3d3d;}
.border {
	border-bottom:solid 1px #aa3d3d;
	width:1000px;
	margin-top: -5px;
}
.fag {text-align: left;}

#main_frame  {
	width: 1100px;
	margin: 0 auto;
	position:relative;
	background-color:#fff;
	padding-bottom: 50px;
	padding-top: 20px;
	margin-top: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 20px #737373;
/*important pour que main_frame englobe les colonnes*/		
	display:flex;

}

#header {
	background-color:#transparent;
	width: 1000px;
	position:relative;
	text-align: center;
/*important deduire les padding des dimensions de la div*/
	padding:5px 0px 5px 0px;
	margin-left:50px;
	clear:both;
}

#text_frame {
	background-color:#transparent;
	position: relative;
	text-align: justify;
	margin-left:50px;
	padding-bottom:10px;
/*important deduire les padding des dimensions de la div*/
	width:380px;
	padding-right:20px;
	float:left;
}

#pict_frame {
	background-color:#transparent;
	position:relative;
	padding-bottom:10px;
/*important deduire les padding des dimensions de la div*/
	width:579px;
	padding-left:20px;
	border-left:solid 1px #889fdf;
	float:left;
}

#footer {
/*important deduire les padding des dimensions de la div*/
	width: 1000px;
	padding:5px 0px 5px 0px;
	margin-left:50px;
	position:relative;
	float:left;
	text-align: center;
	background-color:#transparent;
	clear:both;
}

h1 {
	font-size: 2.5em;
	line-height:1.1em;
	text-align: left;
}

h1grand {
	font-size: 3.5em;
	line-height:1.3em;
}

h2, h3 {
	font-size: 1.7em;
	line-height:1.3em;
	text-align: left;
}
h3 {
	color: #aa3d3d;
}

h4 {
	font-size: 1.5em;
	line-height:1.2em;
	text-align: left;
}

p {margin-bottom:10px;}

address {
	font-style: italic;
	padding-top:10px;
	padding-bottom:20px;
}

hr {
	border:dashed 1px #889fdf;
	margin: 10px 0px 10px 0px;
	clear: both;
}

a.header:link, a.header:visited, a.header:hover, a.header:active {
	text-decoration : none;
	color: #55707a;
	font-size: 1.15em;
	line-height:1.6em;
	text-align: center;
	clear:both;
	border-bottom : 1px dashed;
}

a.header:hover {
	color: #aa3d3d;
	text-decoration : none;
	border-top : 1px solid;
	border-bottom : 1px solid;
}

#vign {
	text-align: center;
	position: relative;
	float: left;
	margin : 0px 9px 9px 0px;
}

#vign img {
	width: 107px;
	height: 107px;
	object-fit: cover;
	border: none;
}

#vign_galeries {
	text-align: center;
	position: relative;
	float: left;
	margin : 0px 8px 8px 0px;
	width: 160px;
	height: 190px;
	background-color:#ececec;
	border-radius: 10px;
	padding: 15px 5px 5px 15px;
}

<!--recuperation de feuille de style-->

a.suite:link, a.suite:visited, a.suite:hover, a.suite:active {
	color: #000; }
a.suite:hover {
	color: #000; }


a.suite:link, a.suite:visited, a.suite:hover, a.suite:active {
	position:relative;
	background-color: #ffcc5f;
	text-decoration: none;
	border-bottom: none;
	float: right;
	padding: 2px 25px 5px 25px;
	margin-top: -40px;
	font-weight: bold;
	-moz-border-radius: 20px 20px;
	-webkit-border-radius: 20px 20px;
	border-radius: 20px 20px;
}

a.suite:hover {
	background-color: #738ebc;
	text-decoration: none;
	border-bottom: none;
}
/* ----- DEFINITION DE L'INFOBULLE POUR REGLE DU JEU ----- */

a.bulle {
	position: relative;
	text-decoration: none;
	text-align: center;
}

a.bulle:hover {
	background: none;
	z-index: 50;
}

a.bulle span {
	display: none;
}

a.bulle:hover span {
	display: block;
	position: absolute;
	top: -10px;
	left: 20px;
	text-align: justify;
	font-size: 0.9em;
	font-weight: normal;
	width: 400px;
	background:#738ebc;
	color:#fff;
	padding: 15px;
}
#seance h4 {
	color: #fff; }
#seance p {
	color: #fff; }
#seance {
	background-color:#ccc;
	color:#fff; 
		font-size: 1em;

	width:auto;
	padding: 5px;
