:root {                 /* Couleurs de mise en page */
	--couleur_arriere_plan_principale: cornsilk;
	--couleur_panneau_centraux: white; /* cornsilk; */
	--couleur_panneau_central_lateral_gauche:  cornsilk;/* cornsilk; */
	--couleur_hautdepage: Salmon; /* rgb(255, 204, 102); */
	--couleur_basdepage: LightSalmon;/* rgb(255, 246, 143); */
	--couleur_grille_ligne_impaire: LightCoral; /* rgb(255, 255, 204); */
	--couleur_grille_ligne_paire: LightSalmon; /* rgb(255, 204, 102); */
}

#conteneur_maitre {
	min-height: 97vh;
	display: flex;
	flex-direction: column;
}

.haut {
	height: 40px;
}

.milieu {
	flex-grow: 1;
}

.bas {
	background-color: var(--couleur_basdepage);
	height: 40px;
}

#conteneurh {
	display: flex;
}

.gaucheH {
	font-size: 14px;
	font-family: Arial, Verdana, Sans-serif;
	width: 450px;
	background-color: var(--couleur_hautdepage);
}

.centreH {
	flex: 1;
	background-color: var(--couleur_hautdepage);
	vertical-align: middle;
	text-align: left;
}

.droiteH {
	width: 30px;
	background-color: var(--couleur_hautdepage);
}

.hautD {
	margin-left: 25%;
	height: 25px;
	padding-top: 5px;
}

#conteneurm {
	display: flex;
}

.gaucheM {
	font-size: 14px;
	font-family: Arial, Verdana, Sans-serif;
	width: 15%;
	width: 265px;
	background-color: var(--couleur_panneau_central_lateral_gauche);
}

.droiteM {
	flex: 1;
	overflow: auto;
	background-color: var(--couleur_panneau_centraux);
}

#conteneurb {
	display: flex;
}

.gaucheB {
	font-size: 14px;
	font-family: Arial, Verdana, Sans-serif;
	width: 271px;
}

.centreB {
	flex: 1;
	padding: 10px;
	text-align: center;
}

.droiteB {
	padding: 10px;
	width: 300px;
	text-align: right;
}


.btnav {
	width: 33px;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-serif;
}

.bandeau {
	font-size: 28px;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-serif;
	padding-left: 80px;
	padding-right: 10px;
}

table.color_line_r tr:nth-child(2n+0) td {
	background-color: var(--couleur_grille_ligne_paire);
}

table.color_line_r tr:nth-child(2n+1) td {
	background-color: var(--couleur_grille_ligne_impaire);
}

table.color_line tr:nth-child(2n+0) td {
	background-color: var(--couleur_grille_ligne_impaire);
}

table.color_line tr:nth-child(2n+1) td {
	background-color: var(--couleur_grille_ligne_paire);
}


.couleur_ligne_paire{
	background-color: var(--couleur_grille_ligne_paire);
	}

.couleur_ligne_impaire{
	background-color: var(--couleur_grille_ligne_impaire);
	}

.couleur_ligne_selectionnee{
	background-color: lime;
	}

/* couleur police grille détail acte */

.enteteliste {
	background-color: var(--couleur_grille_ligne_paire);
}

.titre_detail {
	font-weight: bold;
	background-color: var(--couleur_grille_ligne_paire);
}

.label_detail {
	font-style: italic;
	background-color: var(--couleur_basdepage);
}

.valeur_detail {
	background-color: var(--couleur_grille_ligne_impaire);
}


/* police bandeau gauche information recherche */

.rech {
	border-style: solid;
	font-size: 14px;
	font-family: Arial, Verdana, Sans-serif;
	text-align: center;
}

.info_b {
	font-weight: bold;
}

.info_i {
	font-style: italic;
}

.info_is {
	font-style: italic;
	text-decoration: underline;
}

.loupe {
	cursor: url(../img/loupe.cur), -moz-zoom-in;
}

.astuces_titre {
margin-top:50px;
margin-bottom:20px;
text-align:left;
margin-left:20px;
font-weight: bold;
font-size:18px	
}
.astuces_texte {
text-align:left;
margin-left:80px;
margin-bottom:20px;
font-size:14px	
}


/* CSS MENU */

p {
	color: var(--couleur_grille_ligne_impaire);
}

#menu {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	background: var(--couleur_hautdepage);
	width: 410px;
	height: 50px;
	margin: 20px;
	color: var(--couleur_grille_ligne_impaire);
}

#nav {
	margin: 0;
	padding: 0px 0px 0;
	background: var(--couleur_hautdepage)
}

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */

#nav p {
	font-weight: bold;
	color: rgb(102, 102, 102);
	text-decoration: none;
	display: block;
	padding: 6px 6px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

#nav p:hover {
	background: #000;
	color: var(--couleur_grille_ligne_impaire);
}


/* main level link hover */

#nav .current p,
#nav li:hover>a {
	background: #666 url(../images/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}


/* sub levels link hover */

#nav ul li:hover p,
#nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul p:hover {
	background: #0078ff url(../images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}


/* dropdown */

#nav li:hover>ul {
	display: block;
}


/* level 2 list */

#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(../images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul p {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}


/* level 3+ list */

#nav ul ul {
	left: 181px;
	top: -3px;
}


/* rounded corners of first and last link */

#nav ul li:first-child>a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}

#nav ul li:last-child>a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}


/* clearfix */

#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav {
	display: inline-block;
}

html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}