@font-face {
    font-family: 'Encode';
    src: url('/fonts/encodesansnarrow-regular-webfont.eot');
    src: url('/fonts/encodesansnarrow-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/encodesansnarrow-regular-webfont.woff2') format('woff2'),
         url('/fonts/encodesansnarrow-regular-webfont.woff') format('woff'),
         url('/fonts/encodesansnarrow-regular-webfont.ttf') format('truetype'),
         url('/fonts/encodesansnarrow-regular-webfont.svg#encode_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
html {
	font-family: Encode;
	height: 100%;
	background: url(/imgs/table.jpg) fixed;
	background-size: cover;
	background-position: center;
	text-align: left;
	}

html * {
	box-sizing: border-box;
	padding: 0px;
	line-height: 1.5;
	text-decoration: none;
	list-style: inside none;
	}

body {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 90%;
	min-width: 900px;
	margin: auto;
	z-index: 0;
	font-size: 1rem;
	}

html img {
	vertical-align: middle;
	}

a {
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	white-space: nowrap; 
	}
a:hover {	color: #333;	}
	
#chargementPage {
	position: fixed;
	background: #DDF;
	width: 60%;
	left: 20%;
	padding: 0px;
	top: calc((100% - 90px) / 2);
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 10px #78468C; 
	transition: all 3s ease;
	transition-delay: 1s;
	}
.opac0 {
	opacity: 0;
	z-index: -100000;
	}	
.opac1 {
	opacity: 1;
	z-index: 100000;
	}
	
u {
	text-decoration: underline;
	}
	
#chargementPage p{
	vertical-align: middle;
	}
.loader {
	font-style: italic;
	vertical-align: middle;
	}
.loader:before {
	content: url(/imgs/loader.gif);
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	}

.utilisateur {
	font-style: italic;
	color: #db80ff;
	color: #AA66EE;
	}
	
#utilisateurs {
	font-style: italic;
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 3px 6px;
	background: rgba(255,255,255,0.6);
	text-align: center;
	}
#utilisateurs p{
	margin: 0px;
	padding: 0px;
	}
	
hr {
	padding: 0px;
	margin: 0px 0px;
	border: 0px solid #db80ff;
	border-top: 1px solid #9054A8;
	}


/* ++ HEADER ++ */
header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	box-shadow: 0px 3px 3px #333;
	background-color: #3C9;
	z-index: 1000;
	}
#bandeauHaut {
	padding: 0px;
	margin: 0px auto;
	height: 50px;
	text-align: center;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(255,255,255,0.5));
	}
#bandeauHaut:hover {
	height: 175px;
	}
#bandeauHaut:hover>ul {
	overflow: visible;
	}
#bandeauHaut:hover>ul>li {
	border-bottom: 2px solid #053;
	}

#bandeauHaut ul li ul a li:after, li.bckOuvert:after, li.bckFerme:after  {
	display: inline-block;
	width: 5px;
	height: 1em;
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
	background-color: #053;
	content: "";
	}	
#bandeauHaut ul li ul a[target="_blank"] li:after {
	background-color: #39C;
	}	
