/* 	CSS Document 
	Author Christophe Iaïchouchen AKA saturnino pour imag'in production
	copyright : pilotage-maritime.nc
*/

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

#top_nav {width:100%;}

  
/* Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#top_nav li {
	float: left;
	list-style: none!important;
	text-align: center;
	background:none;
	margin:0!important;
	vertical-align:baseline;
	background-image: url(../img/design/top-menu-sep.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
}
  
#top_nav li a {
	z-index: 10;
	display: block;
	float: left;
	height: 24px;
	position: relative;
	overflow: hidden;
	font-size: 1.2em;
	padding-left: 15px;
	padding-right: 14px;
	color:#fff;
	padding-top:6px;
	text-decoration:none;
	
}
#top_nav li.last {	background:none;}
#top_nav li.current a {	color:#fff!important;}
#top_nav li a:hover {	color: #fff;}

#top li.background {	z-index: 8;	position: absolute;	visibility: hidden;	background-repeat: no-repeat;	background-position: right top;	background:none;}
 
#top .background .left {
	height: 30px;
	margin-right: 7px; /* 7px is the width of the rounded shape */
	background-image: url(../img/design/top-menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
}

/* header nav */
#header_nav_0,#header_nav_1{width:200px;float:left; margin-left:27px; margin-top:9px;}
#header_nav_1{width:200px; margin-left:0;}
#header_nav_0 li a,#header_nav_1 li a{color:#FFFFFF;margin-bottom:8px; display:block; width:100%; font-size:1.2em;height:14px; padding-top:4px;}
#header_nav_0 li a ,#header_nav_1 li a{	background-repeat:no-repeat;	background-position:0px center;	padding-left:24px;}

#header_nav_1 li a{height:15px;padding-top:0;margin-top:4px;margin-bottom:12px; }

li.home a{	background-image: url(../img/design/home-btn.gif);}
li.contact a{	background-image: url(../img/design/contact-btn.gif);}
li.links a{	background-image: url(../img/design/link-header-btn.gif);}
li.devis a{	background-image: url(../img/design/devis-btn.gif);}
li.lang_fre a{	background-image:url(../img/design/fr.gif);	}
li.lang_eng a{	background-image:url(../img/design/gb.gif);}


/* footer nav */
#bottom_nav{padding-top:18px;}
#bottom_nav li {	display:inline;	border-right-width:1px;	border-right-style:solid;	border-right-color:#003762;padding-left:4px;padding-right:4px;color:#003762;font-size:1em;}
#bottom_nav li.last {border:none;}
#bottom_nav a{color:#003762; }
#bottom_nav a:hover{text-decoration:underline;}

