/* Start of CMSMS style sheet 'chsi::horizontal_menu' */
/**************
	NAVIGATION
***************/
	
	

div#navigation
{
	margin:0;
	padding:0;
	background:url(images/start_menu.jpg) no-repeat;
	height:50px;
}

ul#menu
{
	margin:0;
	padding:0;
	margin-left:240px;

}

ul#menu li
{
	list-style-type:none;
	float:left;
}

ul#menu li a
{
	display:block;
	text-indent:-5000px;
}

ul#menu li a.accueil
{
	background:url(images/accueil.jpg) no-repeat left top;
	width:109px;
	height:50px;
}

ul#menu li a.accueil:hover
{
	background:url(images/accueil.jpg) no-repeat left bottom;
}

ul#menu li.accueil_selected
{
	text-indent:-5000px;
	display:block;
	width:109px;
	height:50px;
	background: url('images/accueil.jpg') no-repeat left bottom;
}

ul#menu li a.decouvrir
{
	background:url(images/decouvrir.jpg) no-repeat left top;
	width:176px;
	height:50px;
}

ul#menu li a.decouvrir:hover
{
	width:176px;
	height:50px;
	background:url(images/decouvrir.jpg) no-repeat left bottom;
}

ul#menu li.decouvrir_selected
{
	background:url(images/decouvrir.jpg) no-repeat left bottom;
	width:176px;
	height:50px;
	text-indent:-5000px;
	display:block;
}

ul#menu li a.accueillir
{
	background:url(images/accueillir.jpg) no-repeat left top;
	width:176px;
	height:50px;
}

ul#menu li a.accueillir:hover
{
	background:url(images/accueillir.jpg) no-repeat left bottom;
}

ul#menu li.accueillir_selected
{
	background:url(images/accueillir.jpg) no-repeat left bottom;
	width:176px;
	height:50px;
	text-indent:-5000px;
	display:block;
}

ul#menu li a.travailler
{
	background:url(images/ecoute.jpg) no-repeat left top;
	width:202px;
	height:50px;
}

ul#menu li a.travailler:hover
{
	background:url(images/ecoute.jpg) no-repeat left bottom;
}

ul#menu li.travailler_selected
{
	background:url(images/ecoute.jpg) no-repeat left bottom;
	width:202px;
	height:50px;
	text-indent:-5000px;
	display:block;
}
/* -- fin nav */
/* End of 'chsi::horizontal_menu' */

