/* Définition de règle */
@charset "windows-1252";


body {background: white; font-family: Arial,Helvetica,sans-serif; font-size: 12px; }

img {color: black; background: transparent; border: 0;}

a:link, a:visited {text-decoration: none}
a:active, a:hover, a:focus {text-decoration: underline}

/* -- date de la derniere modif -- */
#modif {
	position: absolute; 
	height: 12px; 
	top: 50px; 
	right: 50%; 
	margin-right: -400px; 
	font-size: 10px; 
	overflow: hidden; 
	line-height: 12px; 
	font-style: italic; 
	color: #bbb;
	z-index: 1;
	}

/* astuce pour permettre de mettre un pied de page correct ds la div #contenu  *
 * bien que les éléments dans cette div soient en float:left                   */
#contenu br { clear: both; text-align: left; }

#pied {border-top: 1px solid black; text-align: center; width: 800px; font-size: 10px}
#pied a {position:relative}
#pied a.gauche {float:left; margin-right:5px;}
#pied a.droite {float:right; margin-left:5px;}
