@charset "UTF-8";
abbr,article,aside,audio,canvas,datalist,details,figure,dialog,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video {display:block;}
/* PAGE */
html,body {
	height: 100%;
}
body {
	width: 1095px;
	margin-left: auto;
	margin-right: auto;
}
#page {
	width: 1095px;
	height: auto;
	margin-left: auto;
	margin-right: auto;

	-moz-box-shadow: 4px 4px 5px #999;	/* Firefox */ /* décalage : hori, vert, nb pixels flou */
	-webkit-box-shadow: 4px 4px 5px #999; /* Safari, Chrome */
	-o-box-shadow:4px 4px 5px #999;	/* Opera */
	box-shadow: 4px 4px 5px #999;
}
#global {
	min-height: 100%;
	width: 1095px;
	margin: -10px auto 0 auto;
}
/* CACHE MICRODATA */
.cache {
	display: none;
}
/* FIN CACHE MICRODATA */
/* ENTETE */
#haut {
	width: 940px;
	height: 170px;
	margin-top: 5px;

	-moz-border-radius: 15px;	/* Firefox */
	-webkit-border-radius: 15px; /* Safari, Chrome */
	-o-border-radius: 15px;	/* Opera */
	border-radius: 15px;

	-moz-box-shadow: 4px 4px 5px #999;	/* Firefox */ /* décalage : hori, vert, nb pixels flou */
	-webkit-box-shadow: 4px 4px 5px #999; /* Safari, Chrome */
	-o-box-shadow:4px 4px 5px #999;	/* Opera */
	box-shadow: 4px 4px 5px #999;
}
#grand_titre {
	height: 120px;
	font-family: ParmaPetit, Times, serif;
	font-size: 7em;
	color: white;
	text-align: center;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
}
#grand_titre_long {
	height: 120px;
	font-family: ParmaPetit, Times, serif;
	/*font-size: 5em;*/
	font-size: 7em;
	color: white;
	text-align: center;
	margin: 0px;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 10px;
}
h1 #grand_titre{
	color: white;
}
h1 #grand_titre_long{
	color: white;
}
#plan_sur_entete {
	clear: both;
	width: 920px;
	height: 2em;
	font-variant: small-caps;
	font-size: 0.7em;
	padding: 0;
	margin: -5px 0px 0px 10px;
	text-align: center;
	vertical-align: top;
}
a.color_white {
	color: #FFF;
	background: url(../fond/fond_legende.png) center top;
}
a.color_white:hover,a.color_white:focus{
	color:#000;
	background: url(../fond/fond_legende.png) center bottom;
}
.color_black {
	color: #000;
}
.color_white {
	color: #FFF;
}
.boutons {
	height: 2em;
	line-height: 2em;
	padding: 0px 5px 0px 5px;
	-moz-border-radius: 5px;	/* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-o-border-radius: 5px;	/* Opera */
	border-radius: 5px;
}
/* FIN ENTETE */
/* STAGE ETE */
/* ECRITURE STAGE ETE */
@-webkit-keyframes typing {
    from { width: 100% }
    to { width:0 }
}
@-webkit-keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: black }
}
@-moz-keyframes typing {
    from { width: 100% }
    to { width:0 }
}
@-moz-keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: black }
}
p#ecriture_stage { 
    position: relative;
    float: right;
    width: 123px;
	height: 15px;
    text-align: right;
    font-size: 0.75em;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    margin: -155px -155px 10px 0px;
}
#ecriture_stage span {
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 20px;
    background: #c6deff; /* same as background */
    
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-animation: typing 5s steps(28, end), /* # of steps = # of characters */
                        blink-caret 1s step-end infinite;
    -moz-animation: typing 5s steps(28, end), /* # of steps = # of characters */
                        blink-caret 1s step-end infinite;
}
/* FIN ECRITURE STAGE ETE */
/* ECRITURE STAGE ETE AVEC DEFIL */
/*#ecriture_stage {
	float: right;
	width: 125px;
	height: 20px;
	font-size: 0.7em;
	text-align: center;
	text-shadow: 1px 1px 1px #FFF;
	margin: -158px -150px 10px 0px;
}*/
/* FIN ECRITURE STAGE ETE AVEC DEFIL */
/* IMAGE STAGE ETE */
#stage_ete {
	position: absolute;
	width: 90px;
    height: 127px;
    margin: -145px 0px 10px 933px;
    /*margin: -140px 0px 10px 939px;*/
	
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	border: 2px groove #feffff;
}
#stage_ete:hover, #stage_ete:focus {
	transition-property: transition, transform;
	-moz-transition-duration: 1s,1s; /* Firefox */
	-webkit-transition-duration: 1s,1s; /* Chrome Safari */
	-o-transition-duration: 1s,1s; /* Opera */
	transition-duration: 1s,1s; /* Pour le futur */
	
	-moz-transition-timing-function: ease-out; /* Firefox */
	-webkit-transition-timing-function: ease-out; /* Chrome Safari */
	-o-transition-timing-function: ease-out; /* Opera */
	transition-timing-function: ease-out; /* Pour le futur */
	
	-moz-transition-delay: 0.5s, 1s; /* Firefox */
	-webkit-transition-delay: 0.5s, 1s; /* Chrome Safari */
	-o-transition-delay: 0.5s, 1s; /* Opera */
	transition-delay: 0.5s, 1s; /* Pour le futur */
	
	-moz-transform: scale(5); /* Firefox */
	-webkit-transform: scale(5); /* Chrome Safari */
	-o-transform: scale(5); /* Opera */
	transform: scale(5); /* Pour le futur */
	
	z-index:10;
	background: hidden;
}
/* FIN IMAGE STAGE ETE */
/* FIN STAGE ETE */
/* NAVIGATION */
nav {
	position: absolute;
	width: 160px;
	height: 385px;
	margin: 0px 0px 0px 935px;
	padding: 0;
	/*position: absolute;
	width: 160px;
	height: 385px;
	margin: 18px 0px 0px 935px;
	padding: 0;*/
}
nav h4{
	display: none;
}
/* FIN NAVIGATION */

