
/* *********************************
			DIV global
************************************ */
	#CONTAINER #CONTENT #RTE_CONTENT .relativelink {
		background:#999999;
		text-align:right;
		
		font-family:Verdana, Arial;
		font-weight:normal;
		font-size:10px;
		color:#FFFFFF;
		
	}
		#CONTAINER #CONTENT #RTE_CONTENT .relativelink A{		
			font-family:Verdana, Arial;
			font-weight:normal;
			font-size:10px;
			color:#FFFFFF;			
			text-decoration:none;
		}
			#CONTAINER #CONTENT #RTE_CONTENT .relativelink A:hover{
				color:#1F3D4E;
				text-decoration:underline;
			}

	/* colonnes avec insert */
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .content{
		float:left;
		width:800px;
	}
	/* insert */
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .insert{
		float:right;
		width:200px;
	}
	
	/* deux colonnes*/
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .col2{
		float:left;
		width:500px;
	}
	
	/* deux colonnes insert */
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .content .col2{
		float:left;
		width:400px;
	}
	
	/* trois colonnes*/
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .col3{
		float:left;
		width:333px;
	}
	
.caseStudies {
}
	.caseStudies .quotesGauche {
		width: 30px;
		float: left;
		height: 31px;
	}
	.caseStudiesBleu .quotesGauche {
		background: url('../imgs/cs_open_bleu.gif') no-repeat top left;
	}
	.caseStudiesGreen .quotesGauche {
		background: url('../imgs/cs_open_vert.gif') no-repeat top left;
	}
	.caseStudiesBrown .quotesGauche {
		background: url('../imgs/cs_open_orange.gif') no-repeat top left;
	}
	
	.caseStudies .quotesContent {
		float: left;
		width: 700px;
		padding-top: 15px;
	}
		.caseStudies .quotesContent h2 {
			font-size: 18px;
			line-height: 18px;
			font-weight: bold;
			padding-left: 2px;
		}
		.caseStudiesBleu .quotesContent h2 {
			color: #28A3DB;
		}
		.caseStudiesGreen .quotesContent h2 {
			color: #91B817;
		}
		.caseStudiesBrown .quotesContent h2 {
			color: #CD902E;
		}
		.caseStudies .quotesContent p.sousTitre {
			font-size: 14px;
			line-height: 14px;
			font-weight: bold;
			padding-left: 2px;
			margin-bottom: 10px;
		}
		.caseStudiesBleu .quotesContent p.sousTitre {
			color: #28A3DB !important;;
		}
		.caseStudiesGreen .quotesContent p.sousTitre {
			color: #91B817 !important;;
		}
		.caseStudiesBrown .quotesContent p.sousTitre {
			color: #CD902E !important;
		}
	
	.caseStudies .quotesDroite {
		width: 30px;
		float: right;
		height: 20px;
	}
	.caseStudiesBleu .quotesDroite {
		background: url('../imgs/cs_close_bleu.gif') no-repeat bottom left;
	}
	.caseStudiesGreen .quotesDroite {
		background: url('../imgs/cs_close_vert.gif') no-repeat bottom left;
	}
	.caseStudiesBrown .quotesDroite {
		background: url('../imgs/cs_close_orange.gif') no-repeat bottom left;
	}