/* CSS Document */
a:img{ border:none;}
a {text-decoration:none;color:#0000FF;}
a:hover {text-decoration:none;color:#8000FF;}
.menu li a {display:block;color:#222;}
.menu li a:hover {display:block;color:#676734;}
.bandeau-bas a {color:#222;}
.bandeau-bas a:hover {color:#676734;}
.menu li:hover {background-color:#D1D1A3;color:#676734;}
html {font-size:100%;height:100%;}
body {
    font-family: "Times New Roman", sans-serif, Arial, Helvetica, Verdana;
	background-image:url(images/fond.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	text-align: justify;
	font-size: 1.2em;
	color: #000000;
	margin:0;
	padding:0;
}
.page {
    box-shadow:0 5px 10px black, 0 0 30px #676734 inset;
    width:94%;
    background-color:white;
    margin-left:auto;
    margin-right:auto;
    z-index:1;
    margin-top:-1.5em;
    position:relative;
    margin-bottom:1em;
    padding-bottom:1.7em;
	padding-top:1.3em;
	max-width:1200px;
	min-width:700px;
}
.bandeau {
	position:fixed;
	top:0em;
	width:100%;
	z-index:5;
}
.bandeau2 {
    max-width:1200px;
	position:fixed;
	top:0em;
	width:94%;
	z-index:3;
	height:15px;
    background-color:#ADAC7A;
	margin-left:auto;
	margin-right:auto;
}
.bandeau3{
	position:fixed;
	height:2.1em;
	top:0em;
	background-color:white;
	z-index:2;
	width:86%;
	max-width:1080px;
	margin-left:4%;
	margin-right:4%;
}
.menu {
    max-width:1300px;
    display:table;
	margin-top:0em;
	padding:0;
	border-collapse:separate; 
	border-spacing:0.45em 0em;
    font-weight:bold;
	text-align:center;
	font-size:0.80em;
	width:100%;
    z-index:4;
	text-decoration:none;
	list-style:none;
	margin-left:auto;
	margin-right:auto;
}
.li-0 {
    padding-left:0.2em;
	padding-right:0.2em;
	padding-top:0.2em;
	padding-bottom:0.3em;
	display:table-cell;
	box-shadow:0 0 5px black;
	border-radius: 0 0 2px 2px ;
	background-color:#D1D1A3;
	color:#676734;
}
.li-1 {
    padding-left:0.2em;
	padding-right:0.2em;
	padding-top:0.2em;
	padding-bottom:0.3em;
	display:table-cell;
	box-shadow:0 0 5px black;
	border-radius: 0 0 2px 2px ;
	background-color:#ADAC7A;
	color:#222;
}
p { 
   margin-left:auto;
   margin-right:auto;
   width:80%; 
   max-width:1300px;
}
h1,h2,h3,h4,h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	width:85%;
	margin-left:auto;
	margin-right:auto;
}
h1 {text-decoration:underline;font-size:1.45em;padding-top:2.5em;}
h2 {text-decoration:underline;font-size:1.2em;}
h3 {text-decoration:none;font-size:1.15em;}
h4 {font-size:1.2em;margin-top:0em;color:#676734;}
h5 {font-size:1em;margin-top:0.5em;font-weight:lighter;}
.ligne {
	height:0.2em;
	width:80%;
	background-color:#ADAC7A;
	margin-top:1em;
	margin-bottom:1.8em;
	margin-left:auto;
	margin-right:auto;
	max-width:1300px;
}
.ligne2 {
	height:0.1em;
	width:40%;
	background-color:#000000;
	margin-top:1.8em;
	margin-bottom:1.6em;
	margin-left:auto;
	margin-right:auto;
}
.cadre {
    width:80%;
	padding-top:0.8em;
	padding-bottom:0.8em;
	border:2px dashed #676734; 
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em;
	max-width:1300px;
}
.t-cadre {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-size:0.92em;
}
.livre {
	margin-left:1.5em;
	float:right;
	position:relative;
	top:0.1em;
}
.titre-cadre {font-size:1.1em;color:#400080;}
.citation {margin-left:auto;margin-right:auto;font-style:italic;color:#37371C;width:70%;}
.rouge {color:#AE0000;}
.vert {color:#676734;}
.noir {color:#000000;}
.img {border: 1px solid black;}
.centre {text-align:center;}
.bandeau-bas {
	margin-top:80px;
	margin-left:2em;
	margin-right:2em;
	background-color:#ADAC7A;
	box-shadow:0 0 3px black;
	text-align:center;
	font-size:0.85em;
	color:#222;
	font-weight:bold;padding-top:0.1em;padding-bottom:0.2em;
}
#haut {position:absolute;top:-2em;}
.haut {float:right;margin-right:0.2em;margin-top:4px;font-size:0.7em;}
.tag2 {font-size: 0.8em;margin-top:2.5em;margin-left: 2em;margin-right:2em;}
.tag1 {width:80%;margin-left:auto;margin-right:auto;margin-top:-1em;margin-bottom:0.2em;}
.tag3 {width:80%;margin-left:auto;margin-right:auto;margin-top:-1em;margin-bottom:-0.9em;}
.icone {margin-right:0.5em;float:left;margin-top:2px;}
.original {font-size:0.8em;margin-top:35px;}
.bouton {display:none;}