
#TopFrame {
	width:100%;
	height: 100%;
/*	background-color:#dcddde;*/

}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
	border-color:red;
}

/*==========================GALERIE===============================*/
#conteneurGalerie {
position:relative;

/*	background-color:#dcddde;*/

top: 0;
left:15%;
margin:0;
width: 604px;  /*  660=4*165  */
height:760px; 
z-index:0;
overflow:hidden;	
}
#bandeauGalerie {
position:absolute;

/*background-image:url(../Images/natbandeau.png);*/
	width: 100%;
	top:0px;
	right:1 px;
	height:105px;     /*; 25%*/
	overflow:hidden;
	
z-index:100;

}
#pilierCentreGalerie {	position:absolute;	
/*	background-color:#dcddde;*/

	left:0px;	
	top:105px;
	width: 100%;	
	height:520px;
	overflow:hidden;

}
#footerGalerie {
position:absolute;

/*font-size: 19px;*/
text-align:center;
	width: 100%;
	top: 600px;
/*		bottom: 0;*/
	left:0;
	height:150px;     /*; 25%*/	
z-index:1000;

}

#BarreHauteGalerieImaVerticale {height:25px; width:100%;}  
#BarreHauteGalerieImaHori {height:100px; width:100%}

