/* CSS DES TEXTES */

/* STYLES DE MON FRAMEWORK */

.titre {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.donnees {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.infos {
	font-family: Arial;
	font-size: 10px;
	color: #878787;
}
/* CSS DES LIENS */
.liens_titre a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.liens_titre a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.liens_titre a:visited  {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.liens_titre a:active  {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.liens_titre a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/* ------------------------------------ */

.liens_pages a {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.liens_pages a:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.liens_pages a:visited  {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.liens_pages a:active  {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.liens_pages a:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/* FIN DES STYLES DE MON FRAMEWORK */

.titreorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #e17d1e;
	font-weight: bold;
}
.lien_menu a {
 text-decoration: underline; color: #333333;
}
.lien_menu a:link {
 text-decoration: underline; color: #333333;
}
.lien_menu a:visited  {
 text-decoration: underline; color: #333333;
}
.lien_menu a:active  {
 text-decoration: underline; color: #333333;
}
.lien_menu a:hover {
 text-decoration: none; color: #333333;
}

.tableau a {
 text-decoration: underline; color: #999999;
}
.tableau a:link {
 text-decoration: underline; color: #999999;
}
.tableau a:visited  {
 text-decoration: underline; color: #999999;
}
.tableau a:active  {
 text-decoration: underline; color: #999999;
}
.tableau a:hover {
 text-decoration: none; color: #999999;
}
