/* *********************************
			DIV ARIANE
************************************ */
	#CONTAINER #CONTAINER_CONTENT #CONTENT .ariane {
		padding-left:15px;
	}
/* *********************************
			DIV CONTENER
************************************ */
	#CONTAINER #CONTAINER_CONTENT #CONTENT h1 {
		font-family:Verdana, Arial;
		font-weight:bold;
		font-size:17px;
		color:#1F3D4E;
		margin-bottom:10px;
	}

	#CONTAINER #CONTAINER_CONTENT #CONTENT h2 {
		font-family:Verdana, Arial;
		font-weight:normal;
		font-size:13px;
		color:#1F3D4E;
	}
	
	#CONTAINER #CONTAINER_CONTENT #CONTENT #STATIC_CONTENT .relativelink {
		margin-top:10px;
		margin-bottom:10px;
		background:#999999;
		border:1px solid #CCCCCC;
		text-align:right;
		padding:5px;
		
		font-family:Verdana, Arial;
		font-weight:normal;
		font-size:10px;
		color:#FFFFFF;
		
	}
		#CONTAINER #CONTAINER_CONTENT #CONTENT #STATIC_CONTENT .relativelink A{
			font-family:Verdana, Arial;
			font-weight:bold;
			font-size:10px;
			color:#FFFFFF;
			text-decoration:none;
		}
			#CONTAINER #CONTAINER_CONTENT #CONTENT #STATIC_CONTENT .relativelink A:hover{
				color:#1F3D4E;
				text-decoration:underline;
			}
	
	#CONTAINER #CONTAINER_CONTENT #CONTENT #STATIC_CONTENT .insert .relativelink {
		margin:0;
		padding:2px;
		border:0;
		background:none;
		
		font-family:Verdana, Arial;
		font-weight:normal;
		font-size:9px;
		color:#000000;
		
	}
		#CONTAINER #CONTAINER_CONTENT #CONTENT #STATIC_CONTENT .insert .relativelink A{
			font-family:Verdana, Arial;
			font-weight:bold;
			font-size:9px;
			color:#000000;
			text-decoration:none;
		}
			#CONTAINER #CONTAINER_CONTENT #CONTENT #STATIC_CONTENT .insert .relativelink A:hover{
				color:#1F3D4E;
				text-decoration:underline;
			}

	/* colonnes avec insert */
	#CONTAINER #CONTAINER_CONTENT #CONTENT #STATIC_CONTENT .corporate .content{
		float:left;
		width:520px;
	}
	/* insert */
	#CONTAINER #CONTAINER_CONTENT #CONTENT #STATIC_CONTENT .corporate .insert{
		float:right;
		width:180px;
		
		padding-bottom:6px;
		margin-top:10px;
		background:#f5f5f5;
		
		font-family:Verdana,Arial;
		font-weight:normal;
		font-size:10px;
		color:#000000;
		line-height:13px;
	}
	
		#CONTAINER #CONTAINER_CONTENT #CONTENT #STATIC_CONTENT .corporate .insert H5{
			font-family:Verdana,Arial;
			font-weight:bold;
			font-size:13px;
			color:#999999;
			line-height:13px;
			text-transform: uppercase;
		}
		#CONTAINER #CONTAINER_CONTENT #CONTENT #STATIC_CONTENT .corporate .insert P{
			margin:0;
			padding:0;
			margin-left:8px;
			margin-right:8px;
			padding-top:5px;
			padding-bottom:5px;
			border-bottom:2px solid #FFFFFF;
		}
	
	/* deux colonnes*/
	#CONTAINER #CONTAINER_CONTENT #CONTENT #STATIC_CONTENT .corporate .col2{
		float:left;
		width:345px;
		margin-right:10px;
	}
	
	/* deux colonnes insert */
	#CONTAINER #CONTAINER_CONTENT #CONTENT #STATIC_CONTENT .corporate .content .col2{
		float:left;
		width:250px;
		margin-right:10px;
	}
	
	/* trois colonnes*/
	#CONTAINER #CONTAINER_CONTENT #CONTENT #STATIC_CONTENT .corporate .col3{
		float:left;
		width:225px;
		margin-right:10px;
	}