/* css gle pour accueil */




#home-menu-1, #home-menu-2, #home-menu-3
{
	position:relative;
}


#home-menu-1 a, #home-menu-2 a, #home-menu-3 a
{
	color:#fff;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	padding:3px;
	display:block;
}

#home-menu-1 a:hover
{
		color:#004a5e;
		text-decoration:none;
}

#home-menu-2 a:hover
{
		color:#bd007b;
		text-decoration:none;
}

#home-menu-3 a:hover
{
		color:#f4a41d;
		text-decoration:none;
}

/* fond */

#logo-home
{
	width:914px;
	height:61px;
	background:url(../img/accueil/logo-home.gif) no-repeat right;
}

#fd
{
	width:950px;
	height:434px;
	float:left;
	background:url(../img/accueil/home.jpg) no-repeat;
	margin-bottom:70px;
}


/* menu */

#home-menu-1
{
	width:152px;
	height:23px;
	background:url(../img/accueil/home-menu-1-on.gif) no-repeat;
	top:201px;
	left:159px;
}


	#home-menu-1 a:hover
	{
		background:url(../img/accueil/home-menu-1-off.gif) no-repeat;
	}
	
	
	
#home-menu-2
{
	width:165px;
	height:23px;
	background:url(../img/accueil/home-menu-2-on.gif) no-repeat;
	top:308px;
	left:311px;
}


	#home-menu-2 a:hover
	{
		background:url(../img/accueil/home-menu-2-off.gif) no-repeat;
	}
	
	

#home-menu-3
{
	width:145px;
	height:22px;
	background:url(../img/accueil/home-menu-3-on.gif) no-repeat;
	top:87px;
	left:673px;
}


	#home-menu-3 a:hover
	{
		background:url(../img/accueil/home-menu-3-off.gif) no-repeat;
	}
	
	

