.menu a:link, .menu a:visited {
	color:#FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: #fccb67;
	text-decoration:none;
	background-color: #a6423e;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.text a:link, .text a:visited {
	color:#A9394E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.text a:hover {
	color: #fccb67;
	text-decoration:none;
	background-color: #a6423e;
}
.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.titre {
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.imgl {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgr {
	float: rightt;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.imgc {
	float: center;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}