#bandeauHaut>ul ul a:hover li:after {	background-color: #FFF;	}
a.menuActif li:after  {	background-color: #FFF !important;	}

li.bckOuvert:after 	{	background-color: rgba(0,255,0,0.5); 	}
li.bckFerme:after 	{	background-color: rgba(255,0,0,0.5);	}

li.bckFormation:after {	background-color: #BA5 !important;	}
li.bckCollecte:after {	background-color: #CCC !important;	}
li.bckObservatoire:after {	background-color: #B38 !important;	}
li.bckPropolice:after {	background-color: #591 !important;	}

#bandeauHaut>ul ul a:hover, a.menuActif  {	
	color: #FFF !important;
	}

a:hover li.bckFormation {	color: #BA5 !important;	}
a:hover li.bckCollecte {	color: #CCC !important;	}
a:hover li.bckObservatoire {	color: #B38 !important;	}
a:hover li.bckPropolice {	color: #591 !important;	}

/* a:hover li.bckFormation {	color: #ccb95c !important;	} */
/* a:hover li.bckCollecte {	color: #CCC !important;	} */
/* a:hover li.bckObservatoire {	color: #cc3795 !important;	} */
/* a:hover li.bckPropolice {	color: #71cc16 !important;	} */

#bandeauHaut #zoneLogo {
	display: inline-block;
	min-height: 80px;
	height: 80px;
	max-height: 80px;
	background: rgba(255,255,255,0.8);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
	margin: 0px 10px;
	}
#bandeauHaut #zoneLogo img {
	position: relative;
	top: 0px;
	max-height: 120px;
	}
#bandeauHaut #zoneLogo.zoneLogoRepliee {
	min-height: inherit;
	height: inherit;
	max-height: inherit;
	background: #FFF;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-left: none; 
	border-right: none; 
	padding: 0 16px;
	}
#bandeauHaut #zoneLogo.zoneLogoRepliee img {
	max-height: 50px;
	}

#bandeauHaut>ul  {	
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	text-align: right;
	overflow: hidden;
	}

#bandeauHaut>ul>li {	
	position: relative;
	display: inline-block;
	list-style: inside none;
	padding: 0px 10px;
	margin: 0px 1px;
	line-height: 46px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#bandeauHaut>ul li hr {
	margin: 0px;
	}

#bandeauHaut>ul li ul {
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
	left: 0px;
	/* font-size: 0.9em; */
	font-weight: normal;
	}
#bandeauHaut>ul li ul {
	display: block;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#bandeauHaut>ul li ul li {	
	line-height: 1em;
	padding: 4px 0px;
	margin: 1px 0px;
	list-style: inside none;
	padding-left: 30px;
	padding-right: 0px;
	text-transform: none;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	transition: all 0.2s ease;
	}
#bandeauHaut>ul li ul a:hover li, a.menuActif li  {	
	padding-left: 20px !important;
	padding-right: 10px !important;
	}

/* ++ icoBck ++ */
.smaller {
	font-size: 0.9em;
	}
.small {
	font-size: 0.8em;
	}
header li.bck:after {
	display: inline-block;
	margin-left: 3px; 
	vertical-align: middle;
	}
header li.bckEmail:after {
	content: url(/imgs/bckEmail.png);
	}
header li.bckTel:after {
	content: url(/imgs/bckTel.png);
	}
/* -- icoBck -- */
	
/* -- HEADER -- */

/* ++ PAGE PRINCIPALE ++ */

#pageContenus {
	position: relative;
	margin-top: 50px;
	z-index: -5;
	background: rgba(255,255,255,0.25);
	border-radius: 1em;
	box-shadow: 0px -3px 6px #000;
	}

#pagePrincipale {
	position: relative;
	padding: 0.5em 1em;
	position: relative;
	}
	
h1#titrePage{
	position: relative;
	margin: 12px 24px;
	color: #FFF;
	}

h1#titrePage span {
	font-style: italic;
	vertical-align: baseline;
	}
	
#pagePrincipale > p.introductionPage {
	font-size: 1.6em;
	line-height: 1.25em;
	margin: 1em auto;
	color: rgb(25,75,156);
	text-align: justify;
	max-width: 60vw;
	}

/* -- PAGE PRINCIPALE -- */

/* ++ BANDEAU CLIENTS ++ */

#bandeauClients {
	background: #000;
	overflow: hidden;
	position: relative;
	z-index: -100;
	}
@keyframes descenteVirgule {
	0% {
		background-position: 0px -32px;
		}
    100% {
		background-position: 0px 0px;
		}
	} 
#bandeauClients p { 
	margin: 0px;
	margin-left: calc((100% - 800px) / 2);
	color: #39C;
	font-size: 1.5em;
	font-style: italic;
	background: url(/imgs/bckBandeauClients.png) no-repeat left top;
	background-position: 0px -32px;
	padding: 10px 20px;
	animation: descenteVirgule 1s 0.5s ease forwards;
	}
@keyframes affichageLogo {
     0% {
		transform: scale(0);
		opacity: 0;
		}
    90% {
		transform: scale(1.1);
		opacity: 0.75;
		}
	100% {
		transform: scale(1);
		opacity: 1;
		}
	} 
