/* CSS Document */
body {
	font: 16px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	background-repeat: repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000080;
}
a:visited {
	color: #000080;
}
a:hover {
	color: #000080;
}
a:active {
	color: #000080;
}

/*--------Polices--------*/
.Style1 {
	font-family: "Arial";
	font-size: 36px;
	color: #000080;
}
.Style2 {
	font-family: "Arial";
	font-size: 36px;
	color: #ffffff;
}
.Style3 {
	font-family: "Arial";
	font-size: 20px;
	color: #bf9955;
}
.Style4 {
	font-family: "Arial";
	font-size: 20px;
	color: #404040;
}
.Style5 {
	font-family: "Arial";
	font-size: 16px;
	color: #000000;
}
.Style6 {
	font-family: "Arial";
	font-size: 16px;
	color: #FF0000;
}
.Style7 {
	font-family: "Arial";
	font-size: 18px;
	color: #077107;
}
.Style8 {
	font-family: "Arial";
	font-size: 18px;
	color: #4b350f;
}
.Style9 {
	font-family: "Arial";
	font-size: 18px;
	color: #000000;
	background-color: #bfd630;
}
.Style10 {
	font-family: "Arial";
	font-size: 16px;
	color: #808080;
}
.Style13 {
	font-family: "Arial";
	font-size: 20px;
	color: #000000;
}

/*--------Puces--------*/
#Puce .li1 {
 display : list-item;
 list-style-image : url(../icones/puce.png);
}
#Puce .li2 {
 display : list-item;
 list-style-image : url(../icones/fleche1.gif);
}
#Puce .li3 {
 display : list-item;
 list-style-image : url(../icones/fleche2.png);
}

/*--------Pagination--------*/
#Logo {
position: fixed;
width: 200px;
top: 10px;
left: 20px;
}

#Image {
position: absolute;
width: 800px;
top: 0px;
left: 350px;
}

#Titre {
position: absolute;
width: 600px;
top: 150px;
left: 600px;
}

#Texte {
position: absolute;
width: 1000px;
top: 200px;
left: 230px;
right: 50px;
}

#Fb {
position: fixed;
top: 470px;
left: 40px;
}

#FBicone {
width: 70px;
height: auto;
}
#PBicone {
width: 90px;
height: auto;
}

#Compteur {
position: fixed;
width: 120px;
top: 570px;
left: 60px;
}

article {
  max-width: 1000px;
  padding: 10px;
  color: black ;
  text-align: center ;
  background-color: #b8d98b;
}

.ombre {
  box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
}

/*--------début du menu de premier niveau--------*/
#menu {
width:100px;      /*je mets une largeur correspondant à mon image de fond pour le placer à gauche dans l'image */
position: fixed;
top: 200px;
left: 10px;
height: auto;
list-style-type: none;
margin: 0;
padding: 0;
border: 0;
}

#menu > li {
width: 180px;
margin: 10px;
padding: 0;
border: 0;
border-radius:2px 2px 2px 2px;
text-align: center;
}

#menu li a {
display: inherit;
color: #000000;
background-color: rgb(60, 129, 39);
background-color: rgba(60, 129, 39, 0.5);
margin: 0;
padding: 4px 8px;
text-decoration: none;
border-radius:2px 2px 2px 2px;
}

#menu li a:hover {
background-color: rgb(60, 129, 39);
background-color: rgba(60, 129, 39, 1);
font-weight: bold;
color: #ffffff;
}
/*---------------fin du menu de premier niveau-------------*/

/*---------------début du menu déroulant-------------------*/

#menu .menuderoulant {
width:220px;    /*une largeur supérieur au menu li pour se rendre sur le menuderoulant meme avec un espace*/
display: none;
list-style-type: none;
margin: -27px 0 0 222px;   /*une marge top inferieur pour remonter le menuderoulant et une marge left pour le decaler à droite du menu*/
padding: 0;
border: 0;
position:absolute; /*pour eviter tout decalage*/
}

#menu .menuderoulant li {
float: right;
margin:0 auto;
padding: 0;
border: 0;
width: 260px;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
}

#menu .menuderoulant li a {
display: block;
color: #000000;
margin: 0;
border: 0;
text-decoration: none;
background-color: rgb(155, 190, 140);
background-color: rgba(155, 190, 140, 1);
}

#menu .menuderoulant li a:hover {
background-color: rgb(60, 129, 39);
background-color: rgba(60, 129, 39, 1);
font-weight: bold;
color: #ffffff;}

