/* Mise en page globale */

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */

/*
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}
body {
    background-size: cover;
    background-position: center;
	background-color:#a7a3a3;
    height: 100vh; 
}


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    box-shadow: rgba(0,0,0,0.1) 0 0 10px;
    background-color: #fff;
  
}
.logo {
    font-size: 45px;
}
ul {
    list-style: none;
    display: flex;
}
ul li {
    margin: 0 10px;
}
a {
    text-decoration: none;
    color:#000;
    font-weight: bold;
    padding: 10px 20px;
    transition: 0.5s;
    border-radius: 6px;
}
a:hover {
    background-color: #000;
    color: #fff;
}


}
*/

html {
	background-color: #f7f5f3;
}

body {      /* pour affichage correct sur iphone */
  position: relative; /* on positionne le conteneur */
  margin-top: 0;
  margin-left: auto; 
  margin-right: auto; 
  max-width:1370px;
  text-align: left; 
  color: black;
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, serif;
  background-color:#9f9b9b;


 }

#container {
  background:#a29f9f none repeat scroll 0 0;
/*  border-left:1px solid #3A6BC0;
    border-right:1px solid #3A6BC0;
 */
    height:auto !important;
      margin:0;
      overflow:hidden;
      padding:0;
    }

/* En-tête */ 
#header {
    height: 100px;
    background: #666666 url("images/bandeau-a.jpg") top left no-repeat;
    background-color: #0a1029;
    
}
#header img {
    float: right;
    margin: 5px 5px 0 0;

}

#header h1 {
text-indent: -5000px; 
margin:0;
line-height: 0;
}

#header p { 
margin: 45px 0 0 225px;
font-weight: bold;
color: white;
font-size: 1.1em;
}

/* Menu horizontal */
#menuhaut { 
margin: 0;
padding: 0.1em 0.5em 0.1em 0;
list-style-type: none;
background-color: black;
color: white;
text-align: right;
}
#menuhaut li {
display: inline;
} 
#menuhaut a {
color: white;
text-decoration: none;
}
#menuhaut a:hover {
text-decoration: underline;
}


div#textev {
    text-align:center;
    /* margin-left:180px; */
    /* margin-right:180px; */
    height:100%;
    /*background-color: red; */
    }
    
div#textev h2 {
    width:100%;
    margin: 0 auto;
    color: #fff;
    font-size: 1.4em;

}

div#textev p {
width:100%;
margin: 0 auto;
color: #FFFFFF;
}

div#vignetteint {
	/* display: flex; */
    /* width:150px; */
    margin-right:auto;
    margin-left:auto;
    float:left;
    text-align:center;
	padding-top:25px;
   /* background-color: black; */
}
div#vignetteintdroite {
    /* width:150px; */
    margin-right:auto;
    margin-left:auto;
    float:right;
    text-align:center;
	padding-top:25px;
    /*background-color: white;  */
}

div#vignetteint p{

    margin-top:0;
    margin-right:auto;
    margin-left:auto;
    color: #CCCCCC;
    font-size: 0.8em;
}

div#vignetteintdroite p{

    margin-top:0;
    margin-right:auto;
    margin-left:auto;
    color: #CCCCCC;
    font-size: 0.8em;
}

div#textev h1 {
    width:50%;
    font-weight: bold;
    font-size: 150%;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #ffff99;
    font-variant: normal;
    margin: 0 auto;
}

a {
text-decoration: none; /* définition du lien qui affichera le "calque" */
}

a:hover {
background: none; /* correction d'un bug IE */
}
a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}

a:hover span {
    display: inline;
    position:absolute;
    float:left;
    padding-top:0px;
    /*top:100px;   /*120*/
    /*left:355px;*/
    /*width:480px;*/
    /*height:400px;*/
	/*top:80px;  */
	top:40px; 
	/*padding-top:0px;*/
	/*left:190px;
	width:810px;
    height:540px;*/
	/*left:310px;*/
	/*width:510px;
    height:300px;
    line-height:300px;*/
    /*background: #666666;*/
    /*background-color: #CC0099;*/
    text-align: center;
    color: white;
	/*opacity:0.95;*/
}

a:hover span.decalbasdroite {
	top:150px;
	left:310px;
}

a:hover span.decalbasgauche {
	top:150px;
	left:310px;
}
a:hover span.decaldroite {
	/*top:150px;*/
	left:310px;
}
a:hover span.decalgauche {
	/*top:150px;*/
	right:150px;
}

a:hover span.decalspecial {
	/*top:150px;*/
	right:270px;
}







/* Menu vertical */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}