#bandeauClients #logosClients {
	background: #39C;
	text-align: center;
	padding: 10px 0px;
	height: 80px;
	overflow: hidden;
	}
#bandeauClients #logosClients img {
	height: 60px;
	margin: 0px 10px 10px 10px;
	background: #FFF;
	border-radius: 6px; 
	padding: 3px;
	box-shadow: 0px 0px 3px #333;
	animation: affichageLogo 1s cubic-bezier(0.5,0,1,0.5);
	}

cite {
	display: block;
	color: #39C;
	font-size: 1.5em;
	background: #000;
	padding: 0px 10px;
	margin: 10px 0px 20px 0px;
	background: url(/imgs/bckBandeauClients.png) no-repeat left top;
	background-position: 0px -32px;
	animation: descenteVirgule 1s 0.5s ease forwards;
	border-top: 1px solid #39C;
	}
cite:before {
	content: "“";
	}
cite:after {
	content: "”";
	}
/* -- BANDEAU CLIENTS -- */

/* ++ FOOTER ++ */ 
footer {
	position: relative;
	z-index: -50;
	display: block;
	width: 100%;
	text-align: center;
	background: #000;
	padding: 10px 0px;
	color: #FFF;
	box-shadow: 0px -3px 6px #000;
	overflow: visible;
	border-radius: 1em;
	margin-top: 2em;
	}
footer p {
	color: #666;
	font-size: 0.9rem;
	line-height: 1;
	}
footer a {
	color: #39C;
	}
footer section {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	font-size: 0.9em;
	}
footer .liens, footer .technologies  {
	position: absolute;
	right: 10px;
	top: -10px;
	z-index: -1;
	}
footer .technologies {
	right: auto;
	left: 10px;
	}
footer .liens a, footer .technologies  img {
	position: relative;
	top: -20px;
	}
footer .liens a:hover, footer .technologies  img:hover {
	top: -32px;
	}
footer .liens a img,  footer .technologies  img {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 3px;
	background-color: #111;
	margin-left: 6px;
	height: 32px;
	}
footer .technologies  img {
	margin-right: 6px;
	margin-left: 0px;
	}
footer .liens a:hover img {
	background-color: #333;
	padding: 6px 6px 3px 6px;
	margin-left: 0px;
	}
	
/* -- FOOTER -- */

#identificationSso {
	border: none;
	width: 100%;
	min-height: 500px;
	height: 100%;	
	overflow: hidden;
	}

#pagePrincipale > h1 {
	position: relative;
	margin: 12px 24px;
	font-style: italic;
	color: #FFF;
	}
#pagePrincipale > h2 {
	position: relative;
	text-transform: uppercase;
	text-align: right;
	line-height: 1;
	font-size: 1em;
	margin: 0;
	color: #FFF;
	}
#pagePrincipale > h3 {
	position: relative;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	color: #666;
	text-align: left;
	line-height: 1.2;
	margin: 1em 0 1em 3em;
	}
#pagePrincipale > h3:after {
	content: "";
	display: block;
	width: 125px;
	height: 2px;
	background: #39C;
	margin-top: 2px;
	margin-bottom: 0px;
	}


article>h3 {
	display: inline-block;
	}
*:not(li) > h4 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #666;
	text-align: left;
	line-height: 1;
	padding-bottom: 6px;
	background: url(/imgs/bckSignature.png) no-repeat bottom left;
	margin-bottom: 6px;
	}
p {	
	color: #333;
	margin-bottom: 12px;
	}
	
a img {
	border: none;
	vertical-align: middle;
	}
	
.blocClear {
	clear: both;
	}
	
.blocVide {
	font-size: 0em;
	margin: 0px;
	}

/* -- Animations -- */
@keyframes affichageMenu {
     0% {
		transform: translate(0px,0px);
		opacity: 0.5;
		}
    100% {
		transform: translate(-200px,0px);
		opacity: 1;
		}
	} 
