.titreaccueil {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.titrecontenu {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


.titredspage {
	font-family: Century Gothic;
	font-size: 15px;
	font-weight: bold;
	color: darkgreen;
	text-decoration: none;
}

.infoslegales {
	font-family: Century Gothic;
	font-size: 10px;
	font-weight: normal;
	color: darkgreen;
	text-decoration: none;
}

.texte {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: dimgray;
	text-decoration: none;
}

.textecontenu {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

.textedbtpage {
	font-family: century gothic;
	font-size: 11px;
	font-weight: bold;
	color: darkolivegreen;
	text-decoration: none;
}


a:link {
  font-family:verdana;
  font-size: 10px;
  color: darkgreen;
  text-decoration: none;
}
a:visited {
  font-family:verdana;
  font-size: 10px;
  color: darkgreen;
  text-decoration: none;
}
a:hover {
  font-family:verdana;
  font-size: 10px;
  color: darkgreen;
  text-decoration: underline;
}
a:active {
  font-family:verdana;
  font-size: 10px;
  color: darkgreen;
  text-decoration: none;
}

