* {
	margin: 0px;
	padding: 0px;
}

/*--------------------*/ /*AFFICHAGE DES IMAGES*/
/*--------------------*/
.img-shadow {
	float: left;
	background: url(../Images/Interface/shadowAlpha.png) no-repeat bottom
		right !important;
	background: url(../Images/Interface/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/*------------------------------------------------------------*/
/*DEFINITION DU CALQUE 'CONTENU' POUR LA MISE EN PAGE GENERALE*/
/*------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
}

#Contenu {
	border-left: 1px dashed #F0A901;
	border-right: 1px dashed #F0A901;
	padding-left: 5px;
	padding-right: 5px;
	font-family: verdana;
	font-size: xx-small;
	text-align: center;
}

#Contenu ul {
	margin-left: 15px;
}

#Contenu .arborescence {
	background: #F0A901;
	color: white;
	font-family: verdana;
	font-size: xx-small;
	text-align: left;
	position: absolute;
	left: 21px;
	height: 17px;
/* 	z-index: 10; */
	top: 103px;
}

#Contenu .arborescence td {
	padding: 1px 5px 1px 5px;
}

#Contenu .arborescence a {
	color: white;
	text-decoration: underline;
}

/*----------------------------*/ /*DEFINITION DU MENU DE GAUCHE*/
/*----------------------------*/
#MenuConsultation {
	background: #fff3d5; /*#ffe7ac;*/
	position: absolute;
	top: 92px;
	left: 20px;
	width: 177px;
	border-right: 1px solid #F0A901;
	border-left: 1px solid #F0A901;
	float: left;
}

#MenuValidation {
	background: #fff3d5; /*#ffe7ac;*/
	/* position: absolute; */
	/* top: 92px; */
	left: 20px;
	/* width: 300px; */
	border-right: 1px solid #F0A901;
	border-left: 1px solid #F0A901;
	border-bottom: 1px dashed #F0A901;
	float: left;
}

#MenuConsultation input {
	border: 1px solid #F0A901;
	font-family: verdana;
	font-size: xx-small;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #F0A901;
}

#MenuConsultation .bouton {
	cursor: pointer;
}

.MenuConsultationTitreFleur {
	background: #F0A901;
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
	color: white;
	width: 100%;
}

.MenuConsultationSousTitre {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding-left: 5px;
	font-family: verdana;
	font-weight: bold;
	font-size: xx-small;
	color: #F0A901;
}

.MenuConsultationContenu {
	padding: 5px;
	color: #F0A901;
	font-family: verdana;
	font-size: xx-small;
	background-color: #fff;
	display: block;
}

.MenuConsultationTitre {
	background: #F0A901;
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
	color: white;
	width: 100%;
}

/*------------------------------------------*/
/*DEFINITION DE LA LISTE FORMANT LES ONGLETS*/
/*------------------------------------------*/
ul.onglet {
	font: bold 9px verdana;
	list-style-type: none;
	padding-bottom: 23px;
	border-bottom: 1px solid #8E0D6A;
	margin: 0px 0px 3px 0px;
}

ul.onglet li {
	float: left;
	height: 21px;
	background-color: #FFFFFF;
	margin: 2px 2px 0 2px;
	border: 1px solid #8E0D6A;
}

ul.onglet li.active {
	border-bottom: 1px solid #ffffff !important;
	background-color: #ffffff !important;
}

ul.onglet li.active a {
	color: #8E0D6A !important;
	background: #E3B3D6 !important;
	border-bottom: 1px solid #E3B3D6 !important;
}

.onglet a {
	float: left;
	display: block;
	color: #E3B3D6;
	text-decoration: none;
	padding: 4px;
}

.onglet a:hover {
	background: #FFFFFF;
	color: #8E0D6A;
}

