/**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)**/
/**sejour.css : feuille pour l'aspect spˇcifique de la page sˇjour**/

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

div.linkMenu {
	text-align: center;
	margin-right: -60px; /*size of a LinkMenuItem icon*/
}

/**Introduction**/

#introduction {
	padding: 0.5em;
	margin-left: 0.3em;
	margin-right: 0.3em;
	margin-bottom: 1em;
	font-size: 105%;
}

#introduction h2 {
	font-size: 130%;
	background-image: none;
	border: none;
}

#introduction ul {
	text-align: left;
}

#introduction li {
	margin-bottom: 1em;
}

#introduction img, #introduction iframe {
	float: right;
	width: 15em;
	margin-left: 1em;
}
/**Camembert**/

#camembert>ul {
	float: right;
	max-width: 26em;
}

#camembert ul img {
	height: 1.2em;
	width: 1.2em;
}

#camembert>img {
	float: left;
	max-width: 14em;
	margin-bottom: 1em;
}

#camembert + * {
	clear: both;
}

#camembert li {
	line-height: 2em;
	text-align: left;
}

#camembert li img {
	vertical-align: text-top;
}