body{
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #c8e8f3;
	background-image:url(images/degfond.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	color:#ffffff;
	font-family:Verdana, Arial;
	font-size:9px;
	font-style:normal;
	text-decoration:none;
}
/*************** Debut Mon Menu Accueil **************************/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 12px;
	line-height:35px;
	height:35px;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #ffffff;
	background-color:transparent;
	font-size: 12px; 
	font-weight:bold; 	
	text-align:center; 
	line-height:35px;
	height:35px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2px;
	padding-right:2px;
	text-transform:uppercase;
	margin-right:1px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#fff;
	background-color:#009ee0;
	font-size: 12px; 
	font-weight:bold;
	text-align:center;
	line-height:35px;
	height:35px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2px;
	padding-right:2px;
	/*background:url(../images/menu_hover.gif) repeat-x top left;*/
		/*text-transform:uppercase;*/
	margin-right:1px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#fff;
	background-color:#009ee0;
	font-weight:bold;
	text-align:center;
	font-size: 12px;
	line-height:35px;
	height:35px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2px;
	padding-right:2px;
	/*background:url(../images/menu_hover.gif) repeat-x top left;*/
	/*text-transform:uppercase;*/
	margin-right:1px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:0px solid #009ee0;
	z-index:1000;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color:#009ee0;
	z-index: 1000;
	font-size: 12px; 
	font-weight:bold;
	text-align:left;
	color:#FFF;
	line-height:35px;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	font-size: 12px;
	/*background: #009ee0 url(images/menu_hover.gif) repeat-x top left;*/
	color:#003a80;
	font-weight:bold;
	text-align:left;
	line-height:35px;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
}
.main_dnnmenu_itemselected td   
{  
	font-size: 12px;
	/*background: #009ee0 url(images/menu_hover.gif) repeat-x top left;*/
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	line-height:35px;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
}
.main_dnnmenu_break
{
	height: 0px;
	background-color: #009ee0;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #009ee0;
}

.ModuleTitle_SubMenu td{
	background-color:#009ee0;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#009ee0; 
	border:none;
	padding: 0px 0px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon
{
	color: #009ee0;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 0px;
	background-color: #009ee0;
}
/*************** Fin Mon Menu Accueil **************************/













