﻿@charset "utf-8";
@import url(default.css);
/* CSS Document MGS */
h1 {
background: #FFF url(../img/gb/header.gif) left top no-repeat;
height: 93px;
margin: 0;
padding: 0;
}
h2#hAccueil {
background: transparent url(../img/gb/h_accueil.gif) left top no-repeat;
height: 39px;
width: 426px;
}
#actuAccueil {
background: #FFF url(../img/gb/bg_actualite.jpg) left top no-repeat;
height: 299px;
left: 690px;
position: absolute;
top: 100px;
width: 242px;
}
/***************************************/
/**        page Entreprise        ******/
/***************************************/
h2#hEntreprise {
background: transparent url(../img/gb/h_entreprise.gif) left top no-repeat;
height: 125px;
left: 340px;
position: absolute;
top: 30px;
width: 542px;
}
/***************************************/
/**        page Finition        ******/
/***************************************/
h2#hFinition {
background: transparent url(../img/gb/h_finition.gif) left top no-repeat;
height: 78px;
left: 300px;
position: absolute;
top: 70px;
width: 579px;
}
/***************************************/
/**        page Process          ******/
/***************************************/
h2#hConception {
background: transparent url(../img/gb/h_conception.gif) left top no-repeat;
height: 78px;
left: 300px;
position: absolute;
top: 70px;
width: 579px;
}
h2#hMatiere {
background: transparent url(../img/gb/h_matiere.gif) left top no-repeat;
height: 78px;
left: 340px;
position: absolute;
top: 70px;
width: 579px;
}
/***************************************/
/**        page Production        ******/
/***************************************/
h2#hProduction {
background: transparent url(../img/gb/h_production.gif) left top no-repeat;
height: 76px;
left: 300px;
position: absolute;
top: 70px;
width: 472px;
}
/***************************************/
/**        page News / Actu       ******/
/***************************************/
h2#hActu {
background: transparent url(../img/gb/h_actu.gif) left top no-repeat;
height: 43px;
left: 300px;
position: absolute;
top: 180px;
width: 459px;
}
/***************************************/
/**           page Contact        ******/
/***************************************/
h2#hContact {
background: transparent url(../img/gb/h_contact.gif) left top no-repeat;
height: 72px;
left: 300px;
position: absolute;
top: 70px;
width: 524px;
}
/**********************************/
/***** Navigation principale ******/
/***    Pages interieures      ****/
/**********************************/
div#nav {
	height: 24px;
	width: 990px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #FFF;
	}

div#nav ul#menu {
	height: 24px;
	width: 990px;
	background: transparent url(../img/gb/nav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#nav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
/*border: 1px solid red;*/
	height: 24px;
	display: block;
	}
div#nav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
#navAccueil	{left: 0; width: 49px;}
#navEntreprise	{left: 49px; width: 76px;}
#navProcess {left: 125px; width: 54px;}
#navProduction {left: 179px; width: 112px;}
#navFinition {left: 291px; width: 133px;}
#navStandard {left: 424px; width: 83px;}
#navSpecifique {left: 507px; width: 91px;}
#navNew {left: 598px; width: 40px;}
#navContact {left: 918px; width: 72px;}

#navAccueil a:hover {background: transparent url(../img/gb/nav.gif) 0 -24px no-repeat;}
#navEntreprise a:hover {background: transparent url(../img/gb/nav.gif) -49px -24px no-repeat;}
#navProcess a:hover {background: transparent url(../img/gb/nav.gif) -125px -24px no-repeat;}
#navProduction a:hover {background: transparent url(../img/gb/nav.gif) -179px -24px no-repeat;}
#navFinition a:hover {background: transparent url(../img/gb/nav.gif) -291px -24px no-repeat;}
#navStandard a:hover {background: transparent url(../img/gb/nav.gif) -424px -24px no-repeat;}
#navSpecifique a:hover {background: transparent url(../img/gb/nav.gif) -507px -24px no-repeat;}
#navNew a:hover {background: transparent url(../img/gb/nav.gif) -598px -24px no-repeat;}
#navContact a:hover {background: transparent url(../img/gb/nav.gif) -918px -24px no-repeat;}

/* "Vous etes ici" - Navigation principale */
body#pageAccueil #navAccueil a {background: transparent url(../img/gb/nav.gif) 0 -24px no-repeat;}
body#pageEntreprise #navEntreprise a {background: transparent url(../img/gb/nav.gif) -49px -24px no-repeat;}
body#pageProcess #navProcess a {background: transparent url(../img/gb/nav.gif) -125px -24px no-repeat;}
body#pageProduction #navProduction a {background: transparent url(../img/gb/nav.gif) -179px -24px no-repeat;}
body#pageFinition #navFinition a {background: transparent url(../img/gb/nav.gif) -291px -24px no-repeat;}
body#pageStandard #navStandard a {background: transparent url(../img/gb/nav.gif) -424px -24px no-repeat;}

body#pageSpecifiquePot #navSpecifique a,
body#pageSpecifiqueCoffret #navSpecifique a,
body#pageSpecifiqueCrea #navSpecifique a {background: transparent url(../img/gb/nav.gif) -507px -24px no-repeat;}

body#pageNew #navNew a {background: transparent url(../img/gb/nav.gif) -598px -24px no-repeat;}
body#pageContact #navContact a {background: transparent url(../img/gb/nav.gif) -918px -24px no-repeat;}