#menu li:hover > .menuderoulant {
display: block;
font-weight: normal;
}

/*----------fin du menu déroulant----------------*/
/*---------------début du menu déroulant 2-------------------*/

#menu .menuderoulant2 {
width:190px;    /*une largeur supérieur au menu li pour se rendre sur le menuderoulant meme avec un espace*/
display: none;
list-style-type: none;
margin: -27px 0 0 272px;   /*une marge top inferieur pour remonter le menuderoulant et une marge left pour le decaler à droite du menu*/
padding: 0;
border: 0;
position:absolute; /*pour eviter tout decalage*/
}

#menu .menuderoulant2 li {
float: right;
margin:0 auto;
padding: 0;
border: 0;
width: 200px;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
}

#menu .menuderoulant2 li a {
display: block;
color: #000000;
margin: 0;
border: 0;
text-decoration: none;
background-color: rgb(155, 190, 140);
background-color: rgba(155, 190, 140, 1);
}

#menu .menuderoulant2 li a:hover {
background-color: rgb(60, 129, 39);
background-color: rgba(60, 129, 39, 1);
font-weight: bold;
color: #ffffff;}

#menu li:hover > .menuderoulant2 {
display: block;
font-weight: normal;
}

#menu .page_active {
color: #ffffff;
font-weight: bold;
background-color: rgb(60, 129, 39);
background-color: rgba(60, 129, 39, 1);
}
/*----------fin du menu déroulant 2----------------*/

/*--------début du menu bouton--------*/
#menuB {
width:300px;      /*je mets une largeur correspondant à mon image de fond pour le placer à gauche dans l'image */
height: auto;
list-style-type: none;
margin: 0px auto;    /*je mets un margin auto pour le centrer dans la page avec l'image*/
border: 0;
text-align: center;
border-radius:2px 2px 2px 2px;
}

#menuB > li {
width: 220px;
height: 25px;
margin: 0px;
padding: 0;
border: 0;
border-radius:2px 2px 2px 2px;
text-align: center;
}

#menuB li a {
display: inherit;
color: #000000;
background-color: rgb(60, 129, 39);
background-color: rgba(60, 129, 39, 0.5);
margin: 0;
padding: 4px 8px;
text-decoration: none;
border-radius:2px 2px 2px 2px;
}

#menuB li a:hover {
background-color: rgb(60, 129, 39);
background-color: rgba(60, 129, 39, 1);
font-weight: bold;
color: #ffffff;}
/*---------------fin du menu bouton-------------*/

/*--------début du menu bouton 2--------*/
#menuB2 {
position: relative;
top: 0px;
left: 0px;
height: auto;
list-style-type: none;
margin: 0;    /*je mets un margin auto pour le centrer dans la page avec l'image*/
padding: 0;
border: 0;
}

#menuB2 > li {
float:left;
position: relative;
width: 100px;
height: 25px;
margin: 0px;
padding: 0;
border:1px
solid #ffffff;
border-radius:5px 5px 5px 5px;
text-align: center
}

#menuB2 li a {
display: inherit;
color: #000000;
background-color: rgb(60, 129, 39);
background-color: rgba(60, 129, 39, 0.5);
margin: 0;
padding: 4px 8px;
text-decoration: none;
border-radius:5px 5px 5px 5px;
}

#menuB2 li a:hover {
background-color: rgb(60, 129, 39);
background-color: rgba(60, 129, 39, 1);
font-weight: bold;
color: #ffffff;
}
/*---------------fin du menu bouton 2-------------*/

/*--------début du menu horizontal de premier niveau--------*/
#menuH {
background-color:rgb(255, 255, 255);
position: relative;
top: 0px;
left: 0px;
width:1300px;      /*je mets une largeur correspondant à mon image de fond pour le placer à gauche dans l'image */
height: auto;
list-style-type: none;
margin: 0;    /*je mets un margin auto pour le centrer dans la page avec l'image*/
padding: 0;
border: 0;
}

#menuH > li {
float:left;
position: relative;
width: 180px;
height: 55px;
margin: 5px;
padding: 0;
border: 0;
border-radius:2px 2px 2px 2px;
text-align: center
}

#menuH li a {
display: inherit;
color: #000000;
background-color: rgb(60, 129, 39);
background-color: rgba(60, 129, 39, 0.5);
margin: 0;
padding: 4px 8px;
text-decoration: none;
border-radius:2px 2px 2px 2px;
}

