﻿@font-face {
	font-family: 'manuscrit';
	src: url('../polices/ms01.woff2') format('woff2'),
	url('../polices/ms01.woff') format('woff');
}

:target {
   	padding-top: 66px;
	margin-top: -66px;
}

/*liens non soulignés*/
	a:link {
text-decoration:none;
}

/*Barre haut de page*/
.barre{
   width: 100%;
   height: 23px;
   position: fixed;
   top:0;
   left:0;
   right:0;
   z-index: 1000;
}

/*Bandeau formulaire de recherche*/

#wrapper {
	width: 1012px;
	height: 32px;
	position: fixed;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	top: 0;
	margin-top: 23px;
	background-color: #990000;
	text-align: center;
	padding-top: 8px;
	z-index: 999;
}

/*banniere + sommaire*/

#banniere {
	display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 1012px;
	height: 112px;
	padding-top: 9px;
	padding-bottom: 10px;
	margin-left: -37px;
}

#conteneur {
	margin-left: -12px;
	padding-top: 20px;
	display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 960px;
	height:180px;
	text-align: center;
}

.element1 {
	width: 740px;
	height: 170px;
}

.element2 {
	width: 220px;
	height: 32px
}


.imgtitre {
	 width: 690px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #990000;
	border-radius: 25px;
	box-shadow: -5px 5px 5px  #800a13;
}

/*paramètres largeur du site - image de fond*/

#main{
	min-height: 100%;
	background-color:#fde2d1;
	background-image: url(../boutons/page2.jpg);	
	width: 940px;
	padding: 45px 60px 60px 60px;
	margin: auto;
}

#main2{
	min-height: 100%;
	background-color:#fde2d1;
	background-image: url(../boutons/page2.jpg);	
	width: 940px;
	padding: 55px 60px 60px 60px;
	margin: auto;
}

/*cellule page suivante*/

.flex-container {
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 30px;
}

.ps a {
	display: block;	
	width: 250px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	color: #ffd700;
	background-color: #990000;
	border-radius: 15px;
}

.ps a:hover {
	background-color: #ffd700;
	color: #990000;
}

.suivante {
	width: 245px;
	font-weight: 600;
	line-height: 30px;
}

/*petits caractères liens page suivante*/

.lek2 {
	text-align: center;
	width: 240px;
	font-size: 13px;
}

/*barre de séparation*/

.bato {
	display: block;
	float: center;
	margin-top: 25px;
	margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

/*Bannière bas de page*/

#bannierebas {
    display: flex;
	width: 884px;
	height: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 37px;
}

/*Mise à jour*/

#majour {
	margin-top: -10px;
	text-align: center;
	font-family: arial;
	font-size: 10px;
}

/*Barre de bas de page*/
   
.barrebas{
   width: 100%;
   height: 23px;
   position: fixed;
   bottom: 0px;
   left:0;
   right:0;
   z-index: 1000;
}

/*grand espace fin de page*/

.t6{
padding: 600px 0px 600px 0px;
}

.flex-container {
  display: flex;
  justify-content: space-between;
	padding-top: 30px;
}




