/*couleur des liens du tableau de liens mis en pied de page - footer */
a.echange-liens { /* couleur generale du lien */
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; text-decoration: none;
	color: #42C022; }
		a:link.echange-liens {color: #42C022; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold;}
		a:active.echange-liens {color: #42C022; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold;}
		a:visited.echange-liens {color: #42C022; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold;}
	
		/* couleur du lien quand on passe la souris dessus */
		a:hover.echange-liens {color: #ffffff; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold;}

/*couleur du tiret de separation des liens */
.tiret {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align:justify;
	
/* couleur de texte de l'énumération / liste de mots cles dans la page optimisee */		
}
.enum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #42C022;
	text-decoration: none;
}

/* couleur du titre de la page optimisee */
.h1 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-decoration: none; color: #42C022;text-align:justify; padding-right:20px}

/* couleur de la description recopiee en dessous du titre en H1 */ 
.texte {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	text-align:justify;
	padding-right:20px
}	
a:hover.stbutton {
	color:#BA926F;
	background: #FFFFFF;
	text-decoration:underline;
}
a.stbutton { color: #5A0011;
	text-decoration:none;
	}
	
.contenu-optim{
	width:790px;
	height:340px;
	padding-left:8px;
	padding-right:8px;
	float: left;
	overflow-y:auto;
}