ul.onglet li.inactive {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

ul.onglet li.inactive a {
	color: #CCCCCC;
	background: white;
}

/*------------------------------------*/
/*DEFINITION DES TABLEAUX DE RECHERCHE*/
/*------------------------------------*/
.TableauOrangeRecherche {
	font-family: verdana;
	font-size: xx-small;
	border: 1px solid #F0A901;
	margin-left: auto;
	margin-right: auto;
}

.TableauOrangeRechercheEntete {
	background-color: #F0A901;
	color: white;
	font-weight: bold;
	padding: 2px;
}

.TableauOrangeRechercheEntete td {
	padding-left: 40px;
	padding-top: 15px;
}

.TableauOrangeRechercheEntete a {
	color: white;
	text-decoration: none;
}

.TableauOrangeRecherche th {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	font-size: xx-small;
	color: #F0A901;
	text-align: left;
	background: #FFF3D5;
}

.TableauOrangeRechercheEnpied {
	background-color: #F0A901;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

.TableauOrangeRechercheEnpied input {
	color: #F0A901 !important;
	font-weight: bold;
}

.TableauOrangeRecherche input, select, textarea {
	font-family: verdana;
	font-size: xx-small;
	color: #000000;
	background-color: white;
	border-right: 1px solid #F0A901;
	border-bottom: 1px solid #F0A901;
	border-left: 1px solid #F0A901;
	border-top: 1px solid #F0A901;
}

/*----------------------------------*/
/*DEFINITION DES BOUTONS DE CREATION*/
/*----------------------------------*/
.TableauMauveCreation {
	font-family: verdana;
	font-size: xx-small;
	border: 1px solid #8E0D6A;
	margin-left: auto;
	margin-right: auto;
}

.TableauMauveCreationEntete {
	background-color: #8E0D6A;
	color: white;
	font-weight: bold;
	padding: 2px;
}

.TableauMauveCreationEntete td {
	padding-left: 40px;
	padding-top: 15px;
}

.TableauMauveCreationEntete a {
	color: white;
	text-decoration: none;
}

.TableauMauveCreationEntete input{
	color: white !important;
	text-decoration:none;
	background-color: #8E0D6A !important;
	border:none !important;
	font-weight: bold;
}

.TableauMauveCreation th {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	font-size: xx-small;
	color: #8E0D6A;
	text-align: left;
	background: #F1E1ED; /*#E3C3DA*/
}

.TableauMauveCreationEnpied {
	background-color: #8E0D6A;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

.TableauMauveCreationEnpied input {
	color: #8E0D6A !important;
	font-weight: bold;
}

.TableauMauveCreation input, select, textarea {
	font-family: verdana;
	font-size: xx-small;
	color: #000000;
	background-color: white;
	border-right: 1px solid #8E0D6A;
	border-bottom: 1px solid #8E0D6A;
	border-left: 1px solid #8E0D6A;
	border-top: 1px solid #8E0D6A;
}

/*-----------------------------*/ /*DEFINITION DES TABLEAUX VERTS*/
/*-----------------------------*/
.Tableau {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*
.Webdings
{
	font-family				: wingdings !important;
}
*/
.TableauVertEntete {
	background: white url('../Images/BandeauFleur.jpg') bottom left
		no-repeat;
	background-size: 100% 38px;
	height: 42px;
	/*	_height					: 36px;*/
	width: 100%;
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
	color: white;
}

.TableauVertEntete td {
	padding-left: 40px;
	padding-top: 15px;
}

.TableauVertLigne {
	border-top: 1px solid #EEEECC;
	padding-top: 3px;
	padding-bottom: 1px;
}

.TableauVertCorps {
	font-family: verdana;
	font-size: xx-small;
	border-left: 1px solid #A6C619;
	border-right: 1px solid #A6C619;
	width: 100%;
}

.tableauVertCorpsTemp {
	font-family: verdana;
	font-size: xx-small;
	border-left: 1px solid #A6C619;
	border-right: 1px solid #A6C619;
}

.TableauVertCorps hr {
	border-top: 1px dashed #A6C619;
	border-bottom: 1px solid white;
	border-right: 0px solid white;
	border-left: 0px solid white;
	color: white;
	background-color: white;
	height: 2px;
}

.TableauVertCorpsSansMarge {
	font-family: verdana;
	font-size: xx-small;
	width: 100%;
}

.TableauVertEnpied {
	background: #A6C619 url('../Images/BandeauFleurArrondiGauche.jpg')
		bottom left no-repeat;
	height: 20px;
	width: 100%;
	font-family: verdana;
	font-size: xx-small;
	color: white;
}

.TableauVertEnpied td {
	text-align: right;
	padding-right: 2px;
}

.TableauVertEnpied input {
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
	color: #A6C619;
	background-color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
}

.empty {
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
	font-style: italic;
	color: #A6C619;
	padding-top: 10px;
	padding-bottom: 10px;
}

.empty2 {
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
	color: #A6C619;
	padding-top: 10px;
	padding-bottom: 10px;
}

.empty3 {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #A6C619;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*------------------------------------------------------*/
/*DEFINITION TABLEAUX DE DONNEES DANS LES TABLEAUX VERTS*/
/*------------------------------------------------------*/
.overflow {
	overflow: auto;
	border: 1px solid #CDDC7B;
	width: 100%;
}

.TableauVertDonnees {
	width: 100%;
	padding: 0px;
	font-family: verdana;
	font-size: xx-small;
}

.TableauVertDonneesTitre01 {
	padding: 3px;
	background: #CDDC7B;
	color: #79920B;
	font-weight: bold;
	text-align: left;
}

.TableauVertDonneesTitre01 a {
	color: #79920B !important;
}

.TableauVertDonneesTitre01 input {
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
	color: #79920B;
	background-color: white;
	border-right: 1px solid #79920B;
	border-bottom: 1px solid #79920B;
	border-left: 1px solid #79920B;
	border-top: 1px solid #79920B;
}

.TableauVertDonneesTitre02 {
	padding: 3px;
	background: #EFF2D2; /*#CDDC7B;#DEE5A4;*/
	color: #79920B;
	font-weight: bold;
	text-align: left;
	/*	font-style				: italic;*/
}

.TableauVertDonneesTitre02 a {
	color: #79920B;
}

.TableauVertDonneesTitre01 input {
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
	color: #79920B;
	background-color: white;
	border-right: 1px solid #79920B;
	border-bottom: 1px solid #79920B;
	border-left: 1px solid #79920B;
	border-top: 1px solid #79920B;
}

.TableauVertDonnees th {
	padding: 3px;
	background: #EEEECC;
	color: #79920B;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	/*	width					: 200px;*/
}

.champsObligatoire > th {
	font-weight: bold !important;
	border-left: 5px solid #A6C619;
	/*
	font-weight				: bold !important;
	border					: 1px solid #A6C619;
	text-decoration			: underline;
	background-image		: url(../../Images/ThObligatoire.PNG) !important;
	*/
}

.TableauVertDonnees th a {
	background: #EEEECC;
	color: #79920B;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

.TableauVertDonnees td {
	border-top: 1px solid #EEEECC;
	/*	white-space				: nowrap;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
}

.TableauVertDonnees a {
	color: #000000;
}

.TableauVertDonneesEcolo {
	width: 100%;
	padding: 0px;
	font-family: verdana;
	font-size: xx-small;
}

.TableauVertDonneesEcolo th {
	padding: 3px;
	background: #EEEECC;
	color: #79920B;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	/*	width					: 200px;*/
}

.TableauVertDonneesEcolo th a {
	background: #EEEECC;
	color: #79920B;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

.TableauVertDonneesEcolo td {
 	border-top: 1px solid #EEEECC; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.TableauVertDonneesEcolo a {
	color: #000000;
}

/*Spectre ecologique*/

.TableauVertDonneesDiag {
	width: 100%;
	padding: 0px;
	font-family: verdana;
/* 	font-size: xx-small; */
/* 	border-right: 1px solid #e9f3e9; */
/* 	border-bottom: 1px solid #e9f3e9; */
/* 	border-left: 1px solid #e9f3e9; */
/* 	border-top: 1px solid #e9f3e9; */
}

.TableauVertDonneesDiag td {
	border-top: 0px solid #FFFFFF;
	/*	white-space				: nowrap;*/
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;

	border-right: 1px ;
	border-bottom: 1px ;
	border-left: 1px ;
	border-top: 1px ;	
	
}

.TableauVertDonneesDiagFlore {
	width: 250;
	padding: 0px;
	font-family: verdana;
/* 	font-size: xx-small; */
/* 	border-right: 1px solid #e9f3e9; */
/* 	border-bottom: 1px solid #e9f3e9; */
/* 	border-left: 1px solid #e9f3e9; */
/* 	border-top: 1px solid #e9f3e9; */
}

.TableauVertDonneesDiagFlore td {
	border-top: 0px solid #FFFFFF;
	/*	white-space				: nowrap;*/
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;

	border-right: 1px ;
	border-bottom: 1px ;
	border-left: 1px ;
	border-top: 1px ;	
	
}

/*--------------------*/ /*CHAMPS DE FORMULAIRE*/
/*--------------------*/
.TableauVertDonnees input, select {
	font-family: verdana;
	font-size: xx-small;
	color: black;
	background-color: white;
	border-right: 1px solid #79920B;
	border-bottom: 1px solid #79920B;
	border-left: 1px solid #79920B;
	border-top: 1px solid #79920B;
	vertical-align: middle;
}

.TableauVertDonnees select[multiple] {
	width: 80%;
}

/*Mettre en rouge les boutons supprimer*/
.boutonSupprimer {
	color: #FF3366 !important;
	border-right: 1px solid #FF3366 !important;
	border-bottom: 1px solid #FF3366 !important;
	border-left: 1px solid #FF3366 !important;
	border-top: 1px solid #FF3366 !important;
}

.TableauVertDonnees textarea {
	font-family: verdana;
	font-size: xx-small;
	color: black;
	background-color: white;
	border-right: 1px solid #79920B;
	border-bottom: 1px solid #79920B;
	border-left: 1px solid #79920B;
	border-top: 1px solid #79920B;
	width: 100%;
	height: 64px;
	/*
	scrollbar-face-color		: #D0E477;
	scrollbar-track-color		: #EEEECC;

	scrollbar-highlight-color	: #A6C619;
	scrollbar-3dlight-color		: #A6C619;

	scrollbar-shadow-color		: #A6C619;
	scrollbar-darkshadow-color	: #A6C619;

	scrollbar-arrow-color		: #7F9714;
	*/
}

/*---------------------------------------------------------*/
/*DEFINITION TABLEAUX DE DONNEES DANS LES TABLEAUX ACCUEIL */
/*---------------------------------------------------------*/

.TableauVertAccueil {
	width: 100%;
	padding: 0px;
	font-family: verdana;
	font-size: xx-small;
}

.TableauVertAccueil th {
	padding: 3px;
	background: #EEEECC;
	color: #79920B;
	font-weight: normal;
	/* text-align: center; */
	white-space: nowrap;
	/*	width					: 200px;*/
}

.TableauVertAccueil th a {
	background: #EEEECC;
	color: #79920B;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

.TableauVertAccueil td {
	border-top: 1px solid #EEEECC;
	/*	white-space				: nowrap;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
}

.TableauVertAccueil a {
	color: #000000;
}


.TableauVertAccueil textarea {
	font-family: verdana;
	font-size: xx-small;
	color: black;
	background-color: white;
	border-right: 1px solid #79920B;
	border-bottom: 1px solid #79920B;
	border-left: 1px solid #79920B;
	border-top: 1px solid #79920B;
	width: 100%;
	height: 64px;
	/*
	scrollbar-face-color		: #D0E477;
	scrollbar-track-color		: #EEEECC;

	scrollbar-highlight-color	: #A6C619;
	scrollbar-3dlight-color		: #A6C619;

	scrollbar-shadow-color		: #A6C619;
	scrollbar-darkshadow-color	: #A6C619;

	scrollbar-arrow-color		: #7F9714;
	*/
}

.selectDisabled {
	font-weight: bold;
	color: #000000;
}

/*
input[disabled]
{
	border					: 1px dotted #A6C619  !important;
	color					: #aaaaaa;
}
*/
.inputDisabled {
	border: 1px dotted #AAAAAA !important;
	font-style: italic;
	color: #AAAAAA !important;
}

/*Pour mettre les images add.png et delete.png en alignement avec les champs "input"*/
.boutonAjout {
	vertical-align: middle;
	cursor: pointer;
}

/*--------------------*/ /*BARRE DE PROGRESSION*/
/*--------------------*/
#progression {
	border: 1px solid #F0A901;
	width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff3d5;
	color: #F0A901;
	font-weight: bold;
	text-decoration: underline;
}

#jauge {
	border: 1px solid #F0A901;
	width: 200px;
	text-align: left;
	background-color: #FFFFFF;
}

#barre {
	background-color: #F0A901;
	width: 150px;
	height: 15px;
	color: white;
	text-align: right;
}

/*------*/ /*POP UP*/ /*------*/
#ContenuPopup .Tableau {
	font-family: verdana;
	font-size: xx-small;
	text-align: center;
	background-color: #FFFFFF !important;
}

.TableauPopup {
	width: 100%;
}

/*------------------*/ /* Message d'erreur */ /*------------------*/
#retour {
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}

.retour {
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}

/*********/ /*CONTENU*/ /*********/
#Contenu {
	border-left: 1px solid #8E0D6A;
	border-right: 1px solid #8E0D6A;
	padding-left: 5px;
	padding-right: 5px;
	font-family: verdana;
	font-size: xx-small;
}

.tabnav {
	font: bold 9px verdana;
	list-style-type: none;
	padding-bottom: 22px;
	border-bottom: 1px solid #8E0D6A;
	margin: 0;
}

.tabnav li {
	float: left;
	height: 21px;
	background: #FFFFFF;
	margin: 2px 2px 0px 2px;
	border: 1px solid #8E0D6A;
}

.tabnav li.active {
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF;
}

.tabnav a {
	display: block;
	color: #E3B3D6;
	text-decoration: none;
	padding: 3px;
}

.tabnav li.active a {
	color: #8E0D6A !important;
}

.tabnav a:hover {
	background: #FFFFFF;
	color: #8E0D6A;
}

/* Couleurs pour les codes �cologiques #f3fcf3 */
.bss_principale {
	background-color: #3B6847;
}

.bss_secondaire {
	background-color: #A6C619;
}

.bss_sansvaleur {
	background-color: #dfdfdf;
}

/* gris l�ger #f3f3f3 */

select.icon-menu option {
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 30px;
}

/*Ajout d'unt tableau avec entete � 80%*/
.TableauVertDonneesMin {
	width: 95%;
	padding: 0px;
	font-family: verdana;
	font-size: xx-small;
}

.TableauVertDonneesMinTitre01 {
	padding: 3px;
	background: #CDDC7B;
	color: #79920B;
	font-weight: bold;
	text-align: left;
}

.TableauVertDonneesMinTitre01 a {
	color: #79920B !important;
}

.TableauVertDonneesMinTitre01 input {
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
	color: #79920B;
	background-color: white;
	border-right: 1px solid #79920B;
	border-bottom: 1px solid #79920B;
	border-left: 1px solid #79920B;
	border-top: 1px solid #79920B;
}

.TableauVertDonneesMinTitre02 {
	padding: 3px;
	background: #EFF2D2; /*#CDDC7B;#DEE5A4;*/
	color: #79920B;
	font-weight: bold;
	text-align: left;
	/*	font-style				: italic;*/
}

.TableauVertDonneesMinTitre02 a {
	color: #79920B;
}

.TableauVertDonneesMinTitre01 input {
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
	color: #79920B;
	background-color: white;
	border-right: 1px solid #79920B;
	border-bottom: 1px solid #79920B;
	border-left: 1px solid #79920B;
	border-top: 1px solid #79920B;
}

.TableauVertDonneesMin th {
	padding: 3px;
	background: #EEEECC;
	color: #79920B;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	/*	width					: 200px;*/
}

.TableauVertDonneesMin th a {
	background: #EEEECC;
	color: #79920B;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

.TableauVertDonneesMin td {
	border-top: 1px solid #EEEECC;
	/*	white-space				: nowrap;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
}

.TableauVertDonneesMin a {
	color: #000000;
}

.TableauVertDonneesMinEcolo {
	width: 100%;
	padding: 0px;
	font-family: verdana;
	font-size: xx-small;
}

.TableauVertDonneesMinEcolo th {
	padding: 3px;
	background: #EEEECC;
	color: #79920B;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	/*	width					: 200px;*/
}

.TableauVertDonneesMinEcolo th a {
	background: #EEEECC;
	color: #79920B;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

.TableauVertDonneesMinEcolo td {
	border-top: 1px solid #EEEECC;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.TableauVertDonneesMinEcolo a {
	color: #000000;
}

.TableauVertDonneesMin input, select {
	font-family: verdana;
	font-size: xx-small;
	color: black;
	background-color: white;
	border-right: 1px solid #79920B;
	border-bottom: 1px solid #79920B;
	border-left: 1px solid #79920B;
	border-top: 1px solid #79920B;
	vertical-align: middle;
}

.TableauVertDonneesMin select[multiple] {
	width: 80%;
}

.TableauVertDonneesMin textarea {
	font-family: verdana;
	font-size: xx-small;
	color: black;
	background-color: white;
	border-right: 1px solid #79920B;
	border-bottom: 1px solid #79920B;
	border-left: 1px solid #79920B;
	border-top: 1px solid #79920B;
	width: 100%;
	height: 64px;
	/*
	scrollbar-face-color		: #D0E477;
	scrollbar-track-color		: #EEEECC;

	scrollbar-highlight-color	: #A6C619;
	scrollbar-3dlight-color		: #A6C619;

	scrollbar-shadow-color		: #A6C619;
	scrollbar-darkshadow-color	: #A6C619;

	scrollbar-arrow-color		: #7F9714;
	*/
}

#msgRechConsult {
	text-align: left;
	font-family: verdana;
	font-size: 8pt;
	color: #FF0000;
	font-weight: bold;
}

.msgRechConsult {
	text-align: left;
	font-family: verdana;
	font-size: 8pt;
	color: #FF0000;
	font-weight: bold;
}

.statut_principale {
	background-color: #3B6847;
	padding: 1px 3px;
}

.statut_secondaire {
	background-color: #A6C619;
	padding: 1px 3px;
}

.statut_none {
	background-color: #dfdfdf;
	padding: 1px 3px;
}

.statut_black {
	background-color: black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
}

.wrapper {
	max-width: 280px;
	max-height: 280px;
	padding: 0 5px 5px 5px;
	margin: auto;
}

.TableauVertDonneesTitre03 {
	padding: 3px;
	background: #EFF2D2; /*#CDDC7B;#DEE5A4;*/
	color: #79920B;
	font-weight: bold;
	text-align: center;
	/*	font-style				: italic;*/
}

.boutonCarte {
	background-color: #79920b !important;
	border-color: #EFF2D2 !important;
	color: white !important;
	width: 32.8%;
	text-align: left;
	font-family: verdana;
	font-size: xx-small;
}

figure {
	margin: 0;
	padding: 10px;
	background: white;
	border: 1px solid #dadada;
	width: 200px;
}

figcaption {
	margin-top: 5px;
	padding: 5px;
	background: #f4f4f4;
	border: 1px dotted #dadada;
}

#floatingCirclesG {
	position: relative;
	width: 125px;
	height: 125px;
	margin: auto;
	transform: scale(0.6);
	-o-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
}

.f_circleG {
	position: absolute;
	background-color: rgb(255, 255, 255);
	height: 22px;
	width: 22px;
	border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	animation-name: f_fadeG;
	-o-animation-name: f_fadeG;
	-ms-animation-name: f_fadeG;
	-webkit-animation-name: f_fadeG;
	-moz-animation-name: f_fadeG;
	animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

#frotateG_01 {
	left: 0;
	top: 51px;
	animation-delay: 0.45s;
	-o-animation-delay: 0.45s;
	-ms-animation-delay: 0.45s;
	-webkit-animation-delay: 0.45s;
	-moz-animation-delay: 0.45s;
}

#frotateG_02 {
	left: 15px;
	top: 15px;
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
}

#frotateG_03 {
	left: 51px;
	top: 0;
	animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
}

