@charset "UTF-8";
.menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
.menu a:link {
	text-decoration: none;
	color: #000;
}
.menu a:visited {
	text-decoration: none;
	color: #000;
}
.menu a:hover {
	text-decoration: none;
	background-color: #000;
	color: #FFF;
}
.menu a:active {
	text-decoration: none;
	color: #F00;
}
.date {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8mm;
	text-align: center;
	font-weight: bold;
	color: #000;
	background-color: #F90;
}
.titre1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
}
.groupe {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.groupe a:link {
	text-decoration: none;
	color: #000;
}
.groupe a:visited {
	text-decoration: none;
	color: #000;
}
.groupe a:hover {
	text-decoration: none;
	background-color: #F90;
}
.groupe a:active {
	text-decoration: none;
	color: #F00;
}
.groupedate {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	text-align: center;
	/*font-weight: bold;*/
}
.groupepays {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	/*font-weight: bold;*/
}
.index {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.index a:link {
	text-decoration: none;
	color: #FEB;
}
.index a:visited {
	text-decoration: none;
	color: #FEB;
}
.index a:hover {
	text-decoration: none;
	color: #000;
	background-color: #FEB;
}
.index a:active {
	text-decoration: none;
	color: #F90;
}
