/******** IMAGES **********/

#menu ul#nav li.PSEMINAIRE a {
	background: url(../images/fr/m1.png) no-repeat 0 0;
}
#menu ul#nav li.PINDIVIDUEL a {
	background: url(../images/fr/m2.png) no-repeat 0 0;
}
#menu ul#nav li.PGROUPE a {
	background: url(../images/fr/m3.png) no-repeat 0 0;
}
#menu ul#nav li.PWEEKEND a {
	background: url(../images/fr/m4.png) no-repeat 0 0;
}

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

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

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

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

