body
{
	margin-top : 0px;
	background-color : #ffffff;
	font-size : 110%;
	line-height : 1.6;
	color : #000000;

  
}

#en_tete
{
   	position : absolute;
	top : 0px;
	left : 250px;
	height : 130px;
	width : 83%;
	background-color : rgb(179,0,255);
	text-align : right;
	color : #ffffff;
	border-bottom: 2px solid black;

}

#menu
{
   position : absolute;
	top : 130px;
	min-height : 260%;
	<!--[if lte IE 6]>
		<style type="text/css">
			div#page {
				height: 200%;
			}
		</style>
	<![endif]-->;
	left : 0px;
	width : 210px;
	background-color : rgb(204,204,255);
	padding : 20px;
	font-size : 110%;
	border-right: 2px solid black;
	border-top: 2px solid black;

}

#corps
{
    position : absolute;
	padding-left : 20px;
	top : 130px;
	left : 250px;
	right : 0px;
	min-height : 82%;
	<!--[if lte IE 6]>
		<style type="text/css">
			div#page {
				height: 82%;
			}
		</style>
	<![endif]-->;

}

.souligne
{
	text-decoration: underline;
	font-weight: bold;
}

#menu ul a
{
	font-size: large;
	/*font-style: italic;*/
	font-weight : bold;
	color: rgb(179,0,255);
	text-decoration: none;
}

#menu ul
{
	color: rgb(179,0,255);
}

#en_tete h1
{
	text-align : center;
}

/* Language switching */

#LangNav 
{
	position : absolute;
	top : 0px;
	min-height : 82%;
	<!--[if lte IE 6]>
		<style type="text/css">
			div#page {
				height: 82%;
			}
		</style>
	<![endif]-->;
	left : 0px;
	width : 210px;
	background-color : rgb(179,0,255);
	padding : 20px;
	font-size : 80%;
}

#LangNav 
{
	color : white;
	text-align : center;
	
}

#LangNav a
{
	text-decoration: underline;
	color : white;
}

#LangNav a:visited
{
	color : white;
	text-decoration: none;
} 

.imageflottante
{
   float: right;
   margin-right: 30px;
   border: 2px solid black;

}

.gras
{
	font-weight: bold;
}

.italic
{ 
	font-style: italic;
	font-weight: bold;
}

ul li
{
	margin-top: 12px;
}

#corps ul li
{
	list-style-type: circle;
}

.it
{
	font-style: italic;
}

