@import url("panier_fr.css");


#menu ul#nav li.PSEMINAIRE a {
	background: url(../images/m1.png) no-repeat 0 0;
	height: 56px;
	width: 185px;
}
#menu ul#nav li.PINDIVIDUEL a {
	background: url(../images/m2.png) no-repeat 0 0;
	height: 56px;
	width: 157px;
}
#menu ul#nav li.PGROUPE a {
	background: url(../images/m3.png) no-repeat 0 0;
	height: 56px;
	width: 192px;
}
#menu ul#nav li.PWEEKEND a {
	background: url(../images/m4.png) no-repeat 0 0;
	height: 56px;
	width: 141px;
}

#menu ul#nav li.PSEMINAIRE a:hover {
	background: url(../images/m1.png) no-repeat 0 -56px;
}

#menu ul#nav li.PINDIVIDUEL a:hover {
	background: url(../images/m2.png) no-repeat 0 -56px;
}

#menu ul#nav li.PGROUPE a:hover {
	background: url(../images/m3.png) no-repeat 0 -56px;
}

#menu ul#nav li.PWEEKEND a:hover {
	background: url(../images/m4.png) no-repeat 0 -56px;
}


div#toggleSearch {
	position:absolute;
	top:0;
	left:0;

	background: url(../images/search-hover.png) no-repeat 0 0;
	z-index:100;
	
	width:252px;
	height:110px;
}


