/*
 * hweb Solutions
 * Auteur : Mazen HADDAD
 * Contact : contact@hweb.fr
 * Version : 18/09/2006
 */
 
body,html{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #000000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	line-height: 130%;
	text-align:center;
}

.clear{
	clear:both;
}

img{
	border:0px;
}
h1{
	text-align: right;
	right:10px;
	font-style:italic;
	line-height:40px;
	font-size:1.3em;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:5px;
	z-index:1;
	color: #CC0000;
	letter-spacing: 5px;
	word-spacing: 5px;
}

a{	
	text-decoration:none;
	color: #CC0000;
	font-size:0.9em;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#header{
	width:760px;
	height:110px;
}
#header img{
	float:left;
}

#mainContainer{
	width:760px;
	text-align:left;
	margin:0 auto;
	background-color: #FFF;
	border-left:0px solid #000;
	border-right:0px solid #000;
	height:100%;
	background-image:url('../images/fond.gif');
	background-repeat:repeat;
}


#mainContent{
	width: 545px;  
	padding:0px;
	margin: 0px;
	float:right;
	border:0px solid #000;
	background-color: #FFF;
}

#mainContent h3,#mainContent h2{
	margin-top:0px;
	margin-bottom:0px;
	background-image:url('../images/bg_h1.gif');
	background-repeat:no-repeat;
	background-color:#000000;
	line-height:30px;
	padding-left:15px;
	color: #CC0000;
}
#mainContent h2{
	font-size:1.2em;
}
#mainContent .browserSupport{
	text-align:right;
	padding-right:3px;
	font-size:0.8em;
	font-style:italic;
	font-weight:bold;
	margin-bottom:3px;
}
#mainContent p{
	margin-top:0px;
	margin-bottom:15px;
	padding-right:10px;
	padding-left:30px;
	margin-right:2px;
}


#footer{
	width:760px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	color:#CC0000;
	font-size:0.8em;
	background-image:url('../images/footer.gif');
	background-repeat:no-repeat;
	background-position:top-left;
	vertical-align: bottom;
	padding-top: 70px;
}

#footer a:link {
	color: #CC0000;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #CC0000;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#leftMenu{
	width:200px;
	padding-left:10px;
	padding-right:0px;
	float:left;
	height:600px;
	background-color: #CC0000;
	border:0px solid #000;
}

#leftMenu a{
	
	color: #000;

}

#leftMenu a:hover{
	color:#FFFFFF;
}
/*
General rules
*/

#dhtmlgoodies_slidedown_menu li{
	list-style-type:none;
	position:relative;
}
#dhtmlgoodies_slidedown_menu ul{
	margin:0px;
	padding:0px;
	position:relative;

}

#dhtmlgoodies_slidedown_menu div{
	margin:0px;
	padding:0px;
}
/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{		
	width:200px;	
}

/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a{
	color: #000;
	text-decoration:none;	
	display:block;
	clear:both;
	width:170px;	
	padding-left:2px;	

}

/*
A tags 
*/
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
	margin-top:1px;
	border-bottom:1px solid #000;
	font-weight:bold;
}	
#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:blue;
}	
#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;
}