/* CADEAU */
#cadeau {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: -130px 0px 10px 965px;
	border: 1px solid #000;
}
figcaption#ecriture_cadeau {
	width: 120px;
	height: 20px;
	font-size: 0.7em;
	text-align: left;
	text-shadow: 1px 1px 1px #FFF;
}
/*#cadeau {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: 390px 0px 10px 965px;
	border: 1px solid #000;
}
figcaption#ecriture_cadeau {
	width: 120px;
	height: 20px;
	font-size: 0.7em;
	text-align: left;
	text-shadow: 1px 1px 1px #FFF;
}*/
/* FIN CADEAU */
#centre {
	width: 100%;
	overflow: hidden;
}
/* CONTENU */
#contenu {
	float: left;
	width: 938px;
	margin-bottom: 10px;
}
.titre {
	margin: 30px 0px 30px 5px;
}
/* PARAGRAPHES COINS RONDS */
.rond {
	padding: 20px 10px 20px 20px;

	-moz-border-radius: 15px;	/* Firefox */
	-webkit-border-radius: 15px; /* Safari, Chrome */
	-o-border-radius: 15px;	/* Opera */
	border-radius: 15px;
}
.ombree {
	margin: 50px 0px 0px 0px;
	/*padding: 20px 10px 20px 20px;*/
	-moz-box-shadow: 4px 4px 5px #999;	/* Firefox */ /* décalage : hori, vert, nb pixels flou */
	-webkit-box-shadow: 4px 4px 5px #999; /* Safari, Chrome */
	-o-box-shadow:4px 4px 5px #999;	/* Opera */
	box-shadow: 4px 4px 5px #999;

	background-color: #fff;
}
.ombree_sscadre {
	-moz-box-shadow: 4px 4px 5px #999;	/* Firefox */ /* décalage : hori, vert, nb pixels flou */
	-webkit-box-shadow: 4px 4px 5px #999; /* Safari, Chrome */
	-o-box-shadow:4px 4px 5px #999;	/* Opera */
	box-shadow: 4px 4px 5px #999;
}
.ying_yang {
	font-family: 'SavoyeLETPlain';
	font-size: 2em;
	text-align: justify;
	line-height: 0.9em;
	padding-left: 30px;
	margin: 5px 0px 0px 0px;
	background: url(../dessins/yingyang.png) no-repeat 0px 10px;
}
.ying_yang_centree {
	font-family: 'SavoyeLETPlain';
	font-size: 2em;
	line-height: 1em;
	text-align: center;
}

.horaire {
	font-family: 'SavoyeLETPlain';
	font-size: 2em;
	line-height: 1em;
	margin: -5px 0px 20px 80px;
	list-style: none;
}


/* PIED */
footer {
	width: 1095px; /*1112px*/
	height: 80px;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 0.85em;
}
footer {
	-moz-border-radius: 15px;	/* Firefox */
	-webkit-border-radius: 15px; /* Safari, Chrome */
	-o-border-radius: 15px;	/* Opera */
	border-radius: 15px;
	background-color: white;
	-moz-box-shadow: 4px 4px 5px #999;	/* Firefox */ /* décalage : hori, vert, nb pixels flou */
	-webkit-box-shadow: 4px 4px 5px #999; /* Safari, Chrome */
	-o-box-shadow:4px 4px 5px #999;	/* Opera */
	box-shadow: 4px 4px 5px #999;
}
footer#bas {
	background-image: url(images/degrade-menu.jpg); /* Opera*/
	background-color:#ddd;
	background: -webkit-gradient(linear,0% 0%, 0% 100%, from(#dddddd), to(#ffffff));
	background: -moz-linear-gradient(top,#dddddd 0%,#ffffff 100%);
}
#plan_site, #haut_page, #copyright_ninou, #annees, #mise_jour, #visiteur, #powered_by {
	float: left;
	height: 20px;
	font-family: "Myriad Pro",  Arial, sans_serif;
	line-height: 1em;
	color: #000000;
	text-shadow: 0px 1px 0px white, 0px 1px 0px black;
	vertical-align: bottom;
	padding: 0;
}
#plan_site {
	float: left;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin: 22px 0px 0px 0px;
}
#mise_jour {
	float: left;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	margin: 24px 10px 0px 200px;
}
#visiteur {
	float: left;
	font-size: 1em;
	color: #000;
	letter-spacing: 0.05em;
    margin: 17px 0px 0px 200px;
}
#haut_page {
	float: right;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin: 22px 20px 0px 0px;
}
#fleche_haut {
	float: right;
	width: 12px;
	height: 12px;
	margin: 10px 0px 0px 50px;
	border-style: hidden;
}
/*#fleche_haut a{
	background: url(../images/fleche_haut_noir.png);
}
#fleche_haut a:hover{
	background: url(../images/fleche_haut_rouge.png);
}*/

#copyright_ninou {
	clear: both;
	float: left;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	margin: 10px 50px 0px 0px;
}
#annees {
	float: left;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	margin: 15px 10px 0px 350px;
}
#powered_by{
	float: right;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	text-align: right;
	margin: 10px 10px 0px 0px;
}