/* page */

body {
	text-align: center; /* On aligne le contenu du body */
	margin-bottom:4em;
}

/* header */
#header {
	position: relative;
	height: 120px; /* 146px; */ 
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #052850;
	border: 0 0 0 0;
	margin-bottom: 11px;
	z-index: 3;
}
#header h1 {
	position: absolute;
    bottom: 0px; 
	left: 0px;
}
#header h1 img {
    padding: 0;
    margin: 0;
    border-color: transparent;
    background-color: transparent;
}
#header h1 a {
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: none;
}

/* liens accessibilite */
/* a finir */
/*.accessibilite {
	text-indent: -100em;
	list-style-type: none;
	visibility: hidden;
}*/
#header div.accessibilite ul {
	text-indent: -100em;
	list-style-type: none;
	/*visibility: hidden;*/
}

/* menu haut */
#Menu { 
	position: absolute;
	bottom: 5px; /* Compensate, to align with bottom of header logo */
	right: 0px;
	font-size: 12px;
	z-index: 4;
	width: 98%;
	text-align: right;
}
#Menu a {
	color: #ffffff;
	font-size: 12px;
}
#Menu ul, #Menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#Menu ul li {
	display: inline;
}
#Menu ul li a {
	min-width: 30px;
	_width: 30px;
	padding: 7px 5px 5px 5px;
	_padding: 2px 5px;
	border: 1px solid #FFF;
	background: #052850;
	margin: 2px;
	height: 18px;
	line-height: 20px;
	font-size: 12px;
}
#Menu ul li a.actif {
	background-color: #426aa0; /* couleurs */
}
#Menu ul li a:hover {
	background-color: #B0000C;
}
#Menu ul li ul {
	display: none;
	position: absolute;
	bottom: 25px;
	left: auto;
}
#Menu ul li.over ul {
	display: block;
}
#Menu a.accueil {
	background-image: url("../images/fond_bouton_accueil.gif");
	background-repeat: no-repeat;
	border-width: 0 1px 1px 0;
	padding-left: 18px;
	padding-top: 4px;
	_padding-top: 3px;
	background-color: transparent;
}
#Menu a.accueil:hover {
	border-width: 0 1px 1px 0;
	background-image: url("../images/fond_bouton_accueil_on.gif");
	background-color: transparent;
}
#Menu .subnav {
	position: absolute;
	display: block;
	top: 35px;
	left: 68px;
	/*\*//*/ left: 1px; /**/
	width: 450px;
	text-align: center;
}
#Menu #MenuEnBourbon .subnav {
	left: 61px;	
}
#Menu .subnav a {
	background-color: #8ea6c6;
	border: 0;
/*	border: 2px solid #052850; /* couleurs */
	padding: 3px 3px;		
	width: 122px;
	height: 25px;
	line-height: 27px;
}
/* version anglaise*/
#Menu #MenuEnBourbon .subnav a {
	width: 109px;
}
#Menu .subnav a.actif {
}
/* subnav: specificites sections */ /* couleurs */
#Menu .subnav .offshore {
	background-color: #138f34;
	border-color: #138f34;
	border-bottom-color: #138f34;
}
#Menu .subnav .offshore:hover {
	background-color: #138f34;
}
#Menu .subnav .remorquage {
	border-bottom-color: #00a0c6;
	line-height: 12px;		
	padding-top: 4px;
	_padding-top: 3px;
	padding-bottom: 2px;
	_padding-bottom: 2px;
	line-height: 12px;
	_line-height: 14px;
}
#Menu #MenuEnBourbon .subnav .remorquage {
	_padding-right: 4px;
}
#Menu .subnav .remorquage:hover {
	background-color: #00a0c6;
}
#Menu .subnav .vrac {
	border-bottom-color: #775ba9;
}
#Menu .subnav .vrac:hover {
	background-color: #775ba9;
}

/* page */
#page {
	background-color: #fff;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* On realigne tout le contenu de ce bloc � gauche */
	position: relative; /* On met le bloc en position relative pour pour pouvoir positionner les blocs enfants � l'int�rieur de se bloc */
	border: 0 0 0 0; 
	border-top: 5px solid #138f34; 
}

/* fil d'Ariane */
#Ariane {
	position: relative;
	z-index: 200;
	color: #999;
	font-size: 0.9em;
	margin: 10px;
}
#Ariane a {
	color: #888;
}
#Ariane span {
	color: #2B2B2B;
	font-weight: bold;
}

/* navigation, gauche */
#Navigation {
	float: left;
	padding: 0px 5px 0 2px;
	margin: 0px 5px 0 10px;
	width: 112px;
	background: #ffffff;
	display: inline;
	min-height: 450px;
}

