/* **************************************************************** */
/* **************************************************************** */







/* ************************************* */
/* ***************** menu vertical avec simple lignes */	
html>body #siteTopImage {
	position:relative;
}
html>body #siteTopImage {
	position:fixed; 
	display:block;
}



/* ************************************* */
/* ***************** for BASIC STRUCTURE OF SITE */
/*
html>body #menuHorizontalBg {
	display:inline; 
	top:125px;
	position:fixed; 
	display:block; 
	background-color:#ffffff;
}
*/

html>body #menuHorizontal {
	position:fixed; 
	display:block; 
	top:125px; /*125px;*/
}



/* ************************************* */
/* ********************** div COLUMN GAUCHE avec le menu de la page */
html>body #menuLeft {
	position:fixed; 
	display:block;
	top:140px; 
	position:fixed; 
	display:block; 
}



html>body #menuTopLeft, 
html>body #menuTopLeftMenu {
	float:left;
	width:250px; /*249px;*/
}



html>body #pageContent2Columns, 
html>body #pageContent {
	float:right;
	display:inline; 
	display:block;
	margin-top:125px; /*130px;*/
		
	min-height:550px; 
	height:auto !important; 
	height:550px;
}



html>body #pageTopContent, 
html>body #pageTopContentMenu {
	float:right;
	display:inline; 
	display:block;
	left:250px;
}

html>body #pageTopContent {
	height:120px;
}

html>body #pageTopContentMenu {
	background-color:transparent;
}




html>body .marginPageContent {
	margin-top:20px;
}