@charset "iso-8859-1";
body,html{margin:0px;padding:0px;background:#f1f2f0; font-family:Tahoma}
td,p,table{font-size:12px;font-family:Tahoma; }
.top{width:900px;height:32px;background-image: url(images/top.jpg); background-repeat: no-repeat;padding:0px;margin:0px;}
.main{width:900px;background-image: url(images/bg.jpg); background-repeat: repeat-y;padding:0px;margin:0px;}
.banniere{width:900px;height:102px;background-image: url(images/banniere.jpg); background-repeat: no-repeat}
.photo_banniere{width:900px;height:192px;background-image: url(images/photo_banniere.jpg); background-repeat: no-repeat}
.titre{height:30px;background:#567d29; padding:0px;padding-left:12px;font-size:16px;color:#ffffff}
.menu_top {font-size:12px;font-weight:bold;color:#ffffff;text-decoration:none}
.menu_pied {font-size:13px;font-weight:thin;color:#557c29;text-decoration:none}
.menu_gauche{font-size:13px;font-weight:thin;text-decoration:none; text-align:left}
.footer_page{height:20px;background-image: url(images/footer_page.jpg); background-repeat: no-repeat;}
.corps {font-size:12px;text-decoration:none;width:520px;}

.footer{width:900px;height:73px;background-image: url(images/footer.jpg); background-repeat: no-repeat;}
select {font-size:11px;}
textarea{font-size:11px;}
input {font-size:11px;}
a{ color : #000000; text-decoration : none; font-style : normal; }
#ad{
		padding-top:220px;
		padding-left:10px;
}
img{border:0px;}
.color1{background:#ededdd;}
.color2{background:#f4f4f4;}
.color3{background:#ffffff;}  
.color4{background:#557c29; color:#ffffff;}

.Style1 {
	font-size: 16;
	font-weight: bold;
	
	
}


#mainContainer{
	
	margin:0px auto;
	text-align:left;
	background-color: #3e5c20;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	height:27px;
}

#dhtmlgoodies_menu img{
	border:0px;
}

/* End general styles for this example page */
/* General configuration CSS */

#dhtmlgoodies_menu ul li ul{
	display:none;	/* Needed to display ok in Opera */
}
	
#dhtmlgoodies_menu{
	visibility:hidden;
	background-color: #3e5c20;	
}
#dhtmlgoodies_menu ul{
	margin:0px;	/* No indent */
	padding:0px;	/* No indent */
	
}
#dhtmlgoodies_menu li{
	list-style-type:none;	/* No bullets */ 
	
}	
#dhtmlgoodies_menu a{

	margin:0px;
	padding:0px;
	
	
}
/* End general configuration CSS */


/* Cosmetic */

/***********************************************************************
	CSS - MENU BLOCKS
 	General rules for all menu blocks (group of sub items) 
***********************************************************************/
#dhtmlgoodies_menu ul{
	border:0px solid red;
	background-color:#3e5c20;
	padding:1px;
	margin:0px;
}
/* menu principal */	
#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
	background-color: #3e5c20;
	overflow:visible;
}
/*sous menus */
#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
	background-color:#3e5c20;
	overflow:visible;
	color: #ffffff;
}

/***********************************************************************
	CSS - MENU ITEMS
 	Here, you could assign rules to the menu items at different depths.
***********************************************************************/
/* General rules for all menu items */
#dhtmlgoodies_menu a{
	color: #ffffff;
	background-color:#3e5c20;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;

}

/*
Main menu items 
*/

#dhtmlgoodies_menu .currentDepth1{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#3e5c20;
}
#dhtmlgoodies_menu .currentDepth1over{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#557c29;

}
#dhtmlgoodies_menu .currentDepth1 a{
	font-weight:bold;
	border-top:0px solid #E2EBED;
	border-bottom:0px solid #E2EBED;
	border-left:0px solid #00000;
	border-right:0px solid #00000;
	background-color:#3e5c20;
}
#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
	color:#ffffff;
	font-weight:bold;
	border-top:0px solid #E2EBED;
	border-bottom:0px solid #E2EBED;
	border-left:0px solid #00000;
	border-right:0px solid #00000;
	background-color:#557c29;
	
}

/* Sub menu depth 1 */
#dhtmlgoodies_menu .currentDepth2{
	padding-right:0px;
	border:0px solid #FFF;
	background-color:#3e5c20;
	margin:0px;
	
}
#dhtmlgoodies_menu .currentDepth2over{
	padding-right:0px;
	background-color:#557c29;
	margin:0px;
}	
#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
	color:#ffffff;
	margin:0px;
	background-color:#557c29;
}	

