body {
	font-family: "Comic Sans MS", Georgia, "Times New Roman";
	font-size: 9px;
}
table {
	font-family: "Comic Sans MS", Georgia, "Times New Roman";
	font-size: 12px;
}
h1{
	font-size: 14px;
	color: #000099;
}
th{
	font-size: 14px;
	color: #000099;
}
.listeoiseaux {
	list-style-image: url(../images/puces/oiseau.jpg);
	vertical-align: middle;
}
.listereptile {
	vertical-align: middle;
	list-style-image: url(../images/puces/reptiles.jpg);
}
.listeplante {
	vertical-align: middle;
	list-style-image: url(../images/puces/plantes.jpg);
}

select,input,textarea {
	font-family: Tahoma, Courier, Algerian, "Times New Roman";
	color: #000099;
	font-size: 10px;
}
.bleu{
	color: #000099;
	font-weight: 600;
}

a:link {
	color: 009933;
	font-weight: 600;
	text-decoration: none;
}
a:visited {
	color: 009933;
	font-weight: 600;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
	background-color: #000099;
}
.bord {
	border: thin dotted #000099;
}
