/* CSS Document */
/*************Mise en page*************/
@import url(base.css);
@import url(2011_menu.css);
#header img {
	vertical-align:top;
	padding:0 20px 0 0;
}

/************* Menu Résultat*************/



/******************************/
/* MON MENU DEROULANT */
/******************************/

#menuRes {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;	
	display:block; 
	margin:20px 15px 5px 80px;
	padding:4px 0 0 5px;
	height:33px;
	width:820px;
	font-size:14px;
	background:url(../Resultats/_img/bg_menu.png) no-repeat;
}

/* Basic code - don't modify */
 
#nav { 
	display: block; 
	margin: 0; 
	padding: 0; 
	position: relative; 
}
#nav li { 
	display: block; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	float: left; 
	position: relative; 
}
#nav a { 
	display: block; 
	}
#nav ul { 
	display: none; 
	position: absolute; 
	left: 0; 
	margin: 0; 
	padding: 0; 
}
* html #nav ul { 
	line-height: 0; 
} /* IE6 "fix" */
#nav ul a { 
	zoom: 1; 
} /* IE6/7 fix */
#nav ul li { 
	float: none; 
}
#nav ul ul { 
	top: 0; 
}

/* Essentials - configure this */
#nav ul { 
	width: 130px;
	background:url(../Resultats/_img/bg_sous_menu.png)	repeat-x #d9161c;
	margin:0px;
}
#nav ul ul { 
	left: 120px;
	width:70px;
}
#nav ul ul ul { 
	left: 60px;
	width:70px;
}

/* Everything else is theming */

#nav { 
	height: 24px; 
}
#nav *:hover { 
	background-color: none; 
}
#nav a { 
	color: white; 
	font-size: 12px; 
	padding: 6px; 
	line-height: 1; 
	text-decoration:none;
}
#nav li.hover a { 
	}
#nav ul { 
	border:1px solid white;
	top: 24px; 
}
#nav ul li a { 
	}
#nav ul a.hover { 
	color:#fc0;
	}
#nav ul a { 
	border-right: none; 
	opacity: 0.9; 
	filter:alpha(opacity=90); 
}
#nav ul ul a { 
	padding: 4px; 
}

.menuResIL {
	border-right: 1px solid #ee8588;
	width:130px;
	text-align:center;
}
.menuResI {
	border-left: 1px solid #450303;
	border-right: 1px solid #ee8588;
	width:130px;
	text-align:center;
}
.menuResIR {
	border-left: 1px solid #450303;
	width:130px;
	text-align:center;
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */




/* Contenu */
#affichage {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#ffr {
	text-align:left;
	padding:0;
}
#ffr a {
color:#CCC;
}
#ffr h2, #ffr p  {
	text-align:center;
	padding : 0;
	font-style:italic;
}

#ffr table{
	margin:0 0 0 180px;
}
#ffr table td{
	width:250px;
}
.nb {
	color:#Fc0;
}