﻿@charset "utf-8";
/* CSS Document */

/* Barre de navigation haut Int&eacute;rieur - phoque */

#nav_top_interieur {
	width: 469px;
	height: 64px;
	background:url(../images/top_nav_phoque.png);
	margin: 0px 0;
	padding: 0;
	position:relative;
	z-index: 1;
}

#nav_top_interieur li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#nav_top_interieur a {display: block;}

#nav_top_interieur_1 {left:29px; top:18px; width:70px; height: 18px;}
#nav_top_interieur_2 {left:127px; top:9px; width:100px; height: 24px;}
#nav_top_interieur_3 {left:256px; top:0px; width:54px; height: 21px;}
#nav_top_interieur_4 {left:344px; top:0px; width:93px; height: 24px;}

#nav_top_interieur_1 a {height: 18px;}
#nav_top_interieur_2 a {height: 24px;}
#nav_top_interieur_3 a {height: 21px;}
#nav_top_interieur_4 a {height: 24px;}

#nav_top_interieur_1 a:hover {background: url(../images/top_nav_phoque.png) -29px -82px no-repeat;}
#nav_top_interieur_2 a:hover {background: url(../images/top_nav_phoque.png) -127px -73px no-repeat;}
#nav_top_interieur_3 a:hover {background: url(../images/top_nav_phoque.png) -256px -64px no-repeat;}
#nav_top_interieur_4 a:hover {background: url(../images/top_nav_phoque.png) -344px -64px no-repeat;}

#nav_top_interieur_actif_1 {background: url(../images/top_nav_phoque.png) -29px -82px no-repeat;left: 29px; top: 18px; width: 70px; height: 18px;}
#nav_top_interieur_actif_2 {background: url(../images/top_nav_phoque.png) -127px -73px no-repeat;left: 127px; top: 9px; width: 100px; height: 24px;}
#nav_top_interieur_actif_3 {background: url(../images/top_nav_phoque.png) -256px -64px no-repeat;left: 256px; top: 0px; width: 54px; height: 21px;}
#nav_top_interieur_actif_4 {background: url(../images/top_nav_phoque.png) -344px -64px no-repeat;left: 344px; top: 0px; width: 93px; height: 24px;}

#nav_top_interieur_actif_1 a {height: 18px;}
#nav_top_interieur_actif_2 a {height: 24px;}
#nav_top_interieur_actif_3 a {height: 21px;}
#nav_top_interieur_actif_4 a {height: 24px;}
