﻿html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color: white; 
 font-family: Verdana, sans-serif; 
 font-size:13px;
 
 }

h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
p,ul,li,td {
 color: black; 
 }
a:link {
 color: #B4545F;
 text-decoration: underline;
 }
a:visited {
 color: gray;
 }
a:hover {
 color: green;
 text-decoration: none;
}

#entete, #menu, #contenu, #footer {
padding:1px 0;
}
#entete {
background-color:#C9B3A0;
text-align:left;
/*padding-left:200px;*/
}
#main {
max-with:960px;
min-width: 500px;
margin:auto;
}
#menu  {
float:left;
width:200px;

background-color:#C2CCC4;
}
#contenu {
margin-left:205px;
min-width: 500px;
/*width:800px;*/

}
#footer {
background-color:#C9B3A0;
text-align:center;
clear:both;
}
#tableau {
	
	width: 100%;
	/*border:1px solid blue;*/
	float:left;
	columns: 200px 3;
}
#tableau:after {
  content: ""; /* Important, sinon l'élément n'est pas généré. */
  display: table;
clear: left;
}

.flottante{
margin: 2px;
/*float: left;*/
width: 200px;
/*border:1px solid red;*/
}
.tableauTitre{
margin: 2px;
/*float: left;*/
width: 100%;
border:1px;
}



.spacer {
clear: both;
}
.coll-small{
	width:70px;
}
.coll-normal{
	width:100px;
}
.coll-big{
	width:300px;
}
.coll-title{
	font-variant:small-caps;
	font-size:x-small;
}
.info-menu{
	margin: 2px;
	/*font-size:x-small;*/
}
.image-center{
	text-align:center;
}
.home-texte{
	width:500px;
}
.table{
	
}

.table tr:hover td{
	background:#C2CCC4
}

.txtsamll{
	width:50px;
}
.txtmoyen{
	width:200px;
}
.txtlarge{
	width:300px;
}

.obligatoire{
	color: red;
}

#results{
	font: 13px Verdana, Helvetica, sans-serif;
	/*width: 400px;*/
	margin-left: auto;
	margin-right: auto;
}
#results .loading-indication{
	background: #FFFFFF;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}
.pagination {
	padding: 0px;
	margin: 0px;
	height: 30px;
	display: block;
	text-align: center;
}
.pagination li {
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin-right: 1px;
	width: 30px;
	text-align: center;
	background: #4CC2AF;
	line-height: 25px;
}
.pagination .disabled {
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin-right: 1px;
	width: 30px;
	text-align: center;
	line-height: 25px;
	background-color: #666666;
	cursor:inherit;
}
.pagination li a{
	color:#FFFFFF;
	text-decoration:none;
}
.page_result{
	padding: 0px;
}
.page_result li{
	background: #E4E4E4;
	margin-bottom: 5px;
	padding: 10px;
	list-style: none;
}
.page_result .page_name {
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}

.menuh {
    display: flex;                /* Transformation en flexbox */
    padding:0;                    /* Suppression des marges internes */
    background-color: #F6F6F6;       /* Ajout de la couleur d'arrière-plan */
    justify-content: space-around;/* Alignements des liens dans le menu */
}
.menuh li {
    list-style-type: none ;       /* Suppression des puces */
  
}
.menuh a {
    display:block;                /* Transformation en block */
    min-width: 120px;             /* Largeur minimale des liens */   
    
    margin: 0.5rem;               /* Marges externes */
    padding: 0.4rem 0;            /* Marges internes */
    text-align: center;           /* Centrage du texte */   
    background-color: #C9B3A0;    /* Arrière-plan */
    color: #fff;                  /* Couleur du texte */
    text-decoration: none;        /* Suppression du soulignement */
    border: 1px solid #fff;       /* Ajout d'une bordure */
    border-radius: 4px;           /* Arrondis des bordures */
    
    transition: all 1s ;          /* Ajout des effets de transition */
}
.menuh a.actif {    
    background-color: #C2CCC4 ; 
    color: #000 ;
    border-color: #C9B3A0 ;
}
.menuh a:hover,
.menuh a:hover.actif{
    background-color: #EEEEEE;
    color: #000;
    border-color: #EEEEEE;
}