#frotateG_04 {
	right: 15px;
	top: 15px;
	animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
}

#frotateG_05 {
	right: 0;
	top: 51px;
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
}

#frotateG_06 {
	right: 15px;
	bottom: 15px;
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
}

#frotateG_07 {
	left: 51px;
	bottom: 0;
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s;
}

#frotateG_08 {
	left: 15px;
	bottom: 15px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
}

@keyframes f_fadeG{
	0%{
		background-color:rgb(166,198,25);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(166,198,25);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(166,198,25);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(166,198,25);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(166,198,25);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@font-face {
	font-family: "Frutiger 57 cond";
	src: url("Styles/Frutiger-57-Condensed_18816.ttf");
}

#MenuAccueil, #pageJeRecherche {
	background: white;
	margin-top: 20px;
}

#Rechercher {
	top: 92px;
	left: 20px;
	border-left: 3px solid #8E0D6A;
	border-right: 3px solid #8E0D6A;
	border-bottom: 3px solid #8E0D6A;
	border-top: 3px solid #8E0D6A;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: -1px;
	border-radius: 15px
}

#Participe, #TelechargerReferentiels, #Biblio, #LesObservations,
	#MesObservations, #JeDetermine h5 {
	padding-bottom: 1px;
	padding-top: 1px;
	margin-right: 20px;
	margin-top: 12px;
	border: 3px solid #8E0D6A;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
}

