﻿Body{
	background-color: #212121;
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size:13px;
	height:100%;
	color:#999999;
}


/* Panneaux */
.LeftTopPane{
	background:url(img/BandeauHG.jpg) no-repeat left bottom;
	height:138px;
}
.LeftPane{
	vertical-align:top;
}
.Colonne{
	background:url('img/Colonne.jpg') repeat-y left top;
	width:180px;
	vertical-align:top;
	position:relative;
}
.CentralPane{
	padding:0 2px;
}
.RightPane{
	background:#000000 url('img/FondD.jpg') repeat-x left bottom;
	width:173px;
	padding:0;
	vertical-align:top;
}
.ContentPane{
	padding:0px 10px 0px 0px;
	text-align:left;
	width:100%;
	vertical-align:top;
	position:relative;
	background:transparent url('img/HR.gif') repeat-x left top;
}
.Pied{
	height:20px;
	text-align:center;
	color:#8B8B8B;
	font-size:9px;
}


/* Blocs */
.WelcomeBloc{
	text-align:center;
	color:#8b8b8b;
	vertical-align:bottom;
}
#EnglishBloc{
	background:url('img/d_an.gif') no-repeat center center;
	float:left;
	width:24px;
	height:15px;
	margin:4px 0px 8px 55px;
}
#FrenchBloc{
	background:url('img/d_fr.gif') no-repeat center center;
	float:right;
	width:24px;
	height:15px;
	margin:4px 55px 8px 0px;
}
#LangueBloc{
	margin:4px 0px 8px 0px;
}
.Connexion{
	background:#8b8b8b;
	height:34px;
	padding:2px 0;
	text-align:center;
	width:176px;
}
.Copyright{
	height:20px;
	text-align:center;
}
.BarreH{
	background:transparent url('img/HR.gif') repeat-x left bottom;
	height:10px;
	width:100%;
}
.RevendeurFR{
	background:url(img/CarteRevendeurFR.jpg) no-repeat left top;
	height:167px;
	width:176px;
}


/* Textes */
.breadcrumb, .breadcrumb A:link, .breadcrumb A:visited{
	font-size:11px;
	color:#999999;
	font-weight:normal;
	padding-left:7px;
	line-height:30px;
}
.dnnfooter, A.dnnfooter:link,  A.dnnfooter:visited{
	font-size:9px;
}
.Club{
	text-align:left;
	padding-left:25px;
}
.News{
	padding-left:15px;
}
.F13{
	font-size:13px;
}
.F9{
	font-size:9px;
}
.F11{
	font-size:11px;
}
.F12{
	font-size:12px;
}
.FloatLeft{
	float:left;
}
.FloatRight{
	float:right;
}


/* Couleurs */
.Fonce{
	background:#000000;
}
.dnnuser, A.dnnuser:link,  A.dnnuser:visited, A.dnnuser:hover{
	color:#000000;
}
.Rouge{
	color:#ffffff;
}
.Normal{
	color:#999999;
	font-size:13px;
}
.link, A:link, A:visited{
	color:#999999;
}


/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar{
	cursor:pointer;
	font-size: 15px;
	background-color:transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem{
	color: #999999;
	text-align:left;
	line-height:15px;
	padding:2px 7px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover{
	text-decoration:underline;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected{
	font-weight:bold;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu{
	border:1px solid #b7a186;
}
.main_dnnmenu_submenu td{
	background-color:#F8FAFF;
	z-index:10000;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#7d726c;
	line-height:2em;
	padding:0px 5px;
	margin:0;
}

/*  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;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	line-height:2em;
	z-index: 10000;
	padding: 0px 5px;
	margin:0px;
}
.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: #CE0D0D url(../images/menu_hover.gif) repeat-x top left; color: #fff;}
.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon{height: 2px; background-color: #D5E0FF;}

