body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
}
.marron {
	color: #624811;
}


.minitaille {
	font-size: 10px;
}

.normaletaille {
	font-size: 12px;
}

.grossetaille {
	font-size: 16px;
	font-weight: bold;
}

.tresgrossetaille {
	font-size: 20px;
	font-weight: bold;
}
hr {
height: 1px;
color: lightgrey;

}

.alert {
font-weight: bold;
text-decoration : blink; 
color: darkorange;

}

a { 
color : gray;
text-decoration : none;
}

a:hover {
color: #E86800;
text-decoration: underline;
}




