/* CSS Document */
/* feuille de style pour les articles de type stage photo */

/* propriétés de la balise div qui contient le texte d'introduction des stages photos */
.stage-photo-div-intro-photo {
	text-align: justify;
}

/* style pour le texte d'introduction des textes pour les stages photos */
.stage-photo-intro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
/*	letter-spacing:0.5px; */
}

/* propriétés de la balise div qui contient le texte des paragraphes des stages photos */
.stage-photo-div-paragraphe {
	text-align: justify;
}

/* propriétés de la photo affichée au début des paragraphes */
.stage-photo-div-photo {
	display: inline-block; 
	float: left;  
	margin: 10px 10px 3px;  
	width: 300px; 
	background-color: #ffffff;
}

/* propriétés de la balise du texte de commentaire des photos dans les paragraphes */
.stage-photo-div-photo-commentaire {
	text-align: left;
	color: #656565;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

/* style pour le texte du récit */
.stage-photo-texte {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:100;
	letter-spacing:0.05px;
}