@keyframes affichagePagePrincipale{
    0% {
		transform: translate(50px,0px);
		opacity: 0.5;
		}
    100% {
		transform: translate(0px,0px);
		opacity: 1;
		}
	}
	
/* -- MENUS -- */


fieldset {
	min-width: 450px;
	max-width: 96%;
	margin: auto;
	border-radius: 12px;
	border: 1px solid #39C;
	padding: 6px 12px;
	text-align: center;
	background: url(/imgs/backNoir.jpg) center center;
	background-size: 100%;
	}
fieldset .barreOutilsBottom {
	bottom: -28px;
	margin: auto;
	display: block;
	position: relative;
	text-align: center;
	}
	
form fieldset {
	width: 96%;
	margin: auto;
	margin-bottom: 32px;
	}
 fieldset legend,  fieldset > p, fieldset#barreOutilsSitra legend{
	color: #333;
	background: rgba(255,255,255,0.75);
	border-radius: 6px;
	padding: 3px;
	}
 fieldset legend, fieldset#barreOutilsSitra legend {
	margin-left: 24px;
	font-style: italic;
	border-bottom: 1px solid #39C;
	}
 fieldset > p { 
	border: 1px solid #999; 
	}
 fieldset input[type="text"], input[type="email"], fieldset input[type="password"], fieldset input[type="file"], input[type="submit"], fieldset textarea,  fieldset select,  fieldset input[type="submit"] {
	border-radius: 6px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #39C;
	background-color: rgba(51,153,204,0.2);
	margin: 3px;
	text-align: center;
	width: 100%;
	}
form  input[type="submit"] {
	background-image: url(/imgs/icoSauvegarderNB.png); 
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 2px center;
	width: auto;
	padding-left: 32px;
	line-height: 32px;
	}
form  input[type="submit"]:hover {
	background-color: rgba(51,153,204,0.5);
	cursor: pointer;
	background-image: url(/imgs/icoSauvegarder.png); 
	}

label.avecAide {
	position: relative;
	cursor: help;
	}
label.avecAide:after {
	display: inline-block;
	content: "";
	background: url(/imgs/icoAide.png) center center no-repeat;
	background-size: 100%;
	margin-left: 3px;
	width: 16px;
	height: 16px;
	}
label.avecAide .infobulle {
	background: #CCC;
	border: 1px solid #39C;
	padding: 3px;
	position: absolute;
	left: 0px;
	top: -2em;
	white-space: nowrap;
	border-radius: 6px;
	z-index:-1;
	opacity: 0;
	box-shadow: 0px -3px 3px 0px #000;
	font-size: 0.9em;
	}
label.avecAide:hover .infobulle {
	z-index:1000;
	opacity: 1;
	}

/* -- INTERVENTIONS -- */
 
ul.listeInterventions, div.blocBilan {
	background-color: rgba(64,64,64,0.15); 
	border-radius: 6px;
	border: 1px solid rgba(64,64,64,0.5);
	padding: 0px 12px;
	}
.zoneConteneurHidden {
	overflow: hidden;
	}
ul.listeInterventions .zoneBlanche {
	border-radius: 12px; 
	padding: 6px; 
	margin: 12px; 
	background: rgba(255,255,255,0.9);
	overflow: hidden;
	}

ul.listeInterventions ul {
	padding: 0px 12px 12px 12px;
	}

ul.listeInterventions li, ul.listeActions li {
	background-color: rgba(64,64,64,0.5); 
	/*	padding: 6px 6px 2px 6px; */
	border-radius: 6px; 
	margin: 24px 0px;
	color: #78468C;
	}
ul.listeInterventions ul > li {
	margin: 12px 12px;
	}
ul.listeActions li { 
	background-color: rgba(64,64,64,0.5); 
	background-color: rgba(0,0,0,0.2); 
	margin: 6px 0px;
	}

#pagePrincipale ul.listeInterventions li h1 {
	border-top-left-radius: 6px;
	}

ul.listeInterventions h3 {
	position: relative;
	padding: 2px 6px;
	margin: 0px;
	border-bottom: 1px solid rgba(64,64,64,0.8);
	font-size: 1.1em; 
	font-weight: normal;
	}
