/* CSS Document */

#conteneur_background {
	margin: 50px auto;
	padding:0;
	width:950px;
	background-image:url(../images/wallpaper_1.png);
	background-repeat:no-repeat;
}

#conteneur_global {
	margin: 0 auto;
	padding:0;
	width:950px;
}

#cache {
	background-image:url(../images/cache.png);
	background-repeat:repeat;
	width:380px;
	height:377px;
	float:left;
}

#cache_bas {
	background-image:url(../images/cache_bas.png);
	background-repeat:no-repeat;
	width:950px;
	height:46px;
}

#contenu {
	width:950px;
	background-color:#fff;

}

#contenu_page {
	display:inline-block;
	width:520px;
	vertical-align:top;
	min-height:450px;
	padding:0;
/*	background-image:url(../images/wallpaper.jpg);
	background-repeat:no-repeat;
	background-position:top right;*/
}

#contenu_page_accueil {
	width:100%;
	min-height:500px;
	background-position: top right;
}

#bandeau_lateral {
	display:inline-block;
	background-image:url(../images/fond_bandeau_sous_menu.jpg);
	background-repeat:no-repeat;
	min-height:450px;
	width:398px;
	padding:0;
/*	margin-top:80px; */
	float:left;
}

#zone_bas {
	background-color:#5d61fa;
	padding-top:30px;
}

/* ------------------------ CONTENU DE LA ZONE DE PARTAGE EN BAS DE PAGE DYNAMIQUE ------------------------------- */

.partager {
line-height:18px;
font-size:17px;
float:right;
margin:30px 25px;
}