html {
	font-size: 100%; /* Voir -> Note 1 a la fin de la feuille de styles. */
}
body {
	margin: 0;
	padding: 0px 0px; /* Note -> 2 */
	/*font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: #808080;
	
	background: white;
	font-family: helvetica,arial,sans-serif; 
}

/* Titres */
/* Liens */
/*
a {
	color: mediumblue;
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}
a img {
	border: none; /
}
*/
/* Divers elements de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color:#808080;
/*	color: dimgray;*/
}


/* --- STYLES POUR CERTAINS CONTENUS DES GABARITS --- */

/*
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}*/




