#charte {
	padding:10px;
	font-size:14px;
}
#charte li{
	padding:2px;
}

#charte a {
	text-decoration:none;
	border-bottom: dashed 1px #006699;
	color:#006699;
}

#charte a:hover{
	text-decoration:none;
	border-bottom: solid 1px #3399CC;
	color:#3399CC;
}