#Participe h5, #TelechargerReferentiels h5, #Biblio h5, #LesObservations h5,
	#MesObservations h5, #Rechercher h5, #Actualites h5, #JeDetermine h5 {
	font-family: Eurostile;
	color: #8E0D6A;
	font-size: 19px;
}

#TelechargerReferentiels h5, #Biblio h5 {
	text-align: center;	
}

/* 
    JLM 
    20190402
    A d�commenter si souci au niveau prod 
    #Plante {
	margin-top: 12px;
	background-image: url(/digitale-rft/site/Images/Interface/plansite.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 10px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	height: 700px;
	background-size: 100%;
	margin-right: -1px;
} */

#MenuAccueil .loupe, #pageJeRecherche .loupe {
	float: left;
	line-height: 29px;
	margin-left: 10px;
	font-size: 25px;
	color: #fba91a;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

#MenuAccueil .loupe:hover, #pageJeRecherche .loupe:hover {
	cursor: pointer;
}

#MenuAccueil .champsRecherche {
	float: left;
	width: 86%;
	height: 28px;
	border: 2px solid #8E0D6A;
	border-radius: 4px;
	font-size: 12px;
	margin-left: -5px;
	padding-left: 5px;
	font-family: frutiger;
}

#pageJeRecherche .champsRecherche {
	float: left;
	width: 87%;
	height: 28px;
	border: 2px solid #8E0D6A;
	border-radius: 4px;
	font-size: 12px;
	margin-left: -5px;
	padding-left: 5px;
	font-family: frutiger;
}

