/* Styles utilisés par le plugin image_items */

/* div du separateur image */
div.image-separator {
	display:block;
	clear:both;
	border:none;
	margin-top:0.5em;
	margin-bottom:1.0em;
	text-align:center;
	width:100%;
	height:15px;
	background-image: url('img/sep-bleu.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
div.image-separator hr {
	visibility:hidden;
	border:none;
}

/* image lettrine */
img.image-lettrine {
	margin:5px;
	float:left;
}

/* texte lettrine */
.text-lettrine {
	float: left;
	font-size: 3em;
	font-weight: bold;
	color: navy;
	margin: 0px;
	line-height: 0.8em;
}

