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



/* only IE7 */
/* *:first-child+html */


/* ************************************* */
/* ***************** menu vertical avec simple lignes */	
*:first-child+html #siteTopImage {
	position:fixed; 
	display:block;
	z-index:5;
}






*:first-child+html #menuTopLeft {
	/*position:fixed;*/ 
	display:block; 
	float:left;
	width:250px; /*249px;*/
}

*:first-child+html #pageTopContent {
	margin-right:0;
	float:right;
	display:inline;
	height:125px;
	width:750px;
}




/* ************************************* */
/* ***************** for BASIC STRUCTURE OF SITE */
/*
*:first-child+html #menuHorizontalBg {
	position:fixed; 
	display:block; 
	top:125px;
}
*/

*:first-child+html #menuHorizontal {
	position:fixed; 
	display:block; 
	top:125px;

}



/* ************************************* */
/* ********************** div COLUMN GAUCHE avec le menu de la page */
*:first-child+html #menuTopLeftMenu {
	position:fixed; 
	display:block; 
	float:left;
	width:250px; /*249px;*/
}

*:first-child+html #pageTopContentMenu {
	margin-right:0;
	float:right;
	display:inline;
	width:750px;
}


*:first-child+html #navContainerMenuHorizontal {
	background-color:#ffffff;
}





*:first-child+html #menuLeft {
	position:fixed; 
	display:block;
	top:140px; 
}



*:first-child+html #pageContent2Columns, 
*:first-child+html #pageContent {
	float:right;
	display:block;
	margin-top:110px; /*130px;*/	
	min-height:550px; 
	height:auto !important; 
	height:550px;
	width:750px;
}



*:first-child+html .marginPageContent {
	margin-top:20px;
}