/* Complément d'habillage pour le site vdelst.eu */

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #660000;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #CC3300;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #660000;
	}
acronym {
	border-bottom: none;
	}
	
/* Pied de page */
.footer .colophon { clear: both; padding: 2px; padding-right: 0px; font-size: 0.71em; }
.footer .colophon p { margin: 0; padding: 0; }
.footer .colophon small { font-size: 0.50em; }
.footer .colophon img { vertical-align: bottom; }