
body
{
/*    background: url('../image/fondchoisi.jpg');
    background-attachment: fixed;
 /*   background: #0022dd;*/
    font-family: Times New Roman,comics, Arial, sans-serif;
    color: #181818;
    margin: 0px;
    padding: 0px; 
    margin:auto;
    min-width:950px;
    max-width:2000px;
    width: 100%;
}
body h1 h4
{
    margin: 0;
    padding: 2px;
}

body 
{
    font-family: Times, Verdana, Arial, sans-serif; font-size: 18px; font-style: normal; color: #1E2022;;
}
h1 {  font-family: Times New Roman, Verdana, Arial, sans-serif; font-size: 22px; font-weight: bold; color: #1E2022}
h2 {  font-family: Times New Roman, Verdana, Arial, sans-serif; font-size: 20px; color: #1E2022;}
h3 {  font-family: Times New Roman, Verdana, Arial, sans-serif; font-size: 18px; font-style: normal; color: #1E2022;}
h4 {  font-family: Times New Roman, Verdana, Arial, sans-serif; font-size: 16px; font-style: normal; color: #1E2022;}
h5 {  font-family: Times New Roman, Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; color: #1E2022;}
h6 {  font-family: Times New Roman, Arial; font-size: 10px; font-style: normal; color: #1E2022;}

td {color: #1E2022; font-size: 18px;}
p {  font-family: Times New Roman, Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; color: #1E2022;}
li{ color: #1E2022; }

td
{
    padding-left: 5px;
    text-align: left;
    align-items: center;
    padding: 15px;  /* attention: voir page acmdp*/;
}


#bloc_page
{
    width: 950px;
    margin: auto;
}

#bloc_page0
{
    width: 100%;
    margin: auto;
}

#cache
{
    /*visibility: hidden;*/ 
    display: none;
}
#fondvert
{
    background-color:#145044;
}
#lignegrise
{
    height:10px; 
    background-color:#5b5d61;
}


#ligneverte
{
    height:10px; 
    background-color:#c2b600;
}

header
{
    background: #143f73;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0px;
    padding: 0px;
    color:#ffffff;
}
header h1 img
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.0em;
    font-weight: normal;
    margin: 0 0 0px 0px;
}
header nav li a 
{
    text-decoration:none;
    padding:3px;
    color:#95bcda;
 }

nav ul
{
    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: #1E2022;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
	color: #c60800;
}


#banniere_image
{
    margin-top: 2px;
    margin-bottom: 2px;
    height: 200px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
}

#banniere_image h1
{
    margin: 0px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgba(24,24,24,0.4);
    color: white;
    font-size: 1em;
    
}

.boutonA
{
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: #cfd0df;
    border: 1px solid #181818;
    border-radius: 5px;
    font-size: 1.3em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: #000080;
    text-decoration: none;
}

/*menu horizontal défilant*/


#menu 
{
 display: inline-block;
 text-align:center;
}

#menu :hover {
 background-color: #143f73;
 }
#menu ul {
 margin:0;
 padding:0;
 list-style-type:none;
 text-align:center;
 }
#menu li {
 float:left;
 margin:1px;
 padding:0;
 background-color: #c2b600;
 border-radius: 5px;
 }
#menu li a {
 display: block;
 min-width:78px;
 color: #143f73; 
 font-size: 16px;
 text-decoration:none;
 padding:3px;

 }
#menu li a:hover {
 color:#af33ff;
 }
#menu ul li ul {
 display:none;
 }
#menu ul li:hover ul {
 display:block;

 }
#menu li:hover ul li {
 float:none;
 }
#menu li ul {
    position:absolute;
}
/*menu lateral centre ou aligne*/
#menucol, #menucol ul
{
    margin: 0;
    padding: 0px;
    list-style: none;
    text-align:left;
    width: 180px;
    border-radius: 10px;
    align-items: center;
}
#menucol li {
 float:left;
 margin:4px;
 padding:0;
 background-color: #e6e5dc;
border-radius: 10px;
 min-width:100px;
 color: #1e2022;
 font-size: 0.9em;
 font-family: 'BallparkWeiner';
 padding:5px;
 } 