#Navigation h5, #Contexte h5 {
	/* entete */
	background: #052850;
	border-left: 10px solid #138f34;
	width: 90px;
	margin-right: 15px;
	margin-bottom: 17px;
	padding: 2px 0;
	padding-left: 10px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	_margin-right: 5px;
}
#Navigation h5 a, #Navigation h5 a:hover {
	text-decoration: none;
	color: #fff;
}
#Navigation li h6 {
	margin-left: 10px;
}
#Navigation li ul li {
	margin-left: 5px;
}
#Navigation li {
	list-style-type: none;
	margin: 8px 0 4px 4px;
}
#Navigation li li {
	margin: 2px 0 0px 0px;
	font-size: 10px;
	line-height: 12px;
	list-style-type: none;
	color: #052850;
}
#Navigation li a {
	color: #052850;
	font-weight: bold;
	margin-left: -3px;
	margin-right: 5px;
	display: block;
	_height: 10px;
	border-style: solid;
	border-color: white;
	border-width: 1px 0px 1px 0;
}
#Navigation li li a {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}
#Navigation li a:hover, #Navigation li a.actif, #Navigation li a.navigation_lien_actif {
	font-weight: bold;
	background-image: url('../images/fond_pulse.gif');
	background-position: top right;
	background-repeat: repeat-y;
	text-decoration: underline;
}
#Navigation li li a:hover {
	font-weight: normal;
}
#Navigation li a.navigation_lien_actif:hover {
	font-weight: bold;
}

/* barre de contexte, droite */
#Contexte {
	float: left;
	z-index: 100;
	margin: 0;
	margin: 0;
	padding: 0;
	width: 190px;
}
#Contexte h5 {
	/* entete */
	border-left: 10px solid #aa1030;
	width: 150px;
	padding: 2px 0;
	padding-left: 5px;
	margin: 0 10px 10px 10px;
}
#Contexte div {
	margin: 10px 0 10px 10px;
}
#Contexte img {
	border: 10px solid #052850;
	margin: -10px 0 0 -10px;
}

/* contenu, milieu */
#Contenu {
	position: relative;
	margin: 0;
	width: 510px;
	float: left;
	border: 0;
	padding: 0px 18px 18px 10px;
	min-height: 450px;
	border-left: 1px solid #138f34;
}
#Contenu.deuxcolonnes {
	border-right: 1px solid #052850;
/*	_margin-left: 70px; /* 140/2 */
	float: left;
	width: 340px;
	margin-right: 0;
}
#Contenu ul.ContenuMenu {
	text-align: center;
	margin: auto;
}
#Contenu ul.ContenuMenu li {
	display: inline;
}

/* pied de page */
#bourbon_logo {
	background-image: url(../images/logo-bourbon-blanc-sm.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	top:-70px;
	width:760px;
	height:63px;
	z-index:1;
	overflow: hidden;
}
#bourbon_logo a {
	position: relative;
	visibility: visible;
	background-image: url(../images/logo-bourbon-blanc-sm.gif);
	display: block;
	text-indent: -100em;
	top: 50px;
	right: 130px;
	/*\*/overflow: hidden;/**/
	line-height: 63px;
	width: 120px;
}

#PiedDePage {
	width: 760px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin: auto;
	z-index: 2;
}
#PiedDePage .login {
    float: left;
	margin-top: 3px;
    padding: 5px 26px;
    background-color: #686;
    color: white;
	font-weight: bold;
}
#PiedDePage .login a:link, 
#PiedDePage .login a:visited {
    color: white;
}

#PiedDePage ul {
	margin: 0 -4px 0 0; /* -46px */
	padding: 0px;
	float: right;
}
#PiedDePage li {
	display: inline;
	margin: 0 0 0 10px;
}
#PiedDePage li a {
	overflow: hidden;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;	
	margin: 5px;
	float: left;
	width: 59px;	
	height: 21px;
}
#PiedDePage li a.goodies {
	background-image: url("../images/menu-pied/goodies.gif");	
	width: 69px;
}
#PiedDePage li a.mentions {
 	background-image: url("../images/menu-pied/mentions.gif");	
}
#PiedDePage li a.contacts {
	background-image: url("../images/menu-pied/contacts.gif");	
}
#PiedDePage li a.english {
	background-image: url("../images/menu-pied/english.gif");	
}
#PiedDePage li a.fil-rss {
	background-image: url("../images/menu-pied/links.gif");
}
#PiedDePage li a.legal {
	background-image: url("../images/menu-pied/legal.gif");
	width: 41px;
}
#PiedDePage li a.francais {
	background-image: url("../images/menu-pied/francais.gif");
}
