/* *********************************
			DIV CONTAINER
************************************ */

*html #CONTAINER {
	padding-right: 11px;
}

#CONTAINER #ARIANE {
	width: 740px;
}
	
#CONTAINER #CONTENT{
	float:left;
	width:750px;
}
*html #CONTAINER #CONTENT {
	width:750px;
}
#CONTAINER #INSERT{
	float:right;
	width:231px;
	margin-right: 11px;
	margin-top: 0px; 
	margin-left: -1px;
}
*html #CONTAINER #INSERT{
	width:231px;
	margin-right: 0;
}
	/* colonnes avec insert */
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .content{
		float:left;
		width:600px;
	}
	/* insert */
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .insert{
		float:right;
		width:200px;
	}
	
	/* deux colonnes*/
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .col2{
		float:left;
		/*width:363px;*/ 
	}
	
	/* deux colonnes insert */
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .content .col2{
		float:left;
		width:300px;
	}
	
	
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .col2 div.paragraph {
		border: none;
	}
	
	/* trois colonnes*/
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .col3{
		float:left;
		width:266px;
	}
	
	
/*html */
#CONTAINER #CONTENT #RTE_CONTENT .corporate .secondCol {
	width: 510px !important;
	_width: 450px !important;
}