/* ----------------------------------------------
	MENU HORIZONTAL (les logos de page index)
 ------------------------------------------------*/
/* Positionnement  */
#logos {
	position: relative; 
	top: 12px; 
	left: 0px;  
	}
#logos ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	position: relative; 
	}
#logos li a {
	text-decoration: none;
	position: relative;
	}
#logos li a span {
	display: none; 
	}

#logos li a:hover span {
	display: block;
	color: #606060;
	background-color: #FEFEF2;
	text-align: center;
	border: 1px solid #B3B3B3;
	width: 470px;  /*  167 */
	}

/* Bouton "Recherche sur ce site" - normal */
li#item1 a,
li#item1 a:link,

/* fédé */
li#item1 a:focus{
	position: absolute; 
	top: 4; 
	left: 4; 
	z-index: 300; 
	display: block; 
	width: 60px; 
	height: 96px;  
	background: url(Images/index/ffjda.gif) no-repeat top left; 
	}

li#item1 a:hover { 
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: -20px; 
	left: 0; 
	background: url(Images/index/ffjda-on.gif) no-repeat top left;  
	z-index: 297;
	}
	
/* ligue */
li#item2 a {
	position: absolute; 
	z-index: 400; 
	display: block; 
	width: 79px; 
	height: 91px; 
	background: url(Images/index/ligue.gif) no-repeat top left; 
	top: 9; left: 84px;
	}
	
li#item2 a:hover { 
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: -20px; 
	left: 0;
	background: url(Images/index/ligue-on.gif) no-repeat top left; 
	z-index: 200;
	}
	
/* CD35 */
li#item3 a {
	position: absolute; 
	z-index: 500; 
	display: block; 
	width: 92px; 
	height: 92px;
	background: url(Images/index/cd35.gif) no-repeat top left; 
	top: 8; 
	left: 183px;
	}
	
li#item3 a:hover { 
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: -20px; 
	left: 0;
	background: url(Images/index/cd35-on.gif) no-repeat top left; 
	z-index: 299;
	}

/* cesson */
li#item4 a {
	position: absolute; 
	z-index: 600; 
	display: block; 
	width: 114px; 
	height: 88px;
	background: url(Images/index/cesson.gif) no-repeat top left; 
	top: 10; 
	left: 278px;
	}
	
li#item4 a:hover { 
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: -20px; 
	left: 0;
	background: url(Images/index/cesson-on.gif) no-repeat top left; 
	z-index: 298;
	}

/* OCC */
li#item5 a {
	position: absolute; 
	z-index: 700; 
	display: block; 
	width: 75px; 
	height: 92px;
	background: url(Images/index/occ.gif) no-repeat top left; 
	top: 10; 
	left: 403px;
	}
	
li#item5 a:hover { 
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: -20px; 
	left: 0;
	background: url(Images/index/occ-on.gif) no-repeat top left; 
	z-index: 296;
	}
