.bandeau{
	background-image:url(../pics/bandeau.jpg);  
	background-repeat:no-repeat; 
	width:850px; 
	height:127px
}	

/*Classes des couleurs du menu*/

.onglet{
	font-family: Arial, sans-serif;
	border-width:1px;
 	border-style:solid;
	font-weight:bold;
	color:#FFF;
	background:#0d3978;
	text-align:center;
	height:30px;
}

.onglet:hover{
	cursor:pointer;
	background-color:#1c71bc;
}

.sous-menu{
	height:25px;
	background-color:#FFFFFF;
	font-family: Arial, sans-serif;
	color:#5f5f5f;
}

.sous-table{
	top:157px;
	background-color:#FFFFFF;
	width:850px;
	position:absolute;
	height:25px;
	display:none;
}

.sous-table table {
	text-align:center;
	width:100%;
}

.case{
	font-family: Arial, sans-serif;
	font-weight:bold;
	border-width:1px;
}

.case:hover{
	cursor:pointer;
	background-color:#eff1f0;
}


