body
{
	background: #FBFDFF;
    color: #273746;
    margin: auto;
    padding: 0px; 
    min-width:949px;
    width: 100%;	
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

p, li {	
  line-height: 2;
  letter-spacing: 1px;
}
li{ 
	color: #1E2022; 
	list-style-type:none;
	}


/*Ici, notre design principal commrespond à la présentation qu'on souhaite avoir sur mobile*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.conteneur-flex{
    display: flex;
    flex-flow: column wrap;
    margin: 10px;
}
.sous-conteneur-flex{
    flex: 1 1 auto;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    background-color: RGBa(120,150,240,1);
    margin: 0px 0px 20px 0px;
}

.element-flex{
    flex: 1 1 auto;
    background-color: RGBa(120,240,150,0.7);
    height: 50px;
    margin: 10px;
}
.mail{
	font-size:1.3em;
	color:#8B34B4;
    font-weight:bold;  
	font-family: courier, courier new, sans-serif;
}
.email{
	
	width:150px;
}

#email
{
	display: inline-block;
	width: 150px;
}
#email2
{

	width: 250px;
}
/*Styles spécifiques pour les écrans de taille moyenne type tablette*/
@media screen and (min-width: 780px) and (max-width: 979px){
    .conteneur-flex{
        flex-flow: row wrap;
    }
    .sous-conteneur-flex{
        margin: 0px 10px;
    }
}
	
/*Styles spécifiques pour les grands écranstype écrans d'ordinateur*/
@media screen and (min-width: 980px){
    .conteneur-flex{
        flex-flow: row wrap;
    }
    .sous-conteneur-flex{
        flex-flow: row wrap;
        margin: 0px 10px;
    }
}

@media screen and (max-width: 980px){
	.grand{
		display:none;
}
}
@media screen and (min-width: 981px){
	.petit{
		display:none;
	}
}
.grand
{
	font-size:1.2em;
}

body h1 h4 
{
    margin: 0px ;
}
h1 { font-size: 22px; font-weight: bold; color: #1E2022;margin:0px;padding:0px;}
h2 { font-size: 20px; color: #1E2022;}
h3 { font-size: 18px; font-style: normal; color: #1E2022;}
h4 {  font-size: 16px; font-style: normal; color: #1E2022;}
h5 { font-size: 12px; font-style: normal; color: #1E2022;}
h6 {  font-size: 10px; font-style: normal; color: #1E2022;margin: 0px;}
/*
td {color: #1E2022; font-size: 16px;}

td
{
    padding: 0px;
    align-items: center;
}
*/
A{text-decoration: none; color:#333333;}
A:link{text-decoration: none;  color:#333333;/*text-decoration:underline rgba(255,255,255,0.6);*/}
A:active{text-decoration: none; color:#333333;}
A:visited{text-decoration: none; color:#333333}
A:hover{text-decoration: none; color:#c60800;}
/*
#bloc_page2
{
    max-width: 1200px;
    margin: auto;
}
*/
#bloc_page
{
    width: 950px;
    margin: auto;
	margin-bottom:0px;
}

#bloc_page0
{
    width: 100%;
    margin: auto;
	margin-bottom:0px;
}
/*
.titre
{
	background-color: rgba(255,255,255,0.5);
	padding:15px;
    border-radius: 13px;
	text-align: center;
	
}
.titre1
{
	background-color: rgba(255,255,255,1);
	padding:15px;
    border-radius: 13px;
	text-align: center;
	fontsize:2em;
	
}*/
#surtitre
{
    position: absolute;
    left: 45%;
    top: 180px;
}
/*
#surtitreLeft
{
    position: absolute;
    left:2%;
    top: 30px;
}
*/
img
{
    max-width: 100%;
    height: auto;
}
header
{
   background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}
header img
{
    margin: 5px;
    padding: 0px;
    width:80px;
    height:80px;
}
header h1
{
/*    font-family: 'BallparkWeiner', serif;*/
    font-family:  'Dotum', sans-serif;
    font-size: 2.2em;
    font-weight: bold;
    /*color: #262d33;*/
    color:#55555D;
    margin: 0px 0px 0px 0px;
}

section
{
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 5px;
    background-color: #ffffff;
	min-height: 700px;
	box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.5);
	max-width:1400px;
}

article
{
    margin-left: 10px;
    margin-right: 10px;
    flex: 3;
}
article
{
    text-align: justify;
}
article p
{
/*    font-size: 0.9em;*/
}
/*
aside
{
    flex: 0.8;
    position: relative;
    left:2;
    background-color: #EBEBEB;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
}
aside
{
    text-align: justify;
}
aside ul
{
    margin: 0px;
    padding: 0px;
}
*/
nav ul /* tete */
{
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    margin: 0px;
    margin-bottom: 3px;
}
nav li
{
    margin-right: 15px;
    margin-bottom: 0px;
}
nav a
{
    font-size: 1.3em;
    color: #2e4256;
    padding-bottom: 3px;
    text-decoration: none;
}
nav a:hover
{
    color: #c60800;
}
.titre_page{
	background-color: rgba(255,255,255,0.7);
	padding:25px;
	color:#4B4E5B;
    position: relative;    
	top: -200px;    
	left: 0px;	
	border-radius:10px;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom:0px;
	
}


#menu-accordeon {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
  width: 180px;
}
#menu-accordeon ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}
#menu-accordeon li {
   background-color:#729EBF; 
   background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
   background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
   border-radius: 6px;
   margin-bottom:2px;
   box-shadow: 3px 3px 3px #999;
   border:solid 1px #333A40
}
#menu-accordeon li li {
   max-height:0;
   overflow: hidden;
   transition: all .5s;
   border-radius:0;
   background: #444;
   box-shadow: none;
   border:none;
   margin:0
}
#menu-accordeon a {
  display:block;
  text-decoration: none;
  color: #fff;
  padding: 8px 0;
  font-family: verdana;
  font-size:1.2em
}
#menu-accordeon ul li a, #menu-accordeon li:hover li a {
  font-size:1em
}
#menu-accordeon li:hover {
   background: #729EBF
}
#menu-accordeon li li:hover {
   background: #999;
}
#menu-accordeon ul li:last-child {
   border-radius: 0 0 6px 6px;
   border:none;
}
#menu-accordeon li:hover li {
  max-height: 15em;
}



	
/*menu lateral centre ou aligne*/
#menulat
{
        margin: 0;
        padding: 0px;
        list-style: none;
 /*       font-size: 15px;*/
    /*    width: 180px;*/
        color: #181818;
        text-align: left;
}
#menulat li
{
        margin: 0px;
        padding: 0px;
}
#menulat ul li
{
        margin: 0.5em 0 0.5em 5px;
        padding: 0px;
        list-style: none;
     /*   font-size: 15px;*/
     /*   width: 180px;*/
        color: #181818;
        text-align: left;
}
*/
/*menu ligne paves*/

#menu {  /*menu des pages */
    display: inline-block;
    background-color: #ffffff;
}
#menu ul {
     margin:0;
    padding:0;
    list-style-type:none;
    text-align:center;
    border-radius: 10px;
    align-items: center;
 }
