@charset "UTF-8";

body {
	color: #CCCCCC;
	font-family: arial;
	font-size: 13px;
}

.menu {
	color: #CCCCCC;
	font-family: bookman; arial;
	font-size: 14px;
}
.titreContenu {
	font-size: 16px;
	font-weight: normal;
	color: #e53138;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

