
#content #text {

	padding-bottom:100px;
}
#content #text .element {
	background-image: url(/images/background/temoignages/element_middle.gif);
	background-repeat: repeat-y;
}
#content #text .element .element_top{
	width: 669px;
	height: 55px;
	background-image: url(/images/background/temoignages/element_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#content #text .element .element_content{
	width: 530px;
	min-height: 100px;
	background-image: url(/images/background/temoignages/element_bottom.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding: 0px 70px 40px 70px;
	font-style: italic;
	font-size: 0.7em;
	line-height: 150%;
}
#content #text .element .element_content img{
	float: left;
	margin-right: 10px;
}

#content #text .element .element_content .more{
	text-align: right;
}
#content #text .element .element_content .more a{
	text-decoration : underline;
	color: #00556b;
}

#content #text .attribut .title{
	font-size: 1.4em;
	color: #44b6d2;
	font-weight: bold;
}
#content #text .attribut{
	list-style-type: none;
	margin-top: 20px;
}
#content #text .attribut li{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8em;
	color: #44b6d2;
}
#content #text .attribut li a{
	color: #44b6d2;
}

/* Css pour les pages avec temoignages complet */
#content #text .quote{
	width:663px;
	background-image:url(../../images/background/presentation/quote.gif);
	background-repeat:repeat-y;
}
#content #text .quote .content{
	background-image:url(../../images/background/presentation/bottom-quote.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 70px 80px 70px;
	font-size: 0.8em;
}
#content #text .quote .content .intro{
	font-style: italic;
}
#content #text .quote .content p, #content .quote .content ul{
	padding-bottom:10px;
}
#content .quote .content ul{
	padding-left: 15px;
}
#content .quote .content ul li{
	margin-bottom: 10px;
}
#content #text .quote .top{
	padding-top:60px !important;
	background-image:url(../../images/background/presentation/top-quote.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#content #text .quote .content h2{
	color: #00556b;
	text-decoration: underline;
	margin-bottom: 15px;
	margin-top: 15px;
}
#content #text .quote .content h3{
	color: #00556b;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 0.9em;
}
#content #text .quote .content .signature{
	margin-top: 15px;
	text-align: right;
}
.italic{
	font-style:italic;
}