/********************************************/
/******** zone contenant toute la page  **********/
#cadre {
	min-width:650px; 
	position:absolute; 
	top:10px;
	bottom:10px; 
	right:20px; 
	left:20px;
}
/*coins de la page*/
#top_left, #top_right, #bottom_left, #bottom_right, #top_left_footer, #top_right_footer, #bottom_left_footer, #bottom_right_footer { height: 31px; width: 36px; background-repeat: no-repeat;}
#top_left { position:absolute;top:0px; left:0px; background-image: url("../fond/corner_top_left.gif"); z-index: 32; }
#top_right { position:absolute;top:0px; right:0px; background-image: url("../fond/corner_top_right.gif"); z-index: 33; }
#bottom_left { position:absolute;bottom:0px; left:0px; background-image: url("../fond/corner_bottom_left.gif"); z-index: 34; }
#bottom_right { position:absolute;bottom:0px; right:0px; background-image: url("../fond/corner_bottom_right.gif"); z-index: 35; }


/**************************/
/*******   bandeau  *********/
#bandeau { 
	position: absolute;
	top:0px;
	height:135px;
	left:0px;
	right:0px;
	z-index: 3;
}
#left_bandeau { position:absolute; top:20px; left:0px; bottom:0px; width:20px; background-image: url("../fond/left_bandeau.gif"); z-index: 20; }
#right_bandeau { position:absolute; top:20px; right:0px; bottom:0px; width:20px; background-image: url("../fond/right_bandeau.gif"); z-index: 21; }
#centre_bandeau { position:absolute; top:0px; left:20px; bottom:0px; right:20px; background-image: url("../fond/fond_bandeau.gif"); z-index:10; }
#contenu_bandeau {
	padding-top:10px;
	text-align : left;

}


/*****************************/
/*******  zone centrale  ********/
#main { 
	position: absolute;
	top:135px;
	bottom:50px;
	left:0px;
	right:0px;
	z-index: 1;
}
#left_main { position:absolute; top:0px; left:0px; bottom:0px; width:20px; background-image: url("../fond/left_main.gif"); z-index: 22; }
#right_main { position:absolute; top:0px; right:0px; bottom:0px; width:20px; background-image: url("../fond/right_main.gif"); z-index: 23; }
#centre_main { position:absolute; top:0px; left:20px; bottom:0px; right:20px; background-color:#ffffff; z-index:11; overflow:auto;}
#contenu_main {
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
}


/********************************/
/*********  pied de page  **********/
#footer { 
	position: absolute;
	height:50px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index: 2;
}
#left_footer { position:absolute; top:0px; left:0px; bottom:20px; width:20px; background-image: url("../fond/left_footer.gif"); z-index: 24; }
#right_footer { position:absolute; top:0px; right:0px; bottom:20px; width:20px; background-image: url("../fond/right_footer.gif"); z-index: 25; }
#centre_footer { position:absolute; top:0px; left:0px; bottom:0px; right:0px; background-image: url("../fond/fond_footer.gif"); z-index:12;overflow:visible !important;}
#contenu_footer {
	border-top: solid 2px #97B15D;
	padding-left:36px;
	padding-right:36px;
}