/* Mise en forme générale */

body
{
	background-color: rgb(192,192,192);
	width: 1024px;
	margin: auto;
	margin-top: 0;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	color: black;
	list-style-type: none;
	text-align: justify;
}
#page
{
	width: 1024px;
}

/* Mise en place du bandeau en haut de la page */

header
{
	position: fixed;
	width: 1024px;
	background-image: url("images/accueil/bandeau.jpg");
	height: 85px;
	margin: 0;
	border-radius: 6px;
	box-shadow: 6px 6px 6px black;
	z-index: 2;
}
header p
{
	margin-top: 0px;
	margin-left: 30px;
	font-size: 1.9em;
	font-weight: bold;
	text-align: center;
	z-index: 2;
	font-family: "Comic Sans MS", Calibri, arial, sans-serif;
}
header a
{
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 1em;
	font-weight: bold;
	color: rgb(207,243,250);
	text-decoration: none;
}

/* Mise en forme du menu vertical "accordéon */

nav
{
	margin-top: 100px;
	position: fixed;
	width: 144px;
	float: left;
}
.master_menu
{
	font-size: 0.95em;
	font-weight: bold;
	list-style-type: none;
	text-align: center;
	width: 144px;
	margin-left: -40px;
	float: left;
}
.master_menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.master_menu li
{
	background-color: rgb(207,243,250);
	border-radius: 6px;
	margin-bottom: 8px;
	box-shadow: 2px 2px 2px #999;
	border: 5px rgb(149,166,186) outset;
}
.master_menu a
{
	display: block;
	text-decoration: none;
	color: black;
	padding: 5px 0;
}
.master_menu li:hover
{
	background-color: rgb(190,190,190);
	border: 5px rgb(149,166,186) inset;
}
.menu 
{
	margin-top: -13px;
	font-size: 0.9em;
	list-style-type: none;
	text-align: center;
	width: 128px;
	margin-left: -34px;
	float: left;
	margin-bottom: -13px;
}
.menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.menu li
{
	background-color: rgb(207,243,250);
	border-radius: 6px;
	margin-bottom: 8px;
	box-shadow: 2px 2px 2px #999;
	border: 3px rgb(149,166,186) outset;
}
.menu li li
{
	max-height: 0;
	overflow: hidden;
	transition: all .5s;
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin: 0;
}
.menu a
{
	display: block;
	text-decoration: none;
	color: black;
	padding: 5px 0;
}
.menu li:hover
{
	background-color: rgb(190,190,190);
	border: 3px rgb(149,166,186) inset;
}
.menu li:hover li
{
	max-height: 28px;
	background-color: rgb(207,243,250);
}
.menu li:hover li a
{
	font-size: 0.9em;
}

/* Mise en forme générale du corps de la page */

#contenu
{
	position: absolute;
	top: 80px;
	margin-left: 150px;
	width: 874px;
	z-index: 1;
}
section
{
	width: 874px;
	position: relative;
	margin-top: 35px;
}
strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}
h1
{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
h2
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}

/* Ceci pour mettre en place la petite histoire de la page d'accueil */

.dominique
{
	float: left;
	border: 1px solid black;
}
.flechebulle
{
	float: left;
	margin-left: -27px;
	margin-top: 20px;
}
.histoire
{
	margin-top: 0px;
	margin-left: 200px;
	padding: 15px;
	border: solid black 1px;
	border-radius: 20px;
	background-color: rgb(207,243,250);
}
table
{
	margin-top: 30px;
	border-collapse: collapse;
	background-color: rgb(207,243,250);
	width: 874px;
	border: 1px solid black;
}
td 
{
	text-align: justify;
	padding: 15px;
	padding-top: 0px;
}
td img
{
	text-align: center;
}
.titre
{
	padding: 15px;
	text-align: center;
	font-size: 1.em;
	font-weight: bold;
}
.legende
{
	text-align: center;
}


/* Mise en forme des pavés de texte */

.bla
{
	line-height: 1.3em;
	background-color: rgb(207,243,250);
	border: 1px solid black;
	border-radius: 20px;
	padding: 15px;
	width: 844px;
}
.bladia
{
	line-height: 1.3em;
	background-color: rgb(207,243,250);
	border: 1px solid black;
	border-radius: 20px;
	padding: 15px 15px 620px 15px;
	width: 844px;
}
.bla dt
{
	line-height: 1.6em;
	font-weight: bold;
	margin-left: 20px;
}
.bla dd
{
	margin-left: 60px;
}
.bla a
{
	text-decoration: underline;
	color: black;
}
.bla ul
{
	margin-top: -10px;
}
.bla ul ul
{
	margin-top : 0px;
}	
.bla li
{
	text-align: justify;
}
.bla table
{
	border: none;
	margin-left: -15px;
	margin-top: 10x;
}
.droite
{
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	border: 1px solid black;
}
.centre
{
	text-align: center;
}
.milieu
{
	margin-right: 30px;
	margin-bottom: 20px;
	border: none;
}
.gauche
{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	border: 1px solid black;
}
.pad
{
	margin-left: 240px;
}
.perplexe
{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.perplexe_dr
{
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
.question
{
	margin-top: 0px;
	margin-left: 136px;
	padding: 25px;
	border: solid black 1px;
	border-radius: 20px;
	background-color: rgb(255,192,0);
}
.question ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.secret
{
	text-decoration: none;
}
.soul
{
	text-decoration: underline;
}
.stop_gauche
{
	clear: left;
}
.stop_droite
{
	clear: right;
}
.stop
{
	clear: both;
}
.illus4 img
{
	margin-right: 18px;
}
.tableau
{
	border: 1px solid black;
}
.pied
{
	font-size: 0.7em;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
#legend
{
	padding-left: 20px;
	padding-right: 20px;	
}
#bouton_gauche
{
	position: absolute;
	top: 360px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	background-color: rgb(207,243,250);
	border: none;
	outline-style: none;
	font-size: 23px;
}
#bouton_droit
{
	position: absolute;
	top: 360px;
	left: 820px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	background-color: rgb(207,243,250);
	border: none;
	outline-style: none;
	font-size: 23px;
}
#diapo
{
	position: absolute;
	padding-top: 20px;
	left: 120px;
}
#photo
{
	margin-top: 300 px;
	margin-left: 100px;
	margin-right:100px;
	text-align: center;
}
#explication
{
	position: absolute;
	top: 645px;
	left: 118px;
	margin-right:118px;
}
h3
{
	font-size: 1em;
	margin-left: 20px;
}
h4
{
	font-size: 0.9em;
	margin-left: 50px;
}
h5
{
	font-size: 0.8em;
	margin-left: 80px;
	margin-top: -8px;
}
h6
{
	font-size: 0.7em;
	margin-left: 100px;
	margin-top: -20px;
}