body
{
	font-family: Georgia, Arial, sans-serif;
	margin: auto;
	width: 100%;
	height: 100%;
	text-align: justify;
	background-color: black;
	color: white;
}

#en_tete
{
	height: 10%;
	position: fixed;
	top: 0px;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	z-index: 100;
	background-image: url('banniere.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-color: black;
}

h1
{
	color: white;
	font-variant: small-caps;
}

.h1agauche
{
	left: 10px;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
}

.h1adroite
{
	right: 10px;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
}

#menu
{
	position: fixed;
	float: left;
	width: 10%;
	min-width: 150px;
	left: 0px;
	top: 10%;
	bottom: 5%;
	background-color: #6B1A6A;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	 /* padding-top: 2%; */
	padding-bottom: 5%;
}
#menu2
{
	position: fixed;
	width: 10%;
	min-width: 150px;
	right: 0px;
	top: 10%;
	bottom: 5%;
	background-color: #6B1A6A;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	/* padding-top: 3%; */
	padding-bottom: 5%;
}

.element_menu
{
	position: relative;
	color: white;
	font-family: Arial;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
}
.element_menu li
{
	text-align: left;
}

.element_menu li a
{
	color: white;
	text-decoration: none;
}

.element_menu li a:hover
{
	color: black;
}

.element_menu h3
{
	text-align: center;
	font-size: 2em;
	color: aqua;
}

.element_menu h4 a
{
	color: aqua;
	text-decoration: none;
}

.element_menu h4 a:hover
{
	background-color: black;
}

.element_menu ul
{
	list-style-type: none;
}

#corps
{
	width: 76%;
	left: 11%;
	top: 10%;
	right: 0;
	bottom: 5%;
	height: 85%;
	position: absolute;
	overflow: auto;
	padding-left: 2%;
	background-color: #6B1A6A;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
}
IMG.displayed 
{
    display: block;
    margin-left: auto;
    margin-right: auto 
}

cite {
        font-size: 90%;
        font-style: normal;
}

#pied_de_page
{
	height: 4.5%;
	bottom: 0;
	position: fixed;
	z-index: 100;
	width: 90%;
	left: 5%;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 0.56em;
	z-index: 100;
}

#corps a
{
	font-weight : bold;
	text-decoration: underline;
	font-style: italic;
	color: #7FFFD4
}

#corps a:hover
{
	color: black;
}

a:active
{
	background-color: black;
}

.date
{
	color: #FF8900;
	font-weight : bold;
}
h1
{
    color: aqua;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    width: 6em
}

h2
{
	color: aqua;
	text-align: center;
	text-indent: 3%;
}

h3, h4, h5
{
	color: aqua;
}

em
{
	font-family: Arial;
	font-style: italic;
	color: #7FFFD4
}

strong
{
	font-weight: bold;
	color: aqua;
}

