#titre {
	position : fixed ;
	top : 0%;
	left : 0%;
	right : 0%;
	bottom : 85%;
	border : solid darkgreen ;
	border-width : thick ;
}

#corps,#menu {
	position : fixed ;
	border : double black ;
	padding : 3px;
	border-width : 1px;
	overflow : auto ;
}

#corps {
	top : 15%;
	left : 20%;
	right : 0%;
	bottom : 0%;
	z-index : -1;
}

#menu {
	top : 15%;
	left : 0%;
	right : 80%;
	bottom : 0%;
	z-index : -1;
}

#menu input {
	text-align : center ;
	width : 80%;
	padding : 0px 2px ;
	margin : 0px 2px ;
}

input:hover {
	cursor : pointer ;
}

h1
{
	text-align : center ;
	font-size : 300% ;
	color : green;
	border-top : 2px solid red;
}

li h2 , h2
{
	text-align : left ;
	font-size : 150% ;
	color : green ;
	text-decoration : underline ;
}

h3
{
	text-align : center ;
	font-size : 125%;
	color : blue ;
}

h4
{
	text-align : center ;
	font-size : 130% ;
	color : navy;
	border-bottom : 3px double blue;
}

h5
{
	text-align : center ;
	font-size : 150% ;
	color : navy ;
}

h6
{	
	text-align : justify ;
	font-size : 110% ;
	color : navy ;
}


img
{
	border : none ;
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   color : green ;
}
a:focus /* Quand le visiteur sélectionne le lien */
{
 
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color: green;

}
a /* Lien normal */
{
   text-decoration: none;
   color: green;
}

p
{
	text-align : justify ;
}

.centre
{
	text-align : center ;
}

.droit
{
	float : right ;
	margin : 4px ;
}

.gauche
{
	float : left ;
	margin : 4px ;
}

.dessous
{
	clear : both ;
}

.sous_droit
{
	clear : right
}

.sous_gauche
{
	clear : left
}


dt
{
	font-size : 130% ;
	color : #a01000 ;
}

li
{
	font-size : 120% ;
	list-style-type : dash ;
}
