a:link {  color: #0000CC; text-decoration: none}
a:visited {  text-decoration: none; color: #0000CC}
a:active {  text-decoration: underline}
a:hover {  color: #FF0000; text-decoration: underline}
body {font-family : Arial, Helvetica, sans-serif;}

/* AJOUTE PAR GUIS LE 18/08/2016 POUR LE NOUVEAU MENU SOMMAIRE CSS */
body ul#sommaire2016 {
	margin:0;
	padding:0;
	width:100%;
}
#sommaire2016 li {
	margin:0;
	padding:4px 0 6px 0;
	background: url(ligne.gif) right bottom no-repeat;
	display:block;
	width:100%;
}
#sommaire2016 li.nobg {
	background:none;
}
#sommaire2016 a:link, #sommaire2016 a:visited {
	margin:0;
	display:block;
	padding-left: 18px;
	font-size:0.8em;
	color:#000;
	background: url(puce-menu2016-out.gif) left top no-repeat;
}
#sommaire2016 a:active, #sommaire2016 a:hover {
	color: #FF0000;
	text-decoration:none;
	background: url(puce-menu2016-over.gif) left top no-repeat;
}