@charset "utf-8";
/* CSS Document */

#div_sagesse {
	background-image:url(../img/ui/sagesse.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:123px;
	padding-top:40px;
}

#div_sagesse .text {
	height:63px;
	width:260px;
	font-size:1.3em;
	text-align:justify;
	padding-left:32px;
	margin-bottom:74px;
	overflow:auto;
	padding-right:10px;
}

#div_sagesse .auteur {
	font-size:1.1em;
	text-decoration:underline;
	text-align:justify;
	margin-left:32px;
	margin-top:5px;
	text-align:left;
}

#div_sagesse .lire {
	font-size:0.8em;
	color:#F00;
	text-decoration:underline;
	margin-top:6px;
	margin-left:32px;
	cursor:pointer;
	display:inline-block;
}

#div_sagesse .lire:hover {
	text-decoration:none;
}

#div_sagesses {
	background-color:#FFF;
	padding:10px;
}
#div_sagesses ul {
	list-style: none;
	padding:0;
	margin:0;
}

#div_sagesses ul li {
	padding:0;
	margin:0;
	margin-bottom:15px;
}

#div_sagesses .img_begin, #div_sagesses .img_end {
	width:32px;
	height:27px;
}

#div_sagesses .img_begin {
	float:left;
	background:url(../img/ui/puce-sagesse.jpg) no-repeat center;
	margin-right:5px;
}

#div_sagesses .img_end {
	float:right;
	background:url(../img/ui/end-sagesse.jpg) no-repeat center;
	margin-left:5px;
}

#div_sagesses .text {
	font-size:1.3em;
	text-align:justify;
}
#div_sagesses .auteur {
	font-size:1.1em;
	text-align:right;
	text-decoration:underline;
}
