/* Art et toile */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #5AADAD;
	color: #FFFFFF;
}
a {
	text-decoration : none;
	color: #8C007B;
}
a:visited {
	text-decoration: none;
	color: #6B005E;
}
a:hover {text-decoration : underline; color : #5B0050}


h1 {
	font-size: 17px; font-weight: bold; color: #BDE7DE
	}
td {
	font-size: 10px;
	}	
	
/* à virer progressivement */


.standart { font-size: 10px}
.gras {  font-size: 11px; font-weight: bold}
.clair { font-size: 10px; color: #356666}
.clairgras { font-size: 11px; color: #427F7F; font-weight: bold}
.tresclair { font-size: 10px; color: #BCE6DF}
.titre { font-size: 17px; font-weight: bold; color: #BDE7DE}
.tresclairgras { font-size: 11px; font-weight: bold ; color: #BCE6DF}