ul.listeInterventions h4 {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	color: #CCC;
	text-align: left;
	line-height: 1;
	padding: 0px 6px;
	margin: 0px;
	}
	
ul.listeInterventions h3 a {
	color: #FFF;
	}
.listePiecesJointes {
	float: right;
	}
ul.listeInterventions .dernierContributeur {
	font-size: 0.9em; 
	display: block; 
	font-style: italic;
	border-bottom: 1px solid rgba(64,64,64,0.5);
	margin: 0px;
	padding: 0px 6px;
	background: rgba(255,255,255,0.2);
	}
ul.listeInterventions .dureeContribution {
	font-size: 0.9em; 
	display: block; 
	font-style: italic;
	border-top: 1px solid rgba(64,64,64,0.5);
	margin: 0px;
	text-align: right;
	padding: 0px 6px;
	background: rgba(255,255,255,0.25);
	margin-bottom: 24px;
	}
ul.listeInterventions .commentaire {
	margin: 0px;
	padding: 3px 6px;
	background: rgba(255,255,255,0.6);
	}
ul.listeInterventions a {text-decoration: none;}

ul.listeActions {
	text-align: right;
	font-size: 0.9em;
	z-index: 100;
	position: absolute;
	right: 6px;
	top: -2px;
	}
	
h2 ul.listeActions, #pagePrincipale > ul.listeActions {
	background: rgba(64,64,64,0.75);
	padding: 0px 12px;
	border-radius: 6px;
	font-size: 0.6em;
	top: auto;
	bottom: 0px;
	text-transform: none;
	font-weight: normal;
	position: relative;
	float: right;
	}
	
#pagePrincipale > ul.listeActions  {
	font-size: 0.9em;
	float: none;
	}
ul.listeActions li {
	display: inline-block;
	position: relative;
	padding-right: 32px;
	padding-left: 6px;
	color: #DDD;
	}
	
ul.listeActions a li {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #333;
	color: #DDD;
	}

ul.listeActions a li:hover {
	color: #FFF;
	background: rgba(255,255,255,0.25);
	}

ul.listeActions li:after {
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-filter: drop-shadow(0px -5px 3px rgba(64,64,64,0.75));
	filter: drop-shadow(0px -5px 3px rgba(64,64,64,0.75));
	}
/* -- OLD -- */
	
#barreOutils {
	padding: 6px 12px; 
	font-style: italic;
	margin: 0px;
	border-radius: 10px;

	background: #CCC;

	background: #AAA;
    color: #FFF;
	}
#barreOutils p {
	padding: 0px; 
	margin: 0px;
	color: #FFF;
	}
	
#barreOutils a {
	color: #FFF;
	}
	
.blocInfos {
	margin: 12px;
	border: 1px solid #999;
	background: #EEE;
	padding: 0px;
	border-radius: 10px;
	text-align: left;
	}
	
.blocInfos label {
	min-width: 120px;
	display: inline-block;
	}

.blocInfos  p, .blocInfos  ul {
	margin: 3px;
	padding: 0px 6px;
	}
	
.blocInfos  ul {
	list-style-type: circle;
	}
	
.blocInfos  ul li {
	margin-left: 6px;
	}
	
.blocInfos h3, #programmeDetaille .blocInfos h3 {
	position: relative;
	padding: 0px 5px;
	margin: 0px;
	}
	
.blocInfos h4 {
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	
	border-bottom: 1px solid #78468C;
	color: #78468C;
	
	display: inline-block;	
	font-style: italic;
	}
	
.blocInfos h5 {
	position: relative;
	margin: 6px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	
	color: #78468C;
	
	text-decoration: underline;
	}
	
.blocErreurs {
	border: 1px solid #F99;
	background: #FEE;
	}
.blocErreurs h3 {
	background: #922;
	box-shadow: 0px 0px 3px 0px #922;
	}
	
.blocMessages {
	border: 1px solid #9F9;
	background: #EFE;
	}
.blocMessages h3 {
	background: #292;
	box-shadow: 0px 0px 3px 0px #292;
	}

