﻿@charset "ISO-8859-1";
BODY {
	background-color: #EE9741;
	background: linear-gradient(to bottom, #EFEFEF 20%, #FFFFFF 70%, #FFEDAB 90%, #EE9741 95%) no-repeat fixed;
	font-family: Verdana;
	font-size: 11pt;
	margin: 0 10px 0 10px;
	padding: 0;
	text-align: center;
}
.page { 
	display:block;
	position:absolute;
	left:50%;
	font-family:Verdana;
	font-size:11pt;
	color:#220500;
	margin:10px 0 0 -375px;
	padding:1px;
	width:750px;
	text-align:center; 
	top:5px;
	border:1px solid #000000;
	box-shadow:3px 3px 1px rgba(0,0,0,0.5);
	}
.page P { 
	margin:10px; 
}
.menu {
	display: flex;
	box-sizing: border-box;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 5px;
	flex-wrap: nowrap ;
	background:#956105 url("bandeau.jpg") top center no-repeat;
	background-size: cover;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #FEEF25;
	padding: 0 36px 0 36px;
	margin: 0px;
	text-align: center;
	vertical-align: baseline;
	font-variant: small-caps;
	height: 150px;
	width:100%;
}
	.menu A {
		align-self: flex-end;
		display: inline-block;
		height: 20px;
		background-color: #209F55;
		background: linear-gradient(to bottom, #007F35,#209F55);
		color: #EFEF44;
		text-decoration: none;
		padding: 2px 5px;
		border: 1px #EFEF44 solid;
		font-size: 11pt;
		box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
		transition: background 0.4s ease;
		min-width:20%;
	}
.menu A:hover { 
	background-color:#EFEF44;
	background:linear-gradient(to bottom, #EE9741,#EFEF44);
	color:#2F2F24;
	border:1px #EE9741 solid; 
}
.contenu { 
	background:#FFEDAB url("bas.jpg") no-repeat bottom right;display:block;
	padding: 25px 5px 50px 25px;
	text-align:left;
	overflow:auto; 
}
h3:first-letter, .contenu h5:first-letter { 
	position: relative;
	float:left;
	font-size:18pt;
	margin-left:-5px;
	padding-right:1pt;
	vertical-align:middle; 
	text-shadow:-2px 0px 1px #EE9741;
	margin-bottom: -2px;
}
h3:first-letter {
	margin-bottom: -6px;
}
	.contenu P.mentions {
		font-size: 8pt;
	}
.illus { 
	float:right;
	border:2px solid #EE9741;
	margin:20px 0 25px 10px; 
}
h3 {
	font-weight:bold;
	border-bottom:2px solid #EE9741;
	margin:2px 0 8px 0;
}

@media screen and (min-width: 1024px) {
	.page {
		font-size: 12pt;
		margin: 10px 0 0 -500px;
		padding: 1px;
		width: 1000px;
	}
	.menu {
		font-size: 13pt;
		gap: 10px;
	}
		.menu A {
			height: 25px;
			padding: 3px 10px;
		}
}