#Actualites, #Accueil1, #Accueil2, #Accueil3, #ActualitesLireSuite {
	margin-top: 0px;
	padding-bottom: 15px;
}

#Actualites, #ActualitesLireSuite {
	min-height: 100px;
}

#Actualites h4 {
	font-family: Eurostile;
	color: #8E0D6A;
	font-size: 18px;
}

#Accueil1, #Accueil2, #Accueil3 {
	border-top: none;
}

#Actualites, #ActualitesLireSuite {
	margin-top: 20px;
}

#PiedDePage {
	float: left;
	width: 100%;
	margin-top: 0px;
	background-color: #8E0D6A;
}

#PiedDePage #contact {
	width: 63%;
	margin-left: auto;
	margin-right: auto;
	font-family: Eurostile demi;
}

#PiedDePage #contact a {
	color: white;
	font-family: frutiger;
}

#content {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.noPadding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#buttonsBarTelecharger {
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	
}

#buttonBarSynthese {
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}

#buttonsBarTelecharger .eachButton, #buttonBarSynthese .eachButton {
	margin-top: 18px;
	border: 2px solid #8E0D6A;
	border-radius: 12px;
	font-size: 18px;
	font-family: Eurostile;
}

#buttonsBarTelecharger .eachButton:hover, #buttonBarSynthese .eachButton:hover
	{
	background-color: #A6C619;
	cursor: pointer;
}

