@charset "utf-8";
/* CSS Document */

#nav 
{
	width:990px;
	float:left;
	background-color:#000;
	z-index:1000;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	height:20px;
	margin:0px;
	padding:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
}
#nav ul
 {
	margin:0px;
	padding:0px;
 }
#nav ul li {
	margin:0px;
	padding:0px;
	list-style-type: none; 
	float: left;
	display:block;
	cursor:pointer;
}
#nav ul li.separe-menu
{
	font-weight:bold;
	width:2px;
	background-color:#FFF;
	margin-top:4px;
	margin-bottom:2px;
}
#nav ul li .fadeThis * { 
display: none;
}
#nav ul li .fadeThis {
	position: relative; 
	font-weight:bold;
	display: block; 
	z-index: 2; 
	cursor: pointer; 
	padding: 0;
	margin:0;
	height: 20px;
	}
#nav ul li .fadeThis span.hover {
	position: absolute;
	left: 0; 
	top: 0;
	z-index: 3;
	display: block;
	height: 20px;
	}
#nav ul li a span.link-text {
	position: relative;
	display: block;
	z-index: 4;
	color: #fff;
	text-align:center;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	padding-top:4px;
	}
/*************** declinaison de couleur *****************/
/****** 
Agence
******/

#nav ul li#link-Agence .fadeThis {
width:65px;
background:url(img/fond_Bologne.png) repeat-x 0 bottom;
}

#nav ul li#link-Agence .fadeThis span.hover {
width:65px;
background:url(img/fond_Bologne.png) repeat-x 0 bottom;
}

/****** 
Comenius
******/
#nav ul li#link-Comenius .fadeThis {
	width:80px;
	background:url(img/fond_Comenius.png) repeat-x 0 top;	
}
#nav ul li#link-Comenius .fadeThis span.hover {
	width:80px;
	background:url(img/fond_Comenius.png) repeat-x 0 bottom;
}

/****** 
Erasmus
******/

#nav ul li#link-Erasmus .fadeThis {
	width:70px;

	background:url(img/fond_Erasmus.png) repeat-x 0 top;	
}
#nav ul li#link-Erasmus .fadeThis span.hover {
	width:70px;
	background:url(img/fond_Erasmus.png) repeat-x 0 bottom;
}
/****** 
Grundtvig
******/
#nav ul li#link-Grundtvig .fadeThis {
	width:85px;
	background:url(img/fond_Grundtvig.png) repeat-x 0 top;	
}

#nav ul li#link-Grundtvig .fadeThis span.hover {
	width:85px;
	background:url(img/fond_Grundtvig.png) repeat-x 0 bottom;
}
/****** 
Leonardo
******/
#nav ul li#link-Leonardo .fadeThis {
	width:80px;
	background:url(img/fond_Leonardo.png) repeat-x 0 top;	
}

#nav ul li#link-Leonardo .fadeThis span.hover {
	width:80px;
	background:url(img/fond_Leonardo.png) repeat-x 0 bottom;
}

/****** 
transversal
******/
#nav ul li#link-Transversal .fadeThis {
	width:125px;
	background:url(img/fond_Transversal.png) repeat-x 0 top;	
}

#nav ul li#link-Transversal .fadeThis span.hover {
	width:125px;
	background:url(img/fond_Transversal.png) repeat-x 0 bottom;
}
/****** 
Mundus
******/
#nav ul li#link-Mundus .fadeThis {
	width:130px;
	background:url(img/fond_Erasmus-Mundus.png) repeat-x 0 top;	
}

#nav ul li#link-Mundus .fadeThis span.hover {
	width:130px;
	background:url(img/fond_Erasmus-Mundus.png) repeat-x 0 bottom;
}

/****** 
Tempus
******/
#nav ul li#link-Tempus .fadeThis {
	width:60px;
	background:url(img/fond_Tempus.png) repeat-x 0 top;	
}

#nav ul li#link-Tempus .fadeThis span.hover {
	width:60px;
	background:url(img/fond_Tempus.png) repeat-x 0 bottom;
}
/****** 
Europass
******/
#nav ul li#link-Europass .fadeThis {
	width:75px;
	background:url(img/fond_Europass.png) repeat-x 0 top;	
}

#nav ul li#link-Europass .fadeThis span.hover {
	width:75px;
	background:url(img/fond_Europass.png) repeat-x 0 bottom;
}
/****** 
Bologne
******/
#nav ul li#link-Bologne .fadeThis {
	width:70px;
	background:url(img/fond_Bologne.png) repeat-x 0 top;	
}

#nav ul li#link-Bologne .fadeThis span.hover {
	width:70px;
	background:url(img/fond_Bologne.png) repeat-x 0 bottom;
}
/****** 
Label langues
******/
#nav ul li#link-Langue .fadeThis {
	width:110px;
	background:url(img/fond_Label-Langues.png) repeat-x 0 top;	
}

#nav ul li#link-Langue .fadeThis span.hover {
	width:110px;
	background:url(img/fond_Label-Langues.png) repeat-x 0 bottom;
}


