/* <dt> & <dd> classe img pour les drapeaux.
/  <h3> uniquement pour les pointeurs alphabetiques.
/  classe "pied" pour formatter tous les pieds de page.
/  NS 4 ne reconnait pas les regles dans <dt> et <dd>.
*/
a:hover {color:#FF6600;}
body {
			font-size:12px;
			font-family:arial, verdana, sans-serif;
			background-color:#FFFFFF;
			color:#000000;
			}
dd {margin-top:3px;}
dd a {color:#696969;}
dt {
			color:#000080;
			margin-top:5px;
			}
dt i {color:#000000;}
dt img, dd img {
			width:18px;
			height:12px;
			}
h3 {font-size:16px;}
img.logo {
			width:69px;
			height:59px;
			}
.pied {
			font-size:10px;
			text-align:center;
			margin-top:10px;
			color:#696969;
			}