#buttonsBarTelecharger .eachButton a, #buttonBarSynthese .eachButton a {
	text-decoration: none !important;
}

.iconeJeParticipe {
	width: 139px;
	margin-left: auto;
	margin-right: auto;
}

.iconeTelechargerReferentiels {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.iconeBiblio {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 3px;
}

.iconeBiblio img {
	width: 85px;
}

.iconeLesObservations {
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -4px;
}

.iconeJeDetermine {
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -4px;
}


.iconeMesObservations {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -4px;
	margin-bottom : 2px;
}

.iconeMesObservations img {
	width: 100px;
}

.iconeLesObservations img {
	width: 130px;
}

.iconeJeParticipe img {
	width: 130px;
}

#MenuValidation {
	position: absolute;
	top: 110px;
}

.sectionRecherche .libelle {
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
	font-size: 15px;
	color: #8E0D6A;
	font-family: Eurostile;
}

#AccueilGraphe .TableauVertCorps {
	border-left: none;
	border-right: none;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.sectionAccueil {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow-x: auto;
}

.logoRecherche img {
	width: 22.6px;
	float: right;
	padding-bottom: 5px;
}

.boutonCarte {
	
}

.decoration {
	background-image: url(../Styles/images/bandeau_decoration_accueil.jpg);
	background-repeat: repeat;
	height: 130px;
	z-index: 1;
}

