﻿
h1 .ligne-1
{
	letter-spacing: 12px;
	position: relative;
	left: 11px;
}

h1 .ligne-3
{
	letter-spacing: 27px;
	left: 4px;
}

#organigramme .corps
{
	background: url("../images/en/organigramme-corps_V2018_b.gif") no-repeat center top;
}

/* Menu */
nav
{
	background: url("../images/menu700.png") no-repeat;
    position: fixed;
    /*left: 2%;*/
	right: 2%;
    bottom: -5px;
	width: 700px;
	z-index: 20;
}

nav a
{
	color: #ffffff;
	text-decoration: none;
}

nav ul
{
	padding: 0;
}

nav li
{
	list-style: none;
	display: inline-block;
	margin: 0 12px;
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: 2px solid #0a0a0a;
}

nav li:hover
{
	border-bottom: 2px solid #ffcf04;
}