#menu li {
     float:left;
     margin:4px;
    padding:0;
    border-radius: 10px;
 }
#menu li a {
    display: block;
    min-width:90px;
    color: #888994; 
    background-color: #ffffff;/*interieur menucase*/
    font-size: 0.9em;
    font-family: 'BallparkWeiner';
    padding:5px;
    border-radius: 5px;
	border-bottom: 1px solid #c0c0c0;

 }
#menu li a:hover {
     color:#c60800;
 }
#menu ul li ul {
    display:none;
 }
#menu ul li:hover ul {
    display:block;
 /*   background-color: #ff33ff;*/
 }
#menu li:hover ul li {
    float:none;
 }
#menu li ul {
    position:absolute;
}
/*menu ligne paves*/

#lignemenu
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
	background-color:#ffffff;
}
/* menu col secu*/
/*
#menu54 {
	/*
    display: inline-block;*/
	/*
}
#menu54 ul {
    margin:0;
    padding:0;
    list-style-type:none;
    text-align:left;
    border-radius: 5px;
    align-items: center;
 }
#menu54 li {
    margin:4px;
    padding:5px;
    border-radius: 5px;
    font-size: 0.9em;
 }
#menu54 li a {
    display: block;
    min-width:100px;
    background-color: #f0f0f0; 
    padding:5px;
    border-radius: 5px;
    font-size: 0.9em;

 }
#menu54 li a:hover {
     color:#c60800;
     background-color:#c0c0c0;
 }
/*outils*/
#lignebs
{
    display: flex;
	flex-direction: line;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
#lignebc
{
    display: flex;
	flex-direction: line;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#lignebe 
{
    display: flex;
	flex-direction: line;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
#lignesc 
{
    display: flex;
	flex-direction: line;
    align-items: center;
    flex-wrap: wrap;
}
#lignesb 
{
    display: flex;
	flex-direction: line;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
}
#ligness 
{
    display: flex;
	flex-direction: line;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
#lignecc 
{
    display: flex;
	flex-direction: line;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#ligneas
{
    display: flex;
	flex-direction: line;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
#ligneac
{
    display: flex;
	flex-direction: line;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
#ligneae
{
    display: flex;
	flex-direction: line;
    justify-content: space-around;
    align-items: baseline;
    flex-wrap: wrap;
}
#lignear
{
    display: flex;
	flex-direction: line;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
}
#lignebr
{
    display: flex;
	flex-direction: line;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

#colss
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#colsr
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
#colac
{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items:center;
}
#colbc
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:center;
}
#colbs
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:flex-start;
}
#colsc
{
    display: flex;
    flex-direction: column;
    align-items:center;
}
#col
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    text-align: center;
}
/*
#col2 /* decorée comme section*/
/*
{
    display: flex;
    flex-direction: column;
    margin-top: 2px;
    margin-bottom: 0px;
    border-radius: 5px;
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}
*/
/*
#bz0
{ 
    text-align: center;
    margin-left: 13px;
    margin-top: 13px;
    margin-bottom: 13px;
    border-radius: 13px;
    padding: 2px;
    box-shadow: 0px 2px 5px #1c1a19;
}
*/

#bz
{ 
    text-align: center;
    margin-left: 13px;
    margin-top: 13px;
    margin-bottom: 13px;
    padding: 2px;
	background-color:#f0f0f0;
/*    box-shadow: 0px 2px 5px #1c1a19;	*/
}

#bzmap
{ 
    text-align: center;
    margin: 0px;
    padding: 1px;
	background-color:#f0f0f0;
/*    box-shadow: 0px 2px 5px #1c1a19;	*/
}


#bzside
{ 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:flex-start;
	font-size:0.9em;
	
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 2px;
    box-shadow: 0px 1px 1px #1c1a19;
}


#bzmenu
{ 
    position: relative;
    bottom: 0px;
    height: 200px;
    width: 250px;
    text-align: center;
    margin: 5px;
    border-radius: 5px;
    padding: 2px;
    box-shadow: 0px 2px 5px #1c1a19;
    background-color: #EBEBEB;
}
/*
#espace
{
    height:5px;
}
*/
#texte
{
    padding : 5px;
    margin: 0;
}
#texteleft
{
    text-align: left;
    padding : 5px;
    margin: 0;
}
#textehj
{
    text-align: justify;
    padding : 5px;
    margin: 0;
}
#textehc
{
    text-align: center;
    padding : 5px;
    margin: 0;
}
/*
#image
{
    padding : 5px;
    margin: 0;
}

#imagec
{
    padding : 5px;
    text-align: center; 
}

#imageintro
{
    padding : 0px;
    margin: 0px;
}
#imagelogo img
{
    width: 80px;
    height: 80px;
    padding-top : 3px;
    margin: 0px;
}

#imagemail img
{
    height: 30px;
    width: auto;
    margin:0px;
    padding:0px;
}

#imgpied img
{
    width: 133px;
    height: 100px;
    padding: 2px;
    margin:3px;
    border-radius: 10px;
}
#imagepied img
{
    width: 133px;
    height: 100px;
    padding: 2px;
    margin:3px;
    border-radius: 10px;
}
*/
.fondu
{
    height: 25px;
    right: 5px;
    bottom: 5px;
    background-color: rgba(255,255,255,0.4);
    border-radius: 5px;
    text-align: center;
    padding: 3px 8px 0px 8px;
    text-decoration: none;
    color:#181818
}
/*
.im
{
    height:250px;
	margin:0px;
	padding:0px;
}
.affiche
{
	width: 100%;
height:auto;
    text-align: center;

}
.nom 
{
    font-size: 1.2em;
}
.petit
{
    font-size: 0.8em;
}
*/
.bouton
{
    height: 25px;
    right: 5px;
    bottom: 5px;
    background: #b8c1d0;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.0em;
    text-align: center;
    padding: 0px 8px 0px 8px;
    margin:5px 0 0 0;
    text-decoration: none;
}
/*
.boutonton
{
    height: 25px;
    right: 5px;
    bottom: 5px;
    background: #ffffff;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.0em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    text-decoration: none;
}
.border
{
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 1.0em;
    text-align: center;
    padding: 3px 8px 3px 8px;
    text-decoration: none;
}
.blanc
{ 
    background-color:#ffffff;
 }
.bleuAFPM
{ 
    background-color:#03224c;
 }*/
.bleuTitre
{ 
    color:#3366ff;
 }
.tourbleuc
{ 
    border: 4px solid #60a9f6;
        border-radius: 5px;
 }
 
.boxOmbre
{ 
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
 }
 /*
.vertAFPM
{ 
    background-color:#096A09;
 }
.grisfortAFPM
{ 
   background-color:#c0c0c0; 
    
 }
.grisfaibleAFPM
{ 
    background-color:#f0f0f0;
 }
 .rougeAFPM
{ 
   background-color:#c60800; 
    
 }
 */
 .gris

{ 
    background-color:#dbdbdb;
padding: 5px;
    border-radius: 5px;
 }
 /*
#imgpt
{
    width:80px;
    height:auto;
}
#imgmarge
{
    padding : 5px;
}
#photoBleu
{
    padding : 2px;
    text-align: center; 
    font-size: 0.6em;
	color: #ffffff;
}
#photo
{
    padding : 2px;
    margin:10px;
    text-align: center; 
    border: 1px dotted #c0c0c0;
    border-radius: 5px;
    font-size: 0.8em;
}
#photo p
{
    padding : 0px;
    margin: 0px;
    font-size: 1.0em;
}
#photog
{
    padding : 2px;
    text-align: center; 
    border: 1px dotted #c0c0c0;
    border-radius: 5px;
    background-color: #f0f0f0 ; 
    width:200px;
    margin: 10px;
}
#photog p
{
    padding : 10px;
    margin: 0px;
}
#textepied
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}
*/

.lf
{
    font-size: 0.5em;
    background-color: #FEFEE0;
}
.color0
{
    background-color: #00ffff;

}

.color1
{
    background-color:#FFe4f0; /*#FFe2ed;/*#FEE7F0;/*#FFC0CB;/*#E6E6FA; /*#FAEBD7;*/
	
}

.color2
{
    background-color:#ccffff;/* #FFC0CB; /*#E6E6FA;*/
}
.color3
{
    background-color:#d2F4d8;/* #F6FEFE;/*#B0F2B6;/*#f0f0f0;*/
    font-size: 0.6em;

}
.color4
{
    background-color: #ffffff;
    font-size: 0.6em;

}
/*
.typ
{
    font-size: 0.8em;
    color: #FF66CC;
}
*/
.conteneur {
    position: relative; /* Pour que l'aperçu se positionne correctement par rapport à son contenur */
    display: inline-block; /* Pour que le conteneur fasse bien la taille de son contenu et pas plus */
}

/* On affiche l'aperçu au survol du conteneur */
.conteneur:hover .apercu {
    display: block;
}

/* Petit design vite fait du contenu */
.contenu {
    background: #ffffff;
}

/* Petit design vite fait du contenu */
.contenuMenu {
    background: none;
}

/* Positionnement et design de l'aperçu */
.apercu {
    position: absolute;
    top: 42px;
    right: 10px;
    display: none;
    min-width:90px;
    color: #888994; 
    background-color: #ffffff;
    font-size: 0.9em;
    font-family: 'BallparkWeiner';
    padding:5px;
    border-radius: 5px;
	border-bottom: 1px solid #c0c0c0;


}

/* Footer */
#lignefoot
{
    display: flex;
    width: 950px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;

}
footer
{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #03224C;
    color: #ffffff;
}

footer p
{
    font-size: 0.8em;
    color: #ffffff;
    margin:0px;
    padding:0px;
}
footer h1
{
    font-size: 1.1em;
    color: #ffffff;
}

footer a:hoover
{
     color: #00ffff;
 }
footer a:hoover
{
     color: #00ff00;
 }
/*
footer h1 a:link
{
	text-decoration: none; 
    color: #cbe0fa;
 }
 
footer h1 a:hover
{
    color: #00ffff;
 }
 */

