	html{
		height:100%;
/*		position: relative; /*ou absolute */ 
/*		left: 50%;*/
	}
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.8em;
		margin:0px;
		padding:0px;

/*		background-color:#E2EBED;*/
		background-color:black;
/*		background-color:white;*/
		height:100%;
		text-align:center;
/*		width:100%;*/
/*		margin-left: auto; margin-right: auto; width:1010;*/
	}
	.clear{
		clear:both;
	}
	
	#mainContainer{
		width:760px;
		text-align:left;
		margin:0 auto;
		background-color: #FFF;
		border-left:1px solid #000;
		border-right:1px solid #000;
		height:100%;
	}
	
	#topBar{
		width:760px;
		height:100px;
	}
	#leftMenu{
		width:371px;
		padding-left:30px;
/*		padding-right:0px;
		padding-bottom:1px;*/
		position:absolute;
		left:0px;
		top:278px;/*LGR*/
/*		float:left;
		padding-top:278px;/*LGR*/
/*		border-width:1px;*/
/*		border-bottom:1px solid red;/*#000*/

	}
/*	#mainContent{
		width: 520px;
		padding-right:10px;	
		float:left;
	}
	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
		background-color:#000000;
		
/*		vertical-align: center;/*LGR*/
	}
	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
/*		background-color:red;*/
	
/*		vertical-align: center;/*LGR*/
	}

	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
/*		width:605px;	
		/*display:block;*/
/*		max-height:253px;
/*		max-height:339px;*/
/*		overflow: auto;*/
	scrollbar-face-color: #FFFFFF;       
    scrollbar-shadow-color: #FFFFFF;	
    scrollbar-highlight-color:#FFFFFF;/* #CCCCCC;
*/
    scrollbar-3dlight-color: #FFFFFF; 	
    scrollbar-darkshadow-color: #CCCCCC; 
    scrollbar-track-color: #FFFFFF; 	
    scrollbar-arrow-color:#B03563;		
/*		vertical-align: center;/*LGR*/
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		/*margin-top: 40px;/*LGR*/
		color: white;
		text-decoration:none;	
		display:block;
		clear:both;
/*		width:180px;	*/
		width:99%;	
/*		padding-left:2px;*/
	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
/*		margin-top:0px;*/
/*		border-bottom:0.5px solid red;/*#000*/
/*		border-top:1px solid red;/*#000*/
/*		border-bottom-color: red;*/
		background:url(../img/htmp3.gif) no-repeat;
		font-weight:bold;
		height:22px;
		font: 90% baskerville;
		padding-top:5%;/*LGR*/
/*		padding-top:11px;/*LGR*/
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;

	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:white;

	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .actif a{
		color: red;
	}

