#siteTopImage {
	width:1000px;
	height:125px; /*125px;*/
	z-index:9;

	background-repeat:no-repeat;
	background-position:bottom center;
	background-color:#ffffff;
}


/* ************************************* */
/* ***************** for BASIC STRUCTURE OF SITE */
#menuHorizontalBg { 
	display:none; 
	top:125px;
	text-align:center;
	width:999px;
	height:5px;
	background-color:#ffffff;
	z-index:8;
}


#menuHorizontalBg { 
	display:none; 
}

#menuHorizontal {
	text-align:center;
	width:1000px;
	height:15px;
	border-top:1px solid #be5496;
	z-index:10;
}


/* ************************************* */
/* ********************** div COLUMN GAUCHE avec le menu de la page */
#menuTopLeft, 
#menuTopLeftMenu {
	float:left;
	width:250px; /*249px;*/
}

#menuLeft {
	clear:both;
	float:left;
	width:249px; /*249px;*/
}


/* ************************************* */
/* ********************** div COLUMN CENTER avec le contenu de la page */
/* maintenant c est le deux sont la meme */
#pageTopContent, 
#pageTopContentMenu {
	float:left;
	display:inline; 
	width:745px; /*795px;*/ /*100%*/
	border-left:0px solid #be5496;
	border-right:0px solid #be5496;
	text-align:right;
	background-color:#ffffff;
}

/* only IE7 */
*:first-child+html #pageTopContent,
*:first-child+html #pageTopContentMenu {
	width:750px;
}


#pageTopContent {
	height:125px;
}


#pageContent2Columns, 
#pageContent {
	float:left;
	display:inline; 
	width:745px; /*750px;*/ /*100%*/

	margin-top:-17px;

	min-height:525px; 
	height:auto !important; 
	height:525px;
	
	border-left:1px solid #be5496;
	border-right:0px solid #be5496;
}

/* IE6 and below */
* html #pageContent2Columns, 
* html #pageContent {
	width:740px; /*795px;*/ /*99%;*/
}

/* only IE7 */
*:first-child+html #pageContent2Columns,
*:first-child+html #pageContent {
	margin-top:-15px;
	width:745px;
}


/* ************************************* */
/* ********************** div COLUMN DROITE avec l'espace client */
#menuRight {
	float:left;
	width:249px;
}


/* ************************************* */
/* ********************** div COLUMN CENTER avec le menu bas de la page */
#menuHorizontalBas {
	clear:both;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0;
	border:0;
	border-top:1px solid #be5496;
}