/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
}

h1{
	color: #6699CC;
	font-size: large;
}
h2{
	font-size: medium;
}
.nom_collection{
	font-size: medium;
}
h3{
	font-size: small;
}
.titre{
	font-size: small;
	font-weight: bold;
}
#erreur{
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.dispo{
	color: #009900;
}
.nondispo{
	color: #CC3300;
}
