﻿body {
    font-family: Arial, Helvetica, sans-serif;
}

#entete {
    max-width: 1100px;
    min-width: 800px;
    height: 200px;
    margin: auto;
}

#imgEnt{
	width:100%;
	height:200px;
    background: url('imgEntete.jpg');
    background-repeat: no-repeat;
	background-size:100% 100%;
	margin-top:0px;
	display:block;
}

.divglobal {
    max-width: 1100px;
    min-width: 460px;
    margin: auto;
	padding-top:10px;
    background-color: #153015;
    padding-bottom: 30px;
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
 
#titr_ {
	width:65%;
}

#lieu_ {
	width:0px;
}

#dat_ {
	width:25%;
}

#voir_ {
	width:10%;
}

#charger_ {
	width:105px;
}

.tablHorair {
	width:90%;
    font-size: 14px;
    text-align: center;
    margin: auto;
	margin-top:30px;
}

.headHorair {
	background-color:#153015;
	color: #efefab;	
	height:50px;
}

.rowHorair {
	background-color:#efefab;
	color: #153015;	
	height:40px;
}

#nav ul {
    background-color: #002800;
    height: 27px;
    padding: 5px;
	padding-left:0;
	margin-top:-4px;
	border-top:1px solid yellow;
	border-bottom:1px solid yellow;
}

#nav li {
    width: 200px;
    height: 25px;
    display: inline;
    background-color: #ffffcc;
    margin-left: 8px;
    float: right;
    text-align: center;
}

#nav a {
    font-size: 1.4em;
    text-decoration: none;
    color: blue;
}

#nav li:hover {
    background-color: #e5c956;
    cursor: pointer;
}

h3 {
	color:#dfdf69;
	font-weight:6;
}

#conteneur {
	margin-top:20px;
	width:100%;
	height:550px;
	display:flex;
	justify-content:space-between;
}

#divImg {
	width:95%;
	height:100%;
	overflow:hidden;
}

#divBtns {
	height:30px;
	margin-top:260px;
}

.diapo {
	max-height:100%;
	max-width:100%;
	display:block;
	margin:auto;
}

#bouton {
	height:35px;
	width:30px;
	font-size:26px;
}