ul {
	list-style-type: none;
	}

#contenus {
	position: relative; 
	clear: both;
	background: #FFF;
	padding: 6px;
	margin: 0px;
	border-radius: 10px;

	box-shadow: 0px 0px 3px 0px #78468C;
	}
	
#bandeau {
	text-align: left;
	margin: 0px 0px;	
	color: #FFF;
	background: #99CCFF;
	padding: 6px;
	border-radius: 10px;

	background: #88BBFF;

	}

a.logo {
	float: left;
	position: relative;
	float: left;
	margin-bottom: -20px;
	top: -10px;
	margin-right: 10px;
	display: inline-block;
	
	}
a.logo img {
	max-height: 100px;
	}
	
#bandeau img.logoPartenaire {
	}

#pied img.logoPartenaire {
	height: 60px;
	}
	
#bandeauActivites {
	font-style: italic;
	font-weight: normal;
	float: right;
	}

#bandeauActivites span {
	font-weight: bold;
	}
	
#pied {
	font-size: 12px;
	text-align: center;
	margin: 0px;	
	}
	
#pied a {
	color: #FFF;
	}
	
.txtCentre {text-align:center;}
.txtGauche {text-align:left;}
.txtDroite {text-align:right;}
.txtPetit {font-size:small;}
.txtItalic {font-style:italic;}

.blocGauche {
	float: left;
	text-align: left;
	}

.blocDroite {
	float: right;
	text-align: right;
	}
.blocInvisible {
	display: none;
	}
		

/* ++ TABLEAUX ++ */
table {
	border-collapse: collapse;
	border-style: hidden;
	margin: 0 auto;
	border-radius: 10px;
	margin: auto;
	width: auto;
	}
/* -- TABLEAUX -- */
	
/* STYLES SIPEA */

section p {
	margin: 3px 0px 12px 0px;
	}

section ul, section li  {
	margin: 1px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
	position: relative;
	}

	
section ul.liste ul, section ul.liste li  {
	margin: 1px 0px;
	padding: 0px 0px 0px 18px;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 12px;
	list-style-image: url(/imgs/liIco.png);	
	font-size: 0.9rem;
	line-height: 1.3rem;
	}

section ul.liste span {
	font-style: italic;
	font-size: 0.9em;
	}

/* -- CODE TEXTE QUESTIONNAIRES -- */
.txtTrigramme {
	font-style: italic;
	font-weight: bold;
	opacity: 0.70;
	text-transform: uppercase;
	}

