body
{	
	overflow:visible;
	font-size:1.1em;
}
body a
{
	text-decoration:none;
	border:none;
	color:blue;
}
body img
{
	border:none;
}

#en_tete
{
	position:fixed;
        left:22%;
	rigth:1%;
	width:77%;
	height:140px;
        text-align:center;
	background-color:rgb(255,255,187);
}

#menu_site
{
	position:fixed;
	width:20%;
	top:10px;
	height:350px;
	left:1%;
	background-color:rgb(255,255,187);
	border:2px solid black;
}

#menu_page
{
	position:absolute;
	width:20%;
	top:370px;
	left:1%;
	background-color:rgb(255,255,187);
	border:2px solid black;
}

.element_menu h3
{    
   	color: white;
   	margin-left:1%;
   	margin-right:1%;
   	font-family: "Arial", "Arial Black", "Times New Roman", "Times", "serif";
   	font-size:1.2em;
   	text-align: center;
   	background-color:rgb(0,255,0);
}
.element_menu p 
{ 
   	padding-left: 5%; 
  	margin-right:1%;
	font-size:1.1em;
}
.element_menu a
{
   	text-decoration:none;
}
.element_menu a:hover
{
   	background-color: #B3B3B3;
   	color: black;
}
.element_menu li
{
	padding-bottom:5px;
}

#corps
{
	position:fixed;
	top:160px;
	left:22%;
	right:1%;
	height:80%;
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
	background-color:rgb(240,240,240);
	text-align:justify;
      font-family: "Calibri","Cambria","Tahoma","Arial","Times New Roman","Times","serif";
	line-height:1.2em;
}
#corps h2
{
	margin-top:5px;
	margin-bottom:5px;
	color:rgb(0,0,128);
	font-style:italic;
	font-size:1.3em;
	text-align:center;
}
#corps h3
{
	color:blue;
	font-size:1.2em;
}
#corps h4
{
	color:blue;
	text-indent:20%;
	font-size:1.1em;
	margin-top:0px;
	margin-bottom:0px;
}
#corps p
{
	font-size:1.1em;
}
#corps table
{
	width:100%;
	font-size:1.1em;
}
#corps td
{
	padding-left:5px;
	padding-right:5px;
}

#corps ul
{
	margin-top:5px;
	font-size:1.1em;
}
#corps li
{
	margin-top:10px;
}

.tooltip
{
	position:relative;
	display:inline-block;
}
.tooltip .tooltiptexte
{
	display:none;
	

}
.tooltip:hover .tooltiptexte
{
	display:block;
	position:absolute;
	bottom:2em;
	background-color:rgb(100,100,100);
	color:white;
        text-align:center;
	border-radius:6px;
        padding:5px 5px 5px 5px;
}

#texte
{		
	width:99.5%;	
}

