body
{
	font-family: Verdana;
}
strong
{
	font-weight: bold;
}

div.clear
{
	clear: both;
}

a
{
	color: #f07a29;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#mainCont p {
	margin: 7px 0;
	font-size: 12px;
	
}

#logo
{
	margin-left: 10px;
	margin-top: 10px;
}


/*** MENU ***/
#menuLayer
{
	background: #EB914A url(../images/nb/menuBg.gif);
	height: 21px;
	padding-top: 2px;
}

#menuLayer li
{
	float: left;
	display: block;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	height: 22px;
	margin: 0 10px;
	background: transparent url(../images/nb/menu_splitter.gif) no-repeat right 5px;
	padding-right: 25px;
}
#menuLayer li.last
{
	background: none;
}
#menuLayer li a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 97%;
	height: 22px;
}

#menuLayer li ul
{
	position: absolute;
	left: -1000em;
	background: #f07a29;
	border: 1px solid #f07a29;
	z-index: 100;
	top: 21px;
}

#menuLayer li ul li
{
	float: none;
	width: auto;
	height: auto;
	border-bottom: 1px dotted #fff;
	padding: 2px 5px;
	background: none;
}

#menuLayer li.on a
{
	color: #474747;
}
#menuLayer li.on li a
{
	color: #fff;
}

#menuLayer li ul li.last
{
	border-bottom: 0px none;
}

#menuLayer li ul li a
{
	text-transform: none;
	font-size: 67%;
	color: #fff;
}

#menuLayer li ul li a:hover
{
	color: #474747;
}

#menu li:hover ul, #menu ul:hover
{
	left: 0px;
}
#menu LI.sfhover UL
{ /* listes imbriquees sous les items de listes survoles */
	left: 0px;
}


#pageContent
{
	margin: 10px;
}


/*** SIDEBAR ***/
#sidebar
{
	float: left;
	width: 280px;
}
#mainCont
{
	width: 700px;
	float: left;
}

h2.period
{
	color: #f07a29;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	background: transparent url(../images/nb/underline_orange.gif) repeat-x 0 18px;
	height: 25px;
	width: 220px;
}
div.selectedPeriod
{
	color: #f07a29;
	font-weight: bold;
	font-size: 11px;
}
div.choixperiode
{
	margin: 10px 0 20px 0;
}
div.choixperiode a
{
	color: #747171;
	font-size: 12px;
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 16px;
	padding-left: 8px;
	background: transparent url(../images/nb/pfeile.gif) no-repeat 0px 4px ;
}


#calendrier
{
	padding: 20px 0 20px 0;
	background: transparent url(../images/nb/kalender.gif) no-repeat;
	height: 120px;
}
#calendrier select
{
	font-size: 11px;
	margin-left: 10px;
}

#calendrier table
{
	border: 1px solid #989797;
	margin: 10px 0 0 10px;
}

#calendrier td, #calendrier th
{
	background: #fff;
	font-size: 11px;
	padding: 0px 2px;
	border: 1px solid #989797;
	border-bottom: 0px none;
	border-right: 0px none;
	text-align: center;
}

#calendrier a
{
	text-decoration: none;
	color: #f07a29;
}
#calendrier a.selection
{
	font-weight: bold;
	
}

h1, h3
{
	color: #0090ff;
	font-weight: bold;
}

h1
{
	text-transform: uppercase;
	font-size: 13px;	
	height: 25px;
	background: transparent url(../images/nb/underline_grey.gif) repeat-x 0 18px;
}
h3
{
	font-size: 12px;
	margin: 20px 0 5px 0;
}


/*** TABLE RESULTS ***/
table.resultats
{
	width: 100%;
	border-bottom: 1px solid #a5a5a5;
}
table.resultats td, table.resultats th
{
	font-size: 10px;
	color: #747171;
}

table.resultats th, table .vide
{
	background: #a5a5a5;
	color: #fff;
	padding: 2px 5px;
	font-weight: bold;
}
table.resultats td
{
	padding: 3px 5px;
}
table.resultats tr.even td
{
	background: #eaeaea;
}

table.resultats tr td.first
{
	background: #eaeaea;
}

#footerLinks
{
	background: transparent url(../images/nb/underline_grey.gif) repeat-x;
	padding-top: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footerLinks ul
{
	float: right;
}
#footerLinks li
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