.titreRecherche {
	text-align: left;
	padding-left: 10px;
	font-size: 22px;
	font-family: Eurostile demi;
	color: #8E0D6A;
}

#Actualites .titreRecherche {
	text-align: center;
	padding-left: 0px;
}

.titreGraphe {
	font-size: 18px;
	font-family: Eurostile;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	color: white;
}

.partenaire {
	background-color: white;
	padding: 0.55556rem;
	display: flex !important;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center -webkit-box-align: center;
	align-items: center;
}

.cadreGraphe {
	border-left-width: 3px;
	border-right-width: 3px;
	border-left-color: #A6C619;
	border-right-color: #A6C619;
	border-left-style: solid;
	border-right-style: solid;
}

.headerCadreGraphe {
	background-color: #A6C619;
	border-top-right-radius: 30px;
}

.footerCadreGraphe {
	background-color: #A6C619;
	border-bottom-left-radius: 30px;
	height: 20px;
}

.partenaire a {
	padding: 0 0.11111rem;
}

.flexslider .slides img, #Actualite img {
    width: 290px !important;   
	heigth: 333px !important; 
	display: inline !important; 
}

#ActualitesLireSuite img {
    width: 450px !important;   
	heigth: 333px !important; 
	display: inline !important; 
}

#slider {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #8E0D6A;
	border-radius: 15px;
	padding-top: 10px
}

#slider .texte, #Actualite .texte, #ActualitesLireSuite .texte {
	text-align: left;
	font-family: frutiger;
	color: black;
	font-size: 17px;
}

#slider .auteur, #Actualite .auteur, #ActualitesLireSuite .auteur {
	margin-top: 15px;
	margin-bottom: 25px;
	font-family: frutiger;
	color: #8E0D6A;
}

#slider .titre, #Actualite .titre, #ActualitesLireSuite .titre {
	font-family: Eurostile demi;
	color: #01916d;
}

#slider .suite {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

#slider .suite a {
	padding-right: 35px;
	color: #01916d;
}

#slider .texte, #slider .image {
	max-height: 450px;
	overflow-y: hidden;
	overflow-x: hidden;
}

#Actualite .texte, #Actualite .image, #ActualitesLireSuite .texte, #ActualitesLireSuite .image {
	overflow-y: hidden;
	overflow-x: hidden;
}

.flexslider {
	
}

.flex-direction-nav a {
	height: 50px !important;
}

.flex-direction-nav .flex-prev {
	left: -63px !important;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: -50px !important;
}

.flex-direction-nav .flex-next {
	right: -63px !important;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: -50px !important;
}

#AccueilGraphe #tdComm {
	color: #8E0D6A;
	font-family: frutiger;
	font-size: 15px;
}

#pageJeRecherche .logoRecherche img {
	width: 67px;
	float: none;
}

#pageJeRecherche .cadreGauche {
	border: 3px solid #8E0D6A;
	border-radius: 15px;
	margin-bottom: 12px;
	margin-top: 12px;
}

#pageJeRecherche .cadreDroit {
	border: 3px solid #8E0D6A;
	border-radius: 15px;
	margin-bottom: 12px;
	margin-top: 12px;
}

#pageJeRecherche {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#pageJeRecherche .cadreDroit .description-droite, #pageJeRecherche .cadreGauche .description-droite
	{
	text-align: right;
	color: black;
	font-family: frutiger;
	font-size: 15px;
	padding-right: 54px;
}

#pageJeRecherche .cadreDroit .description-gauche, #pageJeRecherche .cadreGauche .description-gauche
	{
	text-align: left;
	color: black;
	font-family: frutiger;
	font-size: 15px;
}

#pageJeRecherche .topMarge {
	margin-top: 12px;
}

#pageJeRecherche .cadreBloc {
	padding-left: initial;
	padding-right: initial;
}

#pageJeRecherche .cadreFooter {
	border: 3px solid #fba91a;
	border-radius: 15px;
	margin-bottom: 12px;
	margin-top: 12px;
	color: black;
	font-family: frutiger;
	font-size: 16px;
	text-align: left;
}

#bandeauAccueil #title a {
	text-decoration: none;
	color: white;
}

.cadreFooter .libelle {
	font-size: 17px;
	color: #8E0D6A;
	font-family: Eurostile;
}

#pageJeRecherche .inputForm {
	margin-top: 8px;
}

#pageJeRecherche .sectionRecherche .libelle {
	text-align: center;
}

#Rechercher .titre a {
	text-decoration: none;
	color: #8E0D6A;
}

.colorIcon {
	filter: invert(1);
}

