.BgTextConcept{
	background: #ffffff url(../../images/concept/bg_texte.jpg) no-repeat 0px 0px;
}

#TextGlobal{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000;
	text-align:justify;
}
#TextGlobal a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#FA2F80;
	text-align:justify;
}
#TextGlobal a:link{}
#TextGlobal a:hover{ color:#B8336F; }

.BgCadre{
	background: url(../../images/concept/cadre_1.png) left top no-repeat;
	height:106px;
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "../../images/common/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

.TextBgCadre{

	font-family: Arial, Helvetica, sans-serif;
	padding-top:8px;
	padding-left:8px;
	padding-right:17px;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#000;
	text-align:justify;
	
}