div#mainContent
{
	width:800px;
	margin:0 auto;
}

div#bandeau
{
	background-image: url(images/logojf.jpeg);
	background-repeat:no-repeat;
	
	background-position:left center;
	height:178px;
	margin-bottom:10px;
	padding-bottom:10px;
}
div#left
{
	float: left;
	width:150px;
}

div#menu
{
	color: #3e5f95;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:5px;
}
div#LeftPane
{
	margin-bottom:25px;
}
div#Right
{
		float: left;
		width:650px;
		text-align:right;
}
div#ContentPane
{
	margin-top:10px;
margin-bottom:25px;
}

div#logo
{
	float:right;
}

div#Bottom
{
	clear:both;
		background-image:url(images/seperateur_bas.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		height:25px;
		padding-top:30px;
		text-align:center;
		margin-top:25px;
}


body
{
	text-align:center;
}

.normal
{
    font-size:14px;
    }

.MainMenu_MenuItem
{
	/*margin-top:5px;
	color:#3e5f95;
	font-size:10pt;
			border-width: 1px;
	border-color:#3e5f95;*/
	background-color:#c1d2ee;
	/*height:20px;*/
	font-size:10pt;
	/*line-height:20px;
	padding-top:5px;
	padding-bottom:5px;*/

}
.MainMenu_MenuItem td
{
	/*height:20px;
	line-height:20px;*/
}
.MainMenu_MenuItemSel 
{
	background-color:White;
	/*height:20px;*/
	font-size:10pt;
	/*line-height:20px;*/
	/*padding-top:5px;
	padding-bottom:5px;*/
}
.MainMenu_MenuContainer
{
	width:100%;
	/*background-color:#c1d2ee;*/
	/*height:20px;*/
	/*border-width:1px;
		border-color:#3e5f95;*/
}

.MainMenu_MenuContainer tr 
{
	/*height:20px;
	line-height:20px;
	padding: 5px 0 5px 0;*/
}

.MainMenu_MenuContainer tr td
{
/*	height:20px;
	line-height:20px;*/
		padding: 2px 0 2px 0;
}

.MainMenu_MenuContainer tr td table
{
	/*height:20px;*/
}

.MainMenu_MenuBar 
{
	/*height:20px;*/
	/*height:100%;
	padding: 5px;
	margin:5px;*/

}

.rootMenuClass
{
	/*border-width:1px;
		border-color:#3e5f95;
		border-style:solid;*/
}

/* MENU */

/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
	font-family: Tahoma, Arial, Helvetica;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #000;
	background-color:#c1d2ee;
	font-size: 13px; 
	font-weight:bold; 	
	text-align:center; 
	/*line-height:40px;*/
	padding:6px;
	margin:2px;
	text-align:left;
	/*text-transform:uppercase;*/ margin-right:1px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
    text-align:left;
	color:#FFF;
	font-size: 13px; 
	font-weight:bold;
	text-align:center;
	/*line-height:40px;*/
	padding:6px;
	/*background:url(../images/menu_hover.gif) repeat-x top left;*/
	/*text-transform:uppercase; */
	margin:2px;/*margin-right:1px;*/
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size: 13px;
	/*line-height:40px;*/
	padding:6px;
	/*background:url(../images/menu_hover.gif) repeat-x top left;*/
	/*text-transform:uppercase;*/
	background-color:#c1d2ee;
	 margin:2px;/*margin-right:1px;*/
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #FFF;
	
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color:#c1d2ee;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	/*line-height:2em;*/
	padding:6px;
	/*padding: 0px 5px;*/
	margin:2px;
border-spacing:2px;
border-top:1px solid #FFF;
border-bottom:1px solid #FFF;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 11px;
	/*background: #CE0D0D url(../images/menu_hover.gif) repeat-x top left;*/
background-color:#c1d2ee;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	/*line-height:2em;*/
	z-index: 1000; 
	padding:6px;
	/*padding: 0px 5px;*/
	margin:2px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #FFF;
	/*color: #fff;*/
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}


