html{
  
}
body{
	font-family: 'Open Sans', "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif;
	font-size:100%;
	height:100%;
	background-color:#FFFFFE;
	line-height: 1.4;
	margin:0;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
#main{
	min-height:2000px;
	margin:-5px;
	border: 0px;
	padding-bottom:30px;
	margin-bottom:20px;
	background-color:#FFFFFF;
	}
#titre{
	padding: 100px 0 0 0 ;
	color:#333333;
	text-align:center;
	font-size:100px;
	font-weight:800;
}
#soustitre{
	color:#333333;
	text-align:center;
	font-size:40px;
	font-weight:800;
}

hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 2px;
  border-color: #333333;
}
 hr.end {
  max-width: 80%;
	 margin-top:5em;
  border-width: 1px;
  border-color: #333333;
} 
#main a,
#main a:visited{
	/*color:#003F87;*/
	color:#023e8a;
	text-decoration:none;
}
#main a:hover
{
/*	color:#FF1100;*/
	color:#0077b6;
}
#main p{
	text-indent:1em;
	text-align:justify;
}
#main li p{text-indent:0em;}
#bandeau
{
	width:100%;
	height:400px;
	background-image:url('../bandeau.jpg');
	background-size: cover;
	background-color:#000000;
	margin:0px;
	margin-bottom:100px;
}
#menu
{
	position:fixed;
	list-style:none;
	width:100%;
	text-align:right;
	padding:0px;
	font-weight:900;
	font-size:1.1em;
	background-color:rgba(0,0,0,0.3)
}
@media  (max-width: 1024px)
{
	#menu {font-size:1.4em;}
}
#menu li{
	display:inline;
	padding:15px;
}

#menu li a,
#menu li a:visited{
	
	color:#FFFFFF;
	text-decoration:none;
	margin:1px;
	padding:0px;
	line-height:1.5em;
	font-size:1.1em;
}
#menu li a:hover{
	
	color:#e0e0e0;
}
#texte
{
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	color : #556268;
	/*font-size:0.9em;*/
	width:100%;
	max-width:900px;
}


#main h1
{
	text-align:left;
	color:#000;
	font-size:2em;
	color:#444;
	font-weight:800;
}
#main h2
{
	font-size:1.3em;
	/*color:#4444DD;*/
/*	color:#5555DD;*/
	color:#444;
}
#main h3
{
	font-size:1.1em;
	color : #778084;
}
#main h4
{
	font-size:1.1em;
	color : #778084;
}

.ancre{padding-top:5em;}
#affiche
{
	border:0px;
}

#lv{
	column-count:3;
}
#lv p{margin-top:0;}
table{
	width:100%;
}
table, th, td {
  border: 1px solid #000;
}
td {
  padding:15px;
  }