.module {font-weight: normal; background: #4f4f4f; border-radius: 3px; padding: 0px 3px;}

.module:before {content: "["; }
.module:after {content: "]"; }
.mAdmin, .mAdmin:visited, .mAdmin :hover   {color: #bc6cdb !important;}
.mConsulter, .mConsulter:visited, .mConsulter :hover   {color: #19bd9b !important;}
.mGerer , .mGerer:visited, .mGerer :hover  {color: #e57d24 !important;}
.mDiffuser, .mDiffuser:visited, .mDiffuser :hover  {color: #e75023 !important;}
.mApidae, .mApidae:visited, .mApidae :hover   {	
	color: #874 !important; 
	background-image: url(/imgs/logoApidae.png); 
	background-size: 100%; 
	background-repeat: no-repeat;	
	padding-top: 1em;
	
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 50%;
	overflow: visible;
	padding-top: 1em;
	padding-right: 0.5em;
	}

a.mConsulter:before, a.mGerer:before, a.mAdmin:before, a.mDiffuser:before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 0.5em;
	clip-path: polygon(0% 40%, 80% 40%, 80% 0%, 100% 50%, 80% 100%, 80% 60%, 0% 60%);
	}
a.mConsulter:before {	background-color: #19bd9b;	}
a.mGerer:before {	background-color: #e57d24;	}
a.mAdmin:before {	background-color: #bc6cdb;	}
a.mDiffuser:before {	background-color: #e75023;	}
a.mApidae:before {	background-color: #874;	}
		
table.tableExcel td {
	min-width: 50px;
	text-align: center;}
	
.descriptif {
	color: #333;
	font-size: 0.9em;
	white-space: normal;
	}
p.txtAttention, .txtAttention {
	color: #A00;
	}

#pagePrincipale .txtAttention a{
	color: inherit;
	}
.signature {
	margin-left: 75%;
	}

.signature .sigTitre {
	font-style: italic;
	font-size: 0.9em;
	margin: 0px;
	border-top: rgba(64,64,64,0.5) 1px solid;
	}

.signature .sigNom {
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	}
	
.indicationsTarifs {
	color: #A00;
	}
.montantCredit, .blocInfos  .montantCredit {
	font-size: 1.0em;
	font-weight: bold;
	color: #A00;
	}
.acceptationConditions, .blocInfos  .acceptationConditions {
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	}
	
.blocInfos .blocBeneficiaire {
	background-color: rgba(64,64,64,0.15);
	margin: 6px 0px;
	border-radius: 6px;
	display: block;
	font-size: 0.9em;
	cursor: pointer;
	display: block;
	}
.blocInfos .blocActif {
	background-color: rgba(0,196,0,0.15);
	}
.blocBeneficiaire:hover {
	background-color: rgba(64,64,64,0.25);
	}
.blocInfos .blocActif:hover {
	background-color: rgba(0,196,0,0.25);
	}

.authSitra:after {
	content: " (Compte Sitra requis)";
	font-size: 0.9em;
	font-style: italic;
	color: #db80ff;
	color: #AA66EE;
	}

#blocMeta {
	display: none;
	}

a.PDF:before{ 
	content: url(/imgs/bckPdf.png);
	vertical-align: middle;
	margin: 0px 5px;
	}

/* ++ RESPONSIVE SCREEN ++ */

@media screen and (min-width: 1440px) {
	body {
		width: 90%;
		}
	#colGauche {
		left: 0px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		background-color: rgba(0, 0, 0, 0.5); 
		}
	#colGauche:hover {
		background-color: rgba(0, 0, 0, 0.4); 
		}
	#colGauche:after{
		content: none;
		}
	}
@media screen and (max-width: 1440px) {
	body {	width: 90%;	}
	.fondSipea, .fondContacts {
		margin-right: 50px;
		}
	.fondApidae, .fondServices {
		margin-left: 25px;
		margin-right: 25px;
		}
		
	.fondProjets {
		margin-left: 50px;
		}
	}
@media screen and (max-width: 1200px) {
	body {	width: 90%;	}
	#bandeauHaut #zoneLogo img {
		height: 60px;
		margin-left: 0px;
		}
	#bandeauHaut > ul > li {
		padding: 0px 5px;
		}
	}
	
@media screen and (max-width: 1024px) {
	body {	width: 90%;	}
	header {
		min-width: 900px;
		}	
	#bandeauHaut {
		text-align: left;
		font-size: 0.9em;
		}
	#bandeauHaut #zoneLogo {
		margin: 0px;
		}
	#bandeauHaut #zoneLogo img {
		height: 60px;
		margin-left: 0px;
		}
	#bandeauHaut > ul > li {
		padding: 0px 2px;
		}
	.blocPresentation {
		}
	.fondSipea, .fondContacts {
		margin: 10px 0px;
		}
	.fondApidae, .fondServices {
		margin: 10px 0px;
		margin: 10px 0px;
		}
		
	.fondProjets {
		margin: 10px 0px;
		}
		
	}


@media screen and (max-width: 800px) {
	body, header, #bandeauHaut {
		min-width: 840px;
		}	
	#bandeauHaut {
		font-size: 0.80em;
		}
	#bandeauHaut #zoneLogo {
		margin: 0px;
		}
	#bandeauHaut #zoneLogo img {
		height: 40px;
		margin: 0px;
		}
	#bandeauHaut > ul > li {
		padding: 0px 5px;
		}
	#bandeauHaut>ul li ul li {	
		}
	#bandeauHaut>ul li ul a:hover li {	
		}
	#bandeauClients p { 
		margin-left: calc((100% - 720px) / 2);
		}
	#pagePrincipale article .pancarteGauche, #pagePrincipale article .pancarteDroite {
		max-height: 150px;
		}
	#bandeauHaut .noMobile {
		display: none;
		}
	}
	
	
