div#haut
{
	padding: 20px;
	margin: 10px 20px;
	height: 100%;
}

div#texte-haut
{
	margin: 0px 10px;
	text-align: center;
	padding: 0px;
	height:100%;
}
tr#ligne
{
	widht : 100%;
	background-color:#46413a;
}
tr#ligne a:hover
{
	background-color:#ACAAA8; /*c6c4bd;*/
	color: #000000;
}
tr#ligne a
{
	color : white;
	padding: 5px;
	display:block;
	text-decoration: none;
}
tr#ligne-formation
{
	widht : 100%;
	height: 30px;
	color : black;
	font-weight : bold;
	background-color:#7c7b76;
	text-decoration: none;
}
div#texte-presentation
{
	margin: 10px;
	color: white;
}

