

body {
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

td, tr, p, div {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  color : #868B95;
}
a:link, a:visited {
	color: #8098BF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;	
}

a:hover {
	color: #FF0000;	text-decoration: none;
	
}
.contentheading, .componentheading{
	color: #1d3d7a;
	font-weight: bold;
	}
/* ------------------------------------------------------------------------------------
Tha Drop-down Menu
 inspired by http://marcarea.com/code/css/menu/menu01test.html
------------------------------------------------------------------------------------ */

/* Elements de premier niveau
bleu nuit : 3B4E77
--------------------------------------*/
#bandeau
{
	position: relative;
	height: 21px;
}
#menuDeroulant
{
	background: #ffffff;
	height: 21px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0px;
	right: 00px;
	z-index:1;
}
#menuDeroulant li
{
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #FFF;
	background: #1d3d7a;
	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
#menuDeroulant li a:hover { background-color: #ddedfc; color:#1d3d7a;}
#menuDeroulant li a:active { background-color: #5F879D; }

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 149px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("images/fondTR.png") repeat;
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #ddedfc;
	color:#1d3d7a;
}

#menuDeroulant li:hover > .sousMenu { display: block; }