body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	background-color: white;
	position:relative;
}

#entete {
	height: 174px;
	width: 900px;
	background: url(../images/entete.jpg) no-repeat;
}

#entete a {
	text-decoration: none;
}

#entete img {
	margin-top: 5px;
	margin-left: 20px;
	float: left;
}

#entete p {
	font-family: Times New Roman;
	color: #830421;
	text-align: center;
	font-size: 50px;
	margin:0;
	position: relative;
	left:-80px;
	top: 30px;
	font-weight: normal;
}

#entete p span {
	font-size: 19px;
	color: #030e46;
}

#menu {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #707798;
	height: 30px;
	position: absolute;
	width: 100%;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding:0 0 0 2px;
}

/* Elements de premier niveau
--------------------------------------*/

#menu>ul li {
	float: left;
	width: 111px;
	text-align: center;
	background-color: #707798;
	border-right: 1px solid #FFF;
}

#menu ul li a:link, #menu ul li a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 7px 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
#menu ul li a:hover , #menu ul li a:active{
	background-color: #999;
}

/* Elements de 2ème niveau
--------------------------------------*/
#menu ul li ul {
	display: none;
	list-style-type: none;
	padding:0px;
}
#menu ul li ul li {
	background-color: #707798;
	border-top: 1px solid #FFF;
}

#menu li:hover > ul { 
	display: block;
}
.last {
	border-right: none !important;
}

#reseaux {
	margin-top: 40px;
	float: right;
	margin-right: 20px;
}

#fb, #youtube {
	width: 30px;
	height: 30px;
	background-image: url(../images/reseaux.png);
	float: left;
	margin-left:10px;
}

#youtube {
	background-position: -30px 0;
}

#fb:hover {
	background-position: 0 -30px;
}

#youtube:hover {
	background-position: -30px -30px;
}


#bdepage a:link, #bdepage a:visited {
	text-decoration: none;
	text-align: center;
	color: #003366;
	transition: all 1s;
	-webkit-transition: all 1s;
}

#bdepage a:hover,#bdepage a:active  {
	color: #999;
}

#zonetexte {
	margin:0 40px;
	text-align: justify;
	line-height: 20px;
	margin-top: 100px;
	overflow: hidden;
}

#bdepage  {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	background-color: white;
	line-height: 10px;
	height: 30px;
	padding-top: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #830421;
	text-align: center;
	font-variant: normal;
	text-transform: uppercase;
	line-height: 30px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.centregras {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}


#confirm {
	background-color: #C0C0C0;
	background-image: url(../images/ombre.jpg);
	background-repeat: repeat;
	height: 300px;
	text-align: center;
}
.fleche {
	text-indent: -15px;
	padding-left: 30px;
}

/**************** Bureau *************************/
#organigramme {
	width: 780px;
	text-align: center;
	margin-left: 20px;
	margin-top: 40px;
}

#membres {
	width: 720px;
	margin-right: 40px;
	margin-left: 40px;
    clear: both;
}
.membres {
	font-weight: bold;
	line-height: 15px;
}

.photo {
	text-align: right;
	float: left;
	height: 130px;
	width: 105px;
}
.nom {
	float: right;
	width: 268px;
	text-align: left;
	margin-left: 10px;
	margin-top: 40px;
}
.fonction {
	height: 30px;
	width: 268px;
	margin-left: 10px;
	float: right;
	text-align: left;
	font-style: italic;
}
.identite {
	height: 150px;
	width: 390px;
	float: left;
}

button.glide__arrow {
	border: none;
}

button.glide__arrow img{
	width: 40px;
	height: 40px;
}

.glide__arrow--left {
	left: 0 !important;
}

.glide__arrow--right {
	right: 1.5em !important;
}

div[data-glide-el] button[data-glide-dir] {
	border: none;
	background-color: transparent;
	color: transparent;
}