td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.nav-haute-prune {
	color: #5b4c6d;
	text-decoration: none;
}
.nav-haute-bleu {
	color: #3e6181;
	text-decoration: none;
}
.nav-haute-choco {
	color: #4e3227;
	text-decoration: none;
}
.nav-haute-vert {
	color: #435434;
	text-decoration: none;
}

.nav-haute-prune-sel {
	color: #FFFFFF;
	background-color: #7a6691;

}
.nav-haute-bleu-sel {
	color: #FFFFFF;
	background-color: #5381ac;
}
.nav-haute-choco-sel {
	color: #FFFFFF;
	background-color: #4e3227;
}
.nav-haute-vert-sel {
	color: #FFFFFF;
	background-color: #5a7046;
}
a.nav-haute-prune {
	color: #5b4c6d;
	text-decoration: none;
}
a.nav-haute-bleu {
	color: #3e6181;
	text-decoration: none;
}
a.nav-haute-choco {
	color: #4e3227;
	text-decoration: none;
}
a.nav-haute-vert {
	color: #435434;
	text-decoration: none;
}
a:hover.nav-haute-prune {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7a6691;
}
a:hover.nav-haute-bleu {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5381ac;
}
a:hover.nav-haute-choco {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4e3227;

}
a:hover.nav-haute-vert {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5a7046;

}
.tab-sommaire {
	border: 1px solid #8e8e8e;
}
.texte-blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
ul li {
	 list-style:none; 
	 margin-left:-40px;
	
}