@charset "iso-8859-1";
/* Auteur: Jean-Marc BECHLER */
/* Date de création : fevrier 2007*/

#menu, .img_menu
{
	position : absolute;
}

ul#menu
{	
	left:354px;
	top:240px;
	width:98px;
	height:210px;
	margin: 0;
	list-style-type: none ;
}

ul#menu li
{
	margin: 0 ;
	padding: 0 ;
}

/* -------------------------- */

ul#menu .index a, ul#menu .carte a , ul#menu .photos a, ul#menu .evenements a, 
ul#menu .contact a, ul#menu .livredor a, ul#menu .liens a {
	display: block ;
	width: 98px ;
	text-decoration: none ;
	text-indent:-3000px;
	line-height: 30px ;
}

/* -------------------------- */

ul#menu .index a  
{
	background: url(../doc/index.png) no-repeat 0 0 ;
}

ul#menu .index a:hover 
{
	background: url(../doc/index.png) no-repeat 0 -30px ;
}

/* -------------------------- */

ul#menu .carte a  
{
	background: url(../doc/carte.png) no-repeat 0 0 ;
}

ul#menu .carte a:hover 
{
	background: url(../doc/carte.png) no-repeat 0 -30px ;
}

/* -------------------------- */

ul#menu .photos a  
{	
	background: url(../doc/photos.png) no-repeat 0 0 ;
}

ul#menu .photos a:hover 
{
	background: url(../doc/photos.png) no-repeat 0 -30px ;
}

/* -------------------------- */

ul#menu .evenements a  
{	
	background: url(../doc/evenements.png) no-repeat 0 0 ;
}

ul#menu .evenements a:hover 
{
	background: url(../doc/evenements.png) no-repeat 0 -30px ;
}

/* -------------------------- */

ul#menu .contact a  
{	
	background: url(../doc/contact.png) no-repeat 0 0 ;
}

ul#menu .contact a:hover 
{
	background: url(../doc/contact.png) no-repeat 0 -30px ;
}

/* -------------------------- */

ul#menu .livredor a  
{	
	background: url(../doc/livredor.png) no-repeat 0 0 ;
}

ul#menu .livredor a:hover 
{
	background: url(../doc/livredor.png) no-repeat 0 -30px ;
}

/* -------------------------- */

ul#menu .liens a  
{	
	background: url(../doc/liens.png) no-repeat 0 0 ;
}

ul#menu .liens a:hover 
{
	background: url(../doc/liens.png) no-repeat 0 -30px ;
}