#menu {
float: left;
width: 13em;
padding: 0.5em 0 4em 0;
margin: 0px;
background: #666666 url(images/fondmenu.jpg) bottom left no-repeat;
}

#menu dt {
cursor: pointer;
margin: 2px 0;
height: 2em;
line-height: 1.8em;
color: white;
font-weight: bold;
font-size: 120%;
text-indent: 1em;
}

#menu li {
/*text-align: right;*/
}
.right {
text-align: right;
}


#menu li a, #menu dt a {
color: white;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
background: #cccc33;
color: #336600;
}







#menu ul {
list-style-type: none;
padding: 0;
margin: 0 1em 0 1em;
} 
#menu li a {
display: block;
text-decoration: none;
height: 2em;
line-height: 1.8em;
color: white;
font-weight: bold;
font-size: 120%;
text-indent: 1em;
}
#menu li a:hover {
background: #cccc33;
color: #336600;
}







/* Formulaire */
#menu p { 
margin: 1.5em 0 0 1em;
font-weight: bold;
color: white;
}
#menu form {
margin:0 0 0 1em;
}
#menu form .champ {
width: 8em;
}
/* Contenu global */
#global {
    /*margin-left: 13em; inutile si menu hrorzontal*/
    background-color: #666666;
    height:auto;
    min-height:500px;
    /*height:100%;*/
    padding : 0 0 0 0; 

}
#global h1 {
    font-weight: bold;
    font-size: 150%;
    padding-bottom: 0.2em;
    border-bottom: 3px solid #ffff99;
    font-variant: normal;
    text-indent: 5px;
    color: #0000CC;
}

/*#global h1 {
    display:none;
    }  */


#global h2 {
margin-top: 1em;
margin-bottom: 1em;
font-size: 110%;
font-weight: bold;
color: white;
}

#global p {
font-size:12px;
margin : 0 0 0 0;
padding : 0 0 0 0;
    margin-left:2em;
    color: #FFFFFF;
}

#global ul {
    list-style-type: circle;
    padding: 0;
    margin: 0 1em 0 1em;
    font-weight: bold;
} 
#global li  {
    list-style-type: square;
    padding-left:5px;
    margin-left:0.5em;
    color: white;
    text-indent: 1em;
    font-size: 0.9em;
}

#global input {
 margin : 0 0 0 0;
 padding : 0 0 0 0;
 font-size:12px;

}

 #global br {
 margin : 0 0 0 0;
 padding : 0 0 0 0;
 line-height:6px;

}




/*liens*/


a {
text-decoration: none; /* définition du lien qui affichera le "calque" */

    color: #ggg;
}

/* Encart */
#encart {
float: right; 
/*width: 250px;*/
width: 25%;
margin: 0 5px 5px 5px;
padding-top: 30px;
background: url(prive/posthaut.png) left top no-repeat;
}
#encart h3 {
font-size: 130%;
margin: 0 0 0 40px;
}
#bloccadre {
background: url(prive/postbas.png) left bottom no-repeat;
padding: 0 0 25px 40px;
}
#bloccadre ul {
margin: 1em 0 0 0;
padding:0;
}
#bloccadre li {
margin: 0;
list-style-image: url(prive/postpuce.png);
}
#bloccadre li a {
color: black;
text-decoration: none;
}
#bloccadre li a:hover {
text-decoration: underline;
}

#bloctexte {
    float:left;
    width:93%; /*etait 90% avt 14-10-2017*/
    background-color:#666666;

}

.photomois {
color: #F2D9B2;	
}

.printyes {
display:none;
}

.important {
background-color:red;
}

#pied {
float:left;
width:100%;
height:100px;
text-align:center;
font-size:0.8em;
color:white;
/*background-color:white;  */

}

.centre {
text-align:center;
}

.petit{
font-size:0.7em;
}


   #datas{
    width:830px;
	/*margin-left:10px;*/
    height:auto;
    float:left;
    font-size:0.8em;
	/*min-height:400px;*/
    
    }
    
/* pour affichage des tables*/
#datas table {
    border-top-style:solid;
    border-right-style:solid;
    border-left-style:solid;
    border-bottom-style:solid;
    border-width:1px;
    border-color:black;
    width:100%;
    }

#datas td, th {
	border-width:1px;
    border-color:#CCCCCC;
    line-height:normal;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin:0 0 0 0;
    color:black;
    border-right-style: solid;
    border-bottom-style: solid;
    }

#datas th {
    font-weight:bold;
    text-align:center;
	background-color: #908c75;
    }
#datas td {
    font-weight: normal;
    text-align:center;
	background-image: linear-gradient(#8D7E2A, rgba(249, 249, 249, 0.3));

    }
	


