
/* les menus*/
div#menunavig
{
	float:left;
	width:180px;
}
div.elementmenu h2
{
	margin-top:0px;
	margin-bottom:-2px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding:5px;
}
div#corps
{
	margin-left:200px;
	margin-bottom:20px;
	padding:10px;
	min-height:400px;
}
a
{
	text-decoration:none;
	color:#000000;
}
a:hover
{
	text-decoration:underline;
}
span.rouge
{
	color:#910234;
	text-decoration:underline;
	font-weight:bold;
}
p
{
	text-align:justify;
}
li
{
	text-align:justify;
}