/* 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;
 }
 
/* Corps */

section
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    background-color: #fefefe;
	min-height:800px;
	color: #181818;

}

section a 
{
   color: #1e2022;
}

section h1 
{
   color: #181818;
}
article
{
    margin-left: 10px;
    margin-right: 10px;
    flex: 3;
}
article
{
    text-align: justify;
}
article p
{
    font-size: 0.9em;
}
#lignebs
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
#lignebc
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#lignebe 
{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
#lignesc 
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#ligneas
{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#ligneac
{

    flex-direction: line;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
#ligneae
{
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    flex-wrap: wrap;
}

#colss
{
    display: flex;
    flex-direction: column;
}
#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;
}
#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;
}
#col13
{
    width: 32.3%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}
/*
#bz
{ 
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 13px;
    margin-top: 13px;
    margin-bottom: 13px;
    border-radius: 13px;
    padding: 2px;
    box-shadow: 0px 2px 5px #1c1a19;
}
*/

.boutonAbsolu
{
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
/*    background: url('../image/boutonViolet.jpg') repeat-x;*/
    background-color: #fefefe;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: #707070;
    text-decoration: none;
}

#bz
{ 
    text-align: center;
    margin-left: 13px;
    margin-top: 13px;
    margin-bottom: 13px;
    border-radius: 13px;
    padding: 22px;
    box-shadow: 0px 2px 5px #1c1a19;
}
#bzside
{ 
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 2px;
    box-shadow: 0px 2px 5px #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;
}

#texte
{
    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;
}

#imagemail img
{
    width: 120px;
    height: 30px;
    margin:0px;
    padding:0px;
}

#imagpeied img
{
    width: 133px;
    height: 100px;
    padding: 2px;
}

.imagerondie
{
    margin-left: 13px;
    margin-right: : 13px;
    margin-top: 13px;
    margin-bottom: 13px;
    padding: 2px;
    border-radius: 13px;
    box-shadow: 0px 2px 5px #1c1a19;
}
.fondu
{
    height: 25px;
    right: 5px;
    bottom: 5px;
    background-color: rgba(255,255,255,0.4);
    border-radius: 5px;
    /*font-size: 1.0em;*/
    text-align: center;
    padding: 3px 8px 0px 8px;
    text-decoration: none;
    color:#181818
}

.nom 
{
    font-size: 1.2em;
}

.bouton
{
    height: 25px;
    right: 5px;
    bottom: 5px;
    background: #b8c1d0;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.0em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    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;
}
.gris
{

    background: #f0f0f0;
    border-radius: 10px;
    text-align: center; 
    padding: 10px;
    min-width: 80px;
}
.pave
{

    background: #c0c0c0;
    border-radius: 10px;
    text-align: center; 
    padding: 10px;
    min-width: 80px;
}

.bleu
{
    height: 25px;
    right: 5px;
    bottom: 5px;
    background: #67a6a4;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.0em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    text-decoration: none;
}

.vert
{
    height: 25px;
    right: 5px;
    bottom: 5px;
    background: #c2b600;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.0em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    text-decoration: none;
}

.bleuTitre
{ 
    color:#3366ff;
 }
.titre
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.0em;
    font-weight: normal;
}
.grisfaible
{ 
    background-color:#f0f0f0;
 }

#bordure
{

    background-color: #fefefe;
    text-align: center;
    padding: 2px;
    box-shadow: 0px 4px 4px #1c1a19;
}

#pttitre
{
    position: absolute;
    bottom: 3px;
    height: 33px;
    left:15px;
    padding-top: 2px;
    padding-left: 2px;
}

#photo
{
    padding : 2px;
    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;
}


/* Footer */

/* flex box en ligne*/
footer
{
    margin: 0;
    background: #143f73;
    color:#ffffff;
}
footer h2, h1
{
    margin: 0 0 0px 0px;
    color:#ffffff;
}
footer a
{
    color:#95bcda;
}
footer ul
{
    list-style-type: none;
}
A{text-decoration: none}
A:hover{text-decoration: none; color:#AF33FF}