.iconJeRecherche {
	font-size: 30px; 
	text-align: center; 
	margin-left: 44px;
}

.connaissanceGraphe .img-shadow {
	float: none;
	background: unset !important;
}

#Accueil1 .img-shadow, #Accueil2 .img-shadow, #Accueil3 .img-shadow {
	background: unset !important;
}

.tdComm {
	font-size: 15px;
	color: #8E0D6A;
	font-family: frutiger;
}

.titleFoot {
	font-size: 9px;
	color: white;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px
}

#menuToggle {
	display: none;
}

@media only screen and (max-device-width:480px) {
	#bandeauAccueil .blocIdentifier, #bandeauAccueil #SousMenu01 {
		display: none !important;
	}
	
	#menu .blocIdentifier {
		display: inline !important;
	}
	
	#SousMenu02 {
		top: 18px !important;
		height: 35px !important;
		text-align: inherit !important;
	}
	
	#SousMenu02 li {
		display: block;
	}
	
	#menuToggle
	{
	  display: block;
	  position: relative;
	  top: 5px;
	  left: 130px;
	  z-index: 1;
	  -webkit-user-select: none;
	  user-select: none;
	  	  	  
	}
	
	#menuToggle input
	{
	  display: block;
	  width: 40px;
	  height: 32px;
	  position: absolute;
	  top: -7px;
	  left: -5px;
	  
	  cursor: pointer;
	  
	  opacity: 0; /* hide this */
	  z-index: 2; /* and place it over the hamburger */
	  
	  -webkit-touch-callout: none;
	}
	
	/*
	 * Just a quick hamburger
	 */
	#menuToggle span
	{
	  display: block;
	  width: 33px;
	  height: 4px;
	  margin-bottom: 5px;
	  position: relative;
	  
	  background: #fba91a;
	  border-radius: 3px;
	  
	  z-index: 1;
	  
	  transform-origin: 4px 0px;
	  
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	              opacity 0.55s ease;
	}
	
	#menuToggle span:first-child
	{
	  transform-origin: 0% 0%;
	}
	
	#menuToggle span:nth-last-child(2)
	{
	  transform-origin: 0% 100%;
	}
	
	/* 
	 * Transform all the slices of hamburger
	 * into a crossmark.
	 */
	#menuToggle input:checked ~ span
	{
	  opacity: 1;
	  transform: rotate(45deg) translate(-2px, -1px);
	}
	
	/*
	 * But let's hide the middle one.
	 */
	#menuToggle input:checked ~ span:nth-last-child(3)
	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}
	
	/*
	 * Ohyeah and the last one should go the other direction
	 */
	#menuToggle input:checked ~ span:nth-last-child(2)
	{
	  transform: rotate(-45deg) translate(0, -1px);
	}
	
	/*
	 * Make this absolute positioned
	 * at the top left of the screen
	 */
	#menu
	{
	  position: absolute;
	  width: 300px;
	  margin: 22px 0 0 -155px;
	  padding: 20px;
	  padding-top: 10px;
	  
	  background: rgba(239,169,0,0.75);
	  list-style-type: none;
	  -webkit-font-smoothing: antialiased;
	  /* to stop flickering of text in safari */
	  
	  transform-origin: 0% 0%;
	  transform: translate(-100%, 0);
	  
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}
	
	#menu li
	{
	  padding: 0px 0;
	  font-size: 13px;
	}
	
	/*
	 * And let's slide it in from the left
	 */
	#menuToggle input:checked ~ ul
	{
	  transform: none;
	}
	
	#menu .titre1 {
		font-size: 25px; 
		text-align: left; 
		padding-left: 86px;
		font-family: Eurostile;
	}
	
	#menu .blocIdentifier .margin {
		margin-right: 5px;
	}
	
	#menu .blocIdentifier .nom {
		color: #FFF;
		font-size: 16px;
		font-family: verdana;
		vertical-align: text-top;
	}
	
	#menu .blocIdentifier .black {
		color: black;
	}
	
	#bandeauAccueil .blocIdentifier .white {
		color: white;
	}
	
	#menu .blocIdentifier .home {
		width: 24px !important;
		vertical-align: unset;
	}
	
	#menu .blocIdentifier .logout {
		width: 24px !important;		
		vertical-align: text-top;
	}
	
	#menu .blocIdentifier .seConnecter {
		font-weight: bold; 
		text-decoration: none;
		color: white;
		font-size: 16px;
	}
	
	.sansMarginRight {
		margin-right: 0px;
	}
	
	#menu .blocSeConnecter {
		display: inline-flex;
		margin-left: 108px;
	}
	
	.decoration {
		height: 50px !important;
	}

	.SousMenu {
		display: none;
	}
	
	#menu .styleSousMenu {
		font-size: 11px !important;
	}
	
	#menu li {
		cursor: pointer;
	}
	
	#menu li:hover {
		color: #A96704;
	}
	
	#menu li:hover a {
		color: #A96704;
	}
}