/* CSS Document */

	a{
		color:red;
		text-decoration:none;
	}
	h1{
		font-size:1.3em;
	}
	
	img{
		border:0px;
	}
	#mainContainer{
	
		width:205px;
		margin:0px;
		padding:0px;
		background-color:#E2E2E2;
	}
	
	#leftContainer{

		width:205px;
	 	float:left;
		padding-left:0px;
		padding-right:0px;
		background-color:#E2E2E2;
	
	}
	
	#contentContainer{
		
		width:205px;
		float:left;
		background-color:#E2E2E2;
	
		
	}
	.ad{
		clear:both;
		text-align:center;
		background-color:#E2E2E2;
		
	}	
	
	/* END DEMO CSS */
	#dhtmlgoodies_menu{		
		font-family:Tahoma;	/* Font for main menu items */
		width:205px;	/* Width of main menu */
		background-color:#E2E2E2;
		padding:0px;
		margin:0px;
		text-align:left;
		
	
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	
		padding-top:8px ;
		padding-left:0px!important;
		border-bottom: 1px  dotted #989898;
		padding-bottom:5px;
		padding-left:10px;
		background-color:#E2E2E2;
	
		
		
	}
	#dhtmlgoodies_menu ul{
	    padding-left:8px;
		margin:0px;	/* No <ul> air */
  width:197px;
		background-color:#E2E2E2;
		
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
		
		padding-top:8px;
		
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
	
		text-decoration:none;	/* No underline */
		color:#155372;	/* Black text color */
		  width:190px;
		font-size:11px;
		font-family:Tahoma;
		font-weight:bold;
		text-transform: uppercase;
		line-height:17px;	/* 20 pixel height */
		padding:0px 5px 5px 5px;	/* 1px of "air" inside */
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	
		color:#358FDC;
		font-size:11px;
		font-family:Tahoma;
		font-weight:bold;
		text-transform: uppercase;
		width:205px;
		
	}
	 #dhtmlgoodies_menu	.active {
    color:#358FDC;
     }
	.dhtmlgoodies_subMenu{
	    padding-left:0px;
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		width:360px;
		font-size:11px;
		font-family:Tahoma;
		font-weight:bold;
		text-transform: uppercase;
		border:1px solid #AEAEAE;
		background-color:#EDEDED;
		filter : alpha(opacity=80);
        -moz-opacity : 0.5;
        opacity : 0.8;
		font-family:Tahoma;
		text-align:left;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;
		font-size:11px;
		font-family:Tahoma;
		font-weight:bold;	
		text-transform: uppercase;
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#155372;	/* Black text color */
		font-size:11px;
		font-family:Tahoma;
		font-weight:bold;
		font-size:11px;
		text-transform: uppercase;
		height:20px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #989898;
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#358FDC;	/* White text */
		font-size:11px;
		font-family:Tahoma;
		font-weight:bold;
		text-transform: uppercase;
		background-color:#EDEDED;	/* jaune background */
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #989898;
	}

