/**Cette CSS a été créée pour le site de l'association Palabres Sans Frontières par Matti Ghibaudo-Schneider et Nicolas Dupont (Alxis.design@gmail.com)**/
/**animations.css : feuille pour l'aspect spécifique de la page animations**/

body {
	background-image: url(../Images/Animations/Fond_body.jpg);
}

/*************************TITRES*************************/
h3 {
	margin-bottom: 1.5em;
}

/*************************DIVERS*************************/
/**Partie spéciale Boubacar**/
.titre {
	text-decoration: underline;
}

.date {
	font-style: italic;
}

#presentation-boubacar {
	max-width: 26em; /*largeur du body - largeur des images en .left / .right*/
}

em.left {
	text-align: left;
	display: block;
}
/*Fin Boubacar*/

/**Partie spéciale Exposition**/
#slideshow, #slideshow img {
	max-width: 300px;
	max-height: 200px;
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
/*Fin Exposition*/