/**
* >>>>>>>>>>>>> Style UNIQUEMENT POUR LE CONTENU D'UN PUSH  OU D'UN CMS NE CONTENANT QU'UNE SEULE PAGE<<<<<<<<<<<<<<
*/
#top-push{
	background:url(/templates/jardinot/images/tunnel_achat/background_top.png) no-repeat;
	width:999px;
	height:72px;
	margin-top:10px;
}
	#titre-push{
		position:absolute;
		top:15px;
		left:34px;
		font-weight:bold;
	}

#bottom-push{
	background:url(/templates/jardinot/images/tunnel_achat/background_bas.png) no-repeat;
	width:999px;
	height:42px;
}
#contenu-push{
	background:url(/templates/jardinot/images/tunnel_achat/background_repeat.png) repeat;
	width:999px;
	min-height:380px;
}
	#text-push{
		margin-left:100px;
		width:775px;
	}
	
/**
* >>>>>>>>>>>>> Style UNIQUEMENT POUR LE CONTENU  D'UN CMS CONTENANT PLUSIEURS PAGES<<<<<<<<<<<<<<
*/
#top_cms_menu{
	background:url(/templates/jardinot/images/article/top_conteneur.png) no-repeat;
	width:999px;
	height:90px;
	margin-top:10px;
}
	#titre_cms_menu{
		position:absolute;
		top:56px;
		left:34px;
		font-weight:bold;
	}

#bottom_cms_menu{
	background:url(/templates/jardinot/images/article/bas_conteneur.png) no-repeat;
	width:999px;
	height:28px;
}
#contenu_cms_menu{
	background:url(/templates/jardinot/images/article/repeat_background_conteneur.png) repeat;
	width:999px;
	min-height:380px;
	padding-bottom:20px;
}
	#left_cms_menu{
		float:left;
		margin:10px 0 0 35px;
		.margin: 10px 0 0 20px;
		padding:10px;
		text-align:left;
		width:150px;
	}
	#center_cms_menu{
		padding-top:20px;
		float:left;
		width:705px;
		margin-left:40px;
	}
