﻿@charset "utf-8";
/* CSS Document */
/* W3Line */

/**********************************/
/***** Navigation principale ******/
/**********************************/
div#nav {
	background: transparent;
	width: 970px;
	height: 24px;
	padding: 0;
	margin: 0 15px 0 15px;
	position: relative;
	}
div#nav ul#menu {
	width: 970px;
	height: 24px;
	background: transparent url(../img/fr/navig.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	}

div#nav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}

#nav ul#menu li, #nav ul#menu a {
display: block;
height: 24px;
}	
div#nav ul#menu li a {
	text-decoration: none;
	text-indent: -9999px;
}
#navPrestations {left: 13px; width: 110px;}
#navDomainesInterventions {left: 122px; width: 213px;}
#navDifferences {left: 334px; width: 140px;}
#navRealisations {left: 473px; width: 115px;}
#navW3Line {left: 587px; width: 66px;}
#navContact {left: 865px; width: 68px;}

#navPrestations a:hover	{background: transparent url(../img/fr/navig.gif) -13px -24px no-repeat;}
#navDomainesInterventions a:hover {background: transparent url(../img/fr/navig.gif) -122px -24px no-repeat;}
#navDifferences a:hover	{background: transparent url(../img/fr/navig.gif) -334px -24px no-repeat;}
#navRealisations a:hover {background: transparent url(../img/fr/navig.gif) -473px -24px no-repeat;}
#navW3Line a:hover {background: transparent url(../img/fr/navig.gif) -587px -24px no-repeat;}
#navContact a:hover	{background: transparent url(../img/fr/navig.gif) -865px -24px no-repeat;}

/* "Vous etes ici"  */

body#pagePrestations #navPrestations {background: transparent url(../img/fr/navig.gif) -13px -24px no-repeat;}
body#pageDomainesInterventions #navDomainesInterventions	{background: transparent url(../img/fr/navig.gif) -122px -24px no-repeat;}
body#pageDifferences #navDifferences	{background: transparent url(../img/fr/navig.gif) -334px -24px no-repeat;}
body#pageRealisations #navRealisations	{background: transparent url(../img/fr/navig.gif) -473px -24px no-repeat;}
body#pageW3Line #navW3Line	{background: transparent url(../img/fr/navig.gif) -587px -24px no-repeat;}
body#pageContact #navContact	{background: transparent url(../img/fr/navig.gif) -865px -24px no-repeat;}
