/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX �L�MENTS --- */

/* Page */
html {
	font-size: 100%; /* Voir -> Note 1 � la fin de la feuille de styles. */
}
body {
	margin: 0;
	padding: 10px 20px; /* Note -> 2 */
	font-family: "Trebuchet MS", Verdana, Geneva, Arial;
	font-size: 11px; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: black;
	background: white;
}

#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;
}

#loading {
 	width: 200px;
 	height: 20px;
	padding:2px;
 	background-color: #FFF;
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	margin-top: auto;
 	margin-left: auto;
 	text-align: center;
}

a {
	text-decoration:none;
}
