body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
}
table, td, th, tr, p {
    font-size: 1em;
}
.titre {
	color: #781450;
	font-size: 1em;
	font-weight: bold;
}
.petit {
	font-size: 0.9em;
}
.violet {
	color: #781450;
}
.gris {
	color: #666666;
}
.bleuCCAS {
	color: #1E1EC8;
}
a:link {
	color: #781450;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #781450;
}
a:hover {
	text-decoration: none;
	color: #1E1EC8;
	font-weight: bolder;
}
a:active {
	text-decoration: none;
	color: #1E1EC8;
}
.image {
	border: 5px solid;
	border-color: #CC9999;
}