/* *********************************
			DIV CONTAINER
************************************ */

#CONTAINER #CONTENT{
	float:left;
	width:508px;
}

	#MENU_FILLE{
		width: 498px;
	}
	
	#CONTAINER #CONTENT .content_top{
		background: url("../imgs/bloc/fille_bloc_centre_ombre_top.png") no-repeat;
	}
	
	#CONTAINER #CONTENT .content_middle{
		background: url("../imgs/bloc/fille_bloc_centre_ombre_mid.png") repeat-y;
		_width: 498px;
	}
	
	#CONTAINER #CONTENT .content_bottom{
		background: url("../imgs/bloc/fille_bloc_centre_ombre_bot.png") no-repeat;
	}
	

#CONTAINER #INSERT{
	float:right;
	width:278px;
}

	/* 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:400px;
	}
	
	/* deux colonnes insert */
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .content .col2{
		float:left;
		width:300px;
	}
	
	/* trois colonnes*/
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .col3{
		float:left;
		width:266px;
	}