/* ma feuille de style  */

body{
	margin: 0;
	padding: 0;	
	font-family: Arial;
	background-color: #eaeaea;
}

.conteneur{
	width: 980px;
	height:	auto;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
	
}

.navbar_style{
	background-color: #2581c4!important;
	color: white;
	font-size: 18px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.navbar_color_text{
	color: white!important;
}

#gestion{
	clear: both;
	margin-top: 20px;
	margin-left: 60px;
	margin-bottom: 20px;
}

#text_vert{
	color: green;
	font-weight: bold;
}

#text_rouge{
	color: red;
	font-weight: bold;
}

#mois_gras{
	font-weight: bold;
}
#td_gras{
	font-weight: bold;
}

/* ---------------------------------------*/
.ligne_top{
	height: 20px;
}

.flex_center{
	display: flex;
    justify-content: center;
}


.filter-ad{
	position: relative;
	z-index: 1;
	left: 94%;
	top: -32px;
	color: green;
	width: 0;
	font-size: 25px;
}
  
.filter-wrong-ad{
	position: relative;
	z-index: 1;
	left: 94%;
	top: -32px;
	color: red;
	width: 0;
	font-size: 25px;
}

.button_right{
	display: flex;
	justify-content: flex-end;
}

.space_around{
	display: flex;
	justify-content: space-around;
}

.div_form_doc{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
	margin-bottom: 50px;
}


/* ---------------------------------------*/

#d1 {
	display: none; 
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 250px;
	height: 150px;
	background-color: #E5E4E3;
	text-align: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	}

#imput_lib{
	border-radius: 40px 40px 40px 40px;
	text-align: center;
	width: 100px;
}
/*---- le Menu déroulant --------------
 */
/*pour IE */
#menu {
 height:50px;
 }
 
  
#menu ul {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
	 text-align: center;
	}
	
#menu li {
	 float: left;
	 margin: auto;
	 padding: 0;
	 background-color: #2581c4;
	 }
	 
#menu li a {
	 display: block;
	 width: 150px;
	 color: white;
	 text-decoration: none;
	 padding: 5px;
	 }
	 
#menu li a:hover {
	 color: #FFD700;
	 }
	 
#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;
 }


/*------------------------------------------*/
label.radio{
  color:  black;
}

label.radio > input{
 display:none; 
}

label.radio.vert > input:checked + span {
	background: green; 
	color: yellow;
	padding: 7px;
}

label.radio.rouge > input:checked + span {
	background: red; 
	padding: 7px;
}


