/* CSS Document */


.oiseau {
	background-image: url('Image3.jpg');
}

.oiseau2 {
	background-image: url('Image2.jpg'); background-repeat: no-repeat;
}

.oiseau3 {
	background-image: url('Image.jpg'); background-repeat: no-repeat;
}

.licorne {
	background-image: url('Image4.jpg'); background-repeat: no-repeat; background-position: top center
}

.loup {
	background-image: url('Image5.jpg'); background-repeat: no-repeat; background-position: top center;
}