/* initialisation --------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
* {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}
* {
	color: #FFF;
}
a:hover {
	background-color: #930;
}
h1 {
	font-size: 32px;
	padding: 30px;
	letter-spacing: 12px;
}
h2 {
	font-size: 20px;
	padding: 0px 0px 30px 30px;
	letter-spacing: 4px;
}
h3 {
	font-size: 16px;
	padding: 0px 0px 0px 50px;
	height: 400px;
}
h3 a {
	font-size: 16px;
}
h4 {
	padding: 10px 0px 0px 0px;
	color: #CCC;
	letter-spacing: 0.1em;
	border-top: 2px solid #930;
}
h4 a {
	color: #CCC;
}
h5, h5 a {
	color: #CCC;
	margin: 25px 0px 0px 0px;
	text-align: center;
	letter-spacing: 0.035em;
}
h6 {
	display: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
img {
	font-size: 10px;
	font-style: italic;
	text-decoration: underline;
}
ul {
	list-style: none;
}
sup {
	font-size: 8px;
}
div {
	margin: 25px;
}
p {
	margin: 25px 50px 0px 50px;
	text-align: left;
}
cite {
	font-style: italic;
}
cite.site {
	font-style:normal;
	font-variant: small-caps;
}
q {
	display: inline;
}
blockquote {
	margin : auto;
	padding: 25px;
	width: 500px;
	text-align: justify;
}
blockquote::before {
	content: "« ";
}
blockquote::after {
	content: " »";
}
q::before {
	content: "\" ";
}
q::after {
	content: " \"";
}
audio {
	width: 320px;
}
video {
	width: 320px;
	height: 240px;
}
span.covid {
	color: #F00;
	font-weight: bold;
	background-color: #999;
}
/* conteneur- ------------------------------------------------------------------------*/
html {
	background-color: #444;
	height: 100%;
}
body {
	background-color: #555;
	margin: 0px auto;
	width: 850px;
	position: relative;
	min-height: 100%;
}
header {
	float: left;
	width: 750px;
	height: 180px;
	margin: 0px 0px 75px 0px;
	border-bottom: 2px solid #930;
}
nav {
	float: right;
	width: 100px;
	height: 400px;
}
article {
	background-color: #555;
	padding: 0px 25px 100px 25px;
	text-align: center;
}
footer {
	position: absolute;
	bottom: 0px;
	width: 850px;
	height: 50px;
	padding: 50px 0px 10px 0px;
	text-align: center;
}
/* menu -------------------------------------------------------------------------------*/
nav #menu1 {
	float: right;
	width: 100px;
}
nav #menu2 {
	float: left;
	width: 110px;
	background-color: #555;
	border-radius: 5px;
}
nav li {
	height: 30px;
}
nav #menu1 li a {
	display: block;
	height: 100%;
	text-align: right;
	padding: 5px 5px 0px 0px;
	border-left: 2px solid #930;
}
nav #menu2 li a {
	display: block;
	height: 100%;
	text-align: left;
	padding: 5px 0px 0px 5px;
}
nav #menu2 li a:hover {
	background-color: #930;
	border-radius: 5px;
}
nav li.select_mnu a {
	color: #F00;
}
/* table--------------------------------------------------------------------------*/
#p00 table {
	float: left;
	width: 700px;
	margin: 0px 0px 50px 0px;
}
#p00 tr {
	height: 100px;
}
#p00 td.image {
	padding: 5px 0px;
	width: 100px;
}
#p00 td.texte {
	padding: 5px 0px 5px 25px;
}
/* --- */
#p90 table {
	width: 700px;
}
#p90 tr {
	height: 75px;
}
#p90 td.image {
	padding: 5px 0px 5px 50px;
	width: 150px;
	text-align: center;
}
#p90 td.texte {
	padding: 5px 0px 5px 50px;
}
/* page --------------------------------------------------------------------------*/
#p00 div img {
	box-shadow: 0px 0px 20px #CCC;
}
#p00 p {
	margin: 25px auto 0px auto;
	width: 500px;
	text-align: justify;
}
#p06 ul {
	width: 500px;
	list-style-type: square;
	text-align: left;
	margin: 0px 0px 0px 100px;
}
#p06 h3 {
	height: 300px;
}
#p60 ul {
	width: 500px;
	list-style-type: square;
	text-align: left;
	margin: 0px 0px 0px 100px;
}
#p81 p, #p82 p, #p83 p {
	margin : 0px auto 50px auto;
	width: 500px;
	text-align: justify;
}
/* diapo -------------------------------------------------------------------------*/
#dp_zone {
	margin: auto;
	width: 800px;
	height: 600px;
}
#dp_vign {
	display:none;
}
#dp_pres {
	margin: auto;
	width: 800px;
	height: 600px;
}
#dp_phot {
	position: relative;
	margin: 0px auto 25px auto;
	width: 650px;
	height: 500px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#dp_phot img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Safari */
	transform: translate(-50%, -50%);
	max-width: 650px;
	max-height: 500px;
	box-shadow: 5px 5px 15px #CCC;
}
#dp_legende {
	display: block;
	margin: auto;
	width: 600px;
}
#dp_zone button {
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
	background-color: #930;
	box-shadow: 5px 5px 5px #888;
	-webkit-transition: box-shadow 0.3s, border 0.3s;
	transition: box-shadow 0.3s, border 0.3s;
}
#dp_zone button:hover {
	box-shadow: 2px 2px 2px #666;
	border: 1px solid #888;
	cursor: pointer;
}
#dp_zone button.dp_pp {
	margin: 25px;
	float: left;
	width: 30px;
	height: 30px;
}
#dp_zone button.dp_pg {
	margin: 25px;
	float: right;
	width: 30px;
	height: 30px;
}
/* -------------------------------------------------------------------------------*/
