
.TitreMenu {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	color: #06400b;
	text-align: center;
	vertical-align: middle;
}
.TitreContact {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #06400b;
	text-align: center;
	vertical-align: middle;
}
.Rubrique {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/bouton1.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 125px;
	display: block;

}
.Rubrique:hover {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(images/bouton.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 125px;
	display: block;

}
.Liens {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #06400b;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	}
.Liens:hover {
	color: #000000;
	text-align: center;
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;

}

.Contenu {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #06400b;
	text-decoration: none;
	padding: 5px;
}

a {
	font-weight: bold;
	color: #06400b;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color:#666666;
	text-decoration: none;
}