#menuH li a:hover {
background-color: rgb(60, 129, 39);
background-color: rgba(60, 129, 39, 1);
font-weight: bold;
color: #ffffff;
}

#menuH .page_active {
background-color: rgb(60, 129, 39);
background-color: rgba(60, 129, 39, 1);
border-radius:2px 2px 2px 2px;
font-weight: bold;
}
/*---------------fin du menu horizontal de premier niveau-------------*/

/*---------------début du menu déroulant-------------------*/

#menuH .menuderoulantH {
width:120px;
display: none;
list-style-type: none;
margin: 0 0 0 0;
padding: 0;
border: 0;
position:absolute; /*pour eviter tout decalage*/
}

#menuH .menuderoulantH li {
float: right;
margin:0 auto;
padding: 0;
border: 0;
width: 120px;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
}

#menuH .menuderoulantH li a {
display: block;
color: #FFF;
margin: 0;
border: 0;
text-decoration: none;
background-color:rgb(0, 0, 0);
background-color:rgba(0, 0, 0,0.5);
}

#menuH .menuderoulantH li a:visited {
background-color:rgb(100, 70, 70);
background-color:rgba(100, 70, 70, 0.5);
}

#menuH .menuderoulantH li a:hover {
background-color: rgb(246, 186, 4);
background-color: rgba(246, 186, 4, 0.8);
}

#menuH li:hover > .menuderoulantH {
display: block;
}
/*----------fin du menu déroulant----------------*/

/*--------Liste simple--------*/
#liste {
position: relative;
width:1000px;      /*je mets une largeur correspondant à mon image de fond pour le placer à gauche dans l'image */
height: auto;
background-color:#ffffff;
list-style-type: none;
margin: 0px;    /*je mets un margin auto pour le centrer dans la page avec l'image*/
padding: 0;
border: 0;
justify-content: center;
}

#liste li {
 float:left;
 position: relative;
 width: auto;
 height: 160px;
 color:#000000;
 border:2px solid #000000;
 border-radius:2px 2px 2px 2px;
 text-decoration:none;
 text-align: center;
 margin: 10px;
 padding: 0px;
 }

.Blanc {
background-color:#ffffff;
}
.Vert {
background-color:#b8d98b;
}
#Membre {
background-color:#f6ff01;
}
.Conseil {
height: 0px;
}

/*--------Liste sous forme de boîtes--------*/
#boite {
position: relative;
background-color:rgb(FF, FF, FF);
top: 0px;
left: 0px;
width:1000px;      /*je mets une largeur correspondant à mon image de fond pour le placer à gauche dans l'image */
height: auto;
list-style-type: none;
margin: 0;    /*je mets un margin auto pour le centrer dans la page avec l'image*/
padding: 0;
border: 0;
}

#boite > li {
float:left;
position: relative;
width: 235px;
height: 180px;
margin: 5px;
padding: 0;
border: 0;
background-color: rgb(155, 190, 140);
background-color: rgba(155, 190, 140, 0.5);
border:2px solid #1e5f1e;
border-radius:8px 8px 8px 8px;
text-align: center
}

#boite li a {
display: inherit;
color: #000000;
background-color: rgb(155, 190, 140);
background-color: rgba(155, 190, 140, 0.5);
margin: 0;
padding: 4px 8px;
font-weight: bold;
text-decoration: none;
border-radius:8px 8px 8px 8px;
}

#boite li a:hover {
background-color: rgb(60, 129, 39);
background-color: rgba(60, 129, 39, 1);
}
/*---------------fin de la liste-------------*/

/*--------Formulaires--------*/
button, input, select, textarea {
  font-family : inherit;
  font-size   : 16px;
  background-color:#9dc093;
  padding:3px;
  border:2px solid #1e5f1e;
  border-radius:5px;
}
#valid:hover {
width: 70px;
color: #ffffff;
font-weight: bold;
background-color: rgba(60, 129, 39, 1);
}
#bouton {
  font-family : inherit;
  font-size   : 16px;
  background-color:#56be36;
  padding:3px;
  border:4px
  solid #3c8127;
  border-radius:5px;
}
.label {
  font-family : inherit;
  font-size   : 16px;
  background-color:#b8d98b;
  padding:3px;
  border:2px
  solid #3c8127;
  border-radius:5px;
}