ul.procedure ul {
	margin-left: 25px;
	}
ul.procedure > li  {
	padding-bottom: 6px;
	}	
ul.procedure > li:hover, ul.procedure > li:hover img.captureEcran {
	background: #CCC;
	}

ul.procedure img.captureEcran {
	position: absolute; 
	right: 0px;
	top: 0px;
	display: none;
	padding: 10px;
	background: #FFF;
	border-radius: 10px;
	}

ul.procedure li:hover img.captureEcran {
	display: block;
	}

/* -- CONTRATS QUALITY-BOAT  -- */
.contratCode {font-weight: bold;}
.contratCode:before {	content: "[ ";	}
.contratCode:after {	content: " ]";	}


#formContact label {
	width: 25%;
	display: inline-block;
	text-align: right;
	}

#formContact input, #formContact select {
	width: 70%;
	}

.aideTitle {
	cursor: help;
	}
.aideTitle:after {
	content : url(/imgs/bckAideTitle.png);
	vertical-align: middle;
	margin-left: 6px;
	}
.FICHE_PRINCIPALE_OPT *, .ADMINISTRATIF_OPT *, .FICHE_SECONDAIRE_OPT *, .FICHE_RELECTURE_OPT *{
	font-size: 0.8rem;
	background: #FFF;
	margin: 2px 0px;
	}
	
.FICHE_PRINCIPALE_OPT td:first-child, .ADMINISTRATIF_OPT td:first-child
, .FICHE_SECONDAIRE_OPT td:first-child, .FICHE_RELECTURE_OPT td:first-child {
	text-align: left;
	}
.FICHE_PRINCIPALE_OPT td:first-child:before, .ADMINISTRATIF_OPT td:first-child:before 
, .FICHE_SECONDAIRE_OPT td:first-child:before, .FICHE_RELECTURE_OPT td:first-child:before {
	content : " - ";
	display: inline-block;
	}
	
.formContact legend button {
	vertical-align: bottom;
	}
button {
	cursor: pointer;
	}

#conditionsTarifaires {
	font-size: 0.8em;
	}
div.colonne {
	vertical-align: top;
	text-align: left;
	display: inline-block;
	margin: 0px 12px;
	max-width: 30%;
	}
	
	
	

/* ++ ANTISPAM ++ */
#antispam  {
	border: none;
	min-height: 96px;
	}
#antispam .feuille {
	display: inline-block;
	text-align: center;
	position: relative;
	}
#antispam img{
	width: 40px;
	height: 40px;
	display: block;
	-webkit-filter: drop-shadow(0px 0px 3px #000);
	filter: drop-shadow(0px 0px 3px #000);
	}
	

main fieldset#captcha {
	padding: 6px 12px;
	text-align: center;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}
.block {
	display: block;
	width: 90%;
	margin: 12px auto;
	}
textarea.block {
	height: 10em;
	}
fieldset#captcha legend{
	margin-left: 24px;
	}
#captcha input {
	vertical-align: middle;
	}

/* -- ANTISPAM -- */

.legende {
	font-style: italic;
	display: block;
	margin-bottom: 0px;
	margin-top: 1em;
	text-align: center;
	color: #874;	
	color: #666;
	}
.motNotice{
	position:relative;
	cursor: help;
	}
.motNotice:hover {
	color: #630;
	}
	
.motNotice:after {
	content: "*";
	vertical-align: super;
	font-size: 0.9em;
	display: inline ;
	font-weight: bold;
	}
	
.motNotice span.infobulle {
	position: absolute;
	display: none;
	bottom: 100%;
	left: 0%;
	border: 1px solid #876;
	background: #CBA;
	border-radius: 6px;
	padding: 2px 4px;
	white-space: nowrap;
	font-size: 0.9rem;
	box-shadow: 0px 0px 3px #876;
	z-index: 1000;
	font-style: normal;
	}
.motNotice:hover span.infobulle {
	display: block;
	}
	
	

	
