* {font-family: Helvetica,Arial,Geneva,Verdana;}

body {
	margin: 4px 0px 0px 4px;
	background-color: #FFF;
	font-family: Arial,Verdana;
	font-weight: normal;
	font-size: 12px;
	color:#333;
}

li {list-style : none;}

a {text-decoration:none ;}

a.btnFormLike {text-decoration:none ; outline : none}
a.btnFormLike:link {color:#0066CC}
a.btnFormLike:visited {color:#0066CC}
a.btnFormLike:hover {color:#0000FF}
a.btnFormLike:active {color:#0000FF}

a.legende:hover {color : #0033CC;}

a.liens {
	text-decoration:underline;
	color:#034DA2;
}

ul {
	margin : 0;
	padding: 0;
}

.titre {
	font-size: 16px;
	color: #777;
}

#cadre_gris {
	border: 1px solid #CDCECD;
	width : 764px;
	padding : 5px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

#drapeau {
	position: absolute;
	left: 723px !important;
	top: 37px;
	z-index : 100;
}

#info {
	position: absolute;
	left: 621px !important;
	top: 100px;
	color : #FFF;
	font-size : 11px;
	z-index : 100;
}

#retour {
	position: absolute;
	left: 163px !important;
	top: 85px;
	z-index : 100;
}

#modifypass {
	position: absolute;
	left: 130px;
	top: 85px;
	z-index : 100;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
}

#body {
	position: relative;
	left: 0px;
	top: 5px;
	padding-bottom: 5px;
	margin : 0px;
	min-height:400px;
}

#centre {
	position: relative;
	left: 0px;
	top: 5px;
	width : 590px;
	z-index : 2;
}

#centre_droit {
	position: relative;
	left: 5px;
	top: 0px;
	width : 590px;
	z-index : 2;
}

#content {
	margin-right : 20px;
	z-index : 2;
        width: 100%
}

#ajax_content{
    clear:both;
    float:left;
    width:100%;
}
    #ajax_content table{
        width:100%
    }
    #ajax_content th{
        text-align:center;
    }

#sommaire_ajax{
    background-color: #eaeaea;
    width:100%;
    color:#000;
    border-collapse: collapse;
    margin:20px 0px;
}

#sommaire_ajax_content tr td{
    border-bottom:1px solid #fca92f;
    width:50%;
}
#sommaire_ajax_content tr td.last{
    border:0px !important;
}

#sommaire_ajax a{
     color:#000;
}

a.prev_chapter:link,a.prev_chapter:visited,a.prev_chapter:active,a.next_chapter:link,a.next_chapter:active,a.next_chapter:visited{
    width:125px;
    height:20px;
    border:1px solid #c8c5b2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size:12px;
    text-align: center;
    color:#000;
    background-color:#fbfaf8;
    padding-top:5px;

}

a.prev_chapter:hover,a.next_chapter:hover{
    background-color:#ff9b00;
    color:#fff;
}

a.prev_chapter{
    float:left;
}
a.next_chapter{
    float:right;
}

#footer {
    position: relative;
}

#overlay{
    display:none;
    width: 480px;
    height:190px;
    border:1px solid #666;
    background-color: #fff;
}
#charte{
    display:none;
}

.text {
	font-size : 11px;
}

.text_accueil {
	font-size : 12px;
}

.titre {
	font-size : 14px;
	text-align : left;
	color : #666666;
	font-weight: bold;
}

.download {
	font-size : 11px;
	color : #999;
	font-weight: normal;
}

.link_top {
	text-align : right;
	font-size : 10px;
	color : #999;
	font-weight: normal;
}

.copyright, .copyright:link, .copyright:visited {
	color : #FFF;
}

.gras {font-weight: bold;}

#auth_message{
	border:1px solid #7991B0;
	width:410px;
	text-align:justify;
	padding:10px;
}
#auth_welcome{
	text-align:center;
	font-weight:bold;
}


/* --------------------------------- register ------------------------------------------- */

ul.errors { /*validateurs Zend */
	font-weight: bold;
	color: red;
}

table td.label {
	padding-right: 5px;
}

.gris {
	color: #666;
}

#msg {
	font-size: 14px;
	color: #555;
	padding: 20px 0;
}

#submit {
	text-align: right;
	margin-bottom: 10px;
	margin-right: 70px;
}

.note {
	font-size: 14px;
	color: red;
}

/* -------------------- formulaires ----------------------- */

.inputSearch {width: 160px}

input.large {
	font-size: 14px;
	width: 250px;
}

/* -------- pour IE -------- */
button.btnForm:focus {
	outline: none;
}
/* -------- pour FF -------- */
button::-moz-focus-inner {
	border: none;
}
/* ------------------------- */

/* ------ liens A en forme de boutons de formulaire ----- */
a.btnFormLike:link, a.btnFormLike:visited {
		border: 1px solid #999;
		background-color: #DDD;
		font-size: 12px;
		/*color: #FFF;*/
		padding: 5px 10px 4px 10px;
		display: inline-block;

	}
	a.btnFormLike:hover {
		background-color: #BBB;
	}
	a.btnFormLike:active {
		background-color: #888;
	}
/* ------------------------------------------------------ */
div#footer_buttons{
	position:relative;
	margin-left:500px;
	margin-top:20px;
	width:300px;
	height:30px;

}
	div#footer_buttons div.step_buttons{
		width:120px;
		float:left;
		margin-left:0px;
	}


input.btnForm {
		border: 1px solid #888;
		background-color: #AAA;
		font-size: 12px;
		color: #FFFFFF;
		padding: 3px 10px 4px;
		cursor: pointer;
	}
	input.btnForm:hover {
		border: 1px solid #AAA;
		background-color: #888;
	}
	input.btnForm:active {
		background-color: #7991B0;
	}

	input.btnForm.small {
		font-size: 11px;
		padding: 3px 4px;
	}

	input.btnForm.defaut {
			background-color: #7991B0;
		}
		input.btnForm.defaut:hover {
			background-color: #5C759F;
		}
		input.btnForm.defaut:active {
			background-color: #7991B0;
		}

	input.btnForm.rouge {
			background-color: #E09D7C;
		}
		input.btnForm.rouge:hover {
			background-color: #C36D5C;
		}
		input.btnForm.rouge:active {
			background-color: #C36D5C;
		}

.tableForm {
		border-collapse: collapse;
		border: 1px solid #BBB;
	}
	.tableForm td {
		padding: 6px 4px;
	}

.cadreGris {
	border: 1px solid #BBB;
}

/*#nextstep {
	margin-left: 50px;
}*/

.decaleGauche {
	margin-left: 400px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#emploi {
		text-align: left;
		padding-left: 235px;
	}
	#emploi_question {
		margin-bottom: 5px;
	}
/*
#submit {
	text-align: right;
	padding-right: 100px;
	padding-bottom: 10px;
}
*/
/* ----------- Ancien style provenant de la précedente version du site ------------------ */

.legende {
	font-size : 11px;
	TEXT-ALIGN : center;
	vertical-align: top;
	color : #999999;
}

TD.titre_centre {
	font-size : 14px;
	TEXT-ALIGN : left;
	color : #666666;
	font-weight: bold;

}

/* PAGINATEUR */
div.paginateur{
	float:right;
	font-size:13px;
}

div.paginationControl a {color:#0066CC}

div.nb_res{
	float:left;
	width:200px;
	color:#0066CC;
	font-weight:bold;
	font-size:13px;
	text-align:center;
}

/* RECHERCHE PDF */
/*div.search_result{
	float:left;
}*/

/*************************	page de recherche *************************************************/

.rechercheTitre {
	font-weight:bold;
	color: #034DA2;
	font-size:14px;
	text-decoration:underline;
}

span.rechercheTitre a {
	font-weight:bold;
	color: #034DA2;
	font-size:14px;
	text-decoration:underline;
}

.rechercheTexte{
	font-weight:normal;
	color:#000000;
	font-size:11px;
}

#rechercheLien a{
	font-weight:bold;
	color:#F7971C;
	font-size:9px;
}

.rechercheFilet {
	border-top-style: solid ;
	border-top-color: grey ;
	border-top-width:1px;
	width:450px;
}

.boutton_ftp {
	background: #e12a22; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMmEyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhODBmMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e12a22 0%, #a80f07 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e12a22), color-stop(100%,#a80f07)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e12a22 0%,#a80f07 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e12a22 0%,#a80f07 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e12a22 0%,#a80f07 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e12a22 0%,#a80f07 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12a22', endColorstr='#a80f07',GradientType=0 ); /* IE6-8 */


	padding: 5px;
	color: white;
	width: 120px;
	height: 12px;
	line-height: 12px;
	text-align:center;
}

.boutton_menu {
	float:left;
	margin: 0 3px;
}

.boutton_menu:first-of-type {
	margin-left: 0;
}

#recherche input  {
	margin :0px !important;
	padding :0px !important;
	float:left;
}
#recherche #texte {
	height: 18px;
}
#recherche #search {
	height: 23px;
	margin-left:10px !important;
	width:65px;
}

#register .titre {
	float: left !important;

}

#register form {
	float: left;
    margin-top: 10px;
}

.help {
	float: right;
}
.help a.btnFormLike {
	background-color: #2b98d0 !important;
	color: white !important;
}

/* ********************** modal jQuery Tools ************************************** */

.modal {
		background-color:#fff;
		display:none;
		width:450px;
		padding:15px;
		text-align:left;
		border:2px solid #333;

		opacity:0.8;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;
	}
	.modal h2 {
		/*background:url(/img/global/info.png) 0 50% no-repeat;*/
		margin:0px;
		padding:10px 0 10px 45px;
		border-bottom:1px solid #333;
		font-size:20px;
	}
	.modal button {
			font-size: 14px;
			height: 30px;
			cursor : pointer;
		}
		.modal button:hover {
			background-color: #BBB;
		}



.header-text {
	position: absolute;
    font-size: 20px;
    color: white;
    top: 25px;
    left: 20px;
    width: 210px;
}

.header-contact {
	position:absolute;
	top: 10px;
    right: 40px;
}

.header-flag {
	position: absolute;
	top: 40px;
    right: 40px;
}

#body .left {
	width: 520px;
	float:left;
}

#body .left .title {
	color: #e22c2b;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

#body .right {
	float: right;
}
#body .right .brand{
	background: url(/images/home/brand_management.png) no-repeat;
    margin-bottom: 8px;
    width: 196px;
	height: 70px;
	position: relative;
}
#body .right .download{
	background: url(/images/home/charte.png) no-repeat;
    margin-bottom: 8px;
    width: 196px;
	height: 70px;
	position: relative;
}
#body .right .brand a {
	position: absolute;
    left: 109px;
    top: 18px;
    color: white;
    text-decoration: underline;
    font-size: 10px;
}
#body .right .download a {
	position: absolute;
    left: 88px;
    top: 16px;
    color: white;
    text-decoration: underline;
    font-size: 10px;
}
table.table_home {
    border-spacing: 18px 0px;
    padding-top: 5px;
}
table.table_home tr td {
    cursor: pointer;
    width: 147px;
    height: 150px;
    filter: drop-shadow(4px 4px 4px rgba(100, 100, 100, 0.7));
}
table.table_home tr td .nouveau{
    position: relative;
    background-color: #fff400;
    border-radius: 14px;
    top: -92px;
    right: -10px;
    left: 95px;
    color: #e10032;
    font-weight: bold;
    min-width:56px;
    min-height:12px;
    padding: 4px;
    text-align: center;
    line-height: 12px;
    /* filter: drop-shadow(4px 4px 4px rgba(100, 100, 100, 0.7)); */
    box-shadow: 2px 4px 3px 0px rgba(50, 50, 50, .5)
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);	 /*  for IE  */
    /* 	for browsers supporting webkit (such as chrome, firefox, safari etc.). */
    -webkit-transform: rotate(-10deg);
    display: inline-block;
    font-size:11px;
}
table.table_home tr td > p {
    position: relative;
    text-align: center;
    vertical-align: top;
    top: -44px;
    color: white;
    font-weight: bold;
    text-decoration: underline;
    font-size: 11px;
}
td.mobile_app {
    background-image: url('/images/home/mobile_app.png');
}
td.social_media {
    background-image: url('/images/home/social_media.png');
}
td.website {
    background-image: url('/images/home/website.png');
}
#body .right .brief{
	background: url(/images/home/brief.png) no-repeat;
    width: 196px;
	height: 48px;
	position: relative;
}

#body .right .brief a{
	position: absolute;
    left: 58px;
    top: 16px;
    color: white;
    text-decoration: underline;
    font-size: 10px;
}

#body .left .left {
	width: 200px;
    margin: 0;
    padding: 0;
    float: left;
}
#body .left .left .texte{
	font-size: 11px;
}
#body .left .left .download{
    background: url(/images/home-download-background.png) no-repeat;
    margin-top: 20px;
	height: 35px;
	position: relative;
}
#body .left .left .download span {
   	position: absolute;
	left: 30px;
	top: 7px;
}
#body .left .left .download a {
	color:white;
}


#body .left .right {
	display: inline-block;
    margin-left: 25px;
}


/* Modifs 03-10-2018 */
.slider-menu {
	background: #eee;
	height: 230px;
	margin-top: 10px;
}
.slider-red-title{
	color:#fff;
	background-color:#e22c2b;
	padding: 5px;
	margin-bottom: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	-moz-box-shadow: 3px 3px 3px 0px #656565;
	-webkit-box-shadow: 3px 3px 3px 0px #656565;
	-o-box-shadow: 3px 3px 3px 0px #656565;
	box-shadow: 3px 3px 3px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=3);
}

.image-titre{
	/*background: url('/images/menu/barre_titre.png') top center no-repeat #eee;*/
	height: 27px;
	width: 100%;
	
	/* Dégradé */
	background: #eb3226; 
	background: -moz-linear-gradient(top, #eb3226 0%, #cc2317 50%, #a61005 100%);
	background: -webkit-linear-gradient(top, #eb3226 0%,#cc2317 50%,#a61005 100%);
	background: linear-gradient(to bottom, #eb3226 0%,#cc2317 50%,#a61005 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3226', endColorstr='#a61005',GradientType=0 ); 
	
	/* Border radius */
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	/* Box shadow */
	-webkit-box-shadow: 0px 4px 12px 0px rgba(161,156,161,1);
	-moz-box-shadow: 0px 4px 12px 0px rgba(161,156,161,1);
	box-shadow: 0px 4px 12px 0px rgba(161,156,161,1);
}
.image-titre h4 {
	color: #fff;
    padding: 6px 6px 6px 12px;
    font-family: Helvetica,Arial,Geneva,Verdana;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 1.1em;
}

.mCustomScrollbar{
  overflow-x: hidden;
  white-space: nowrap;
  width: 670px;
  margin: auto;
}

.slider-item{
	display: inline-block;
	width: 150px;
	/* height: 150px; */
	background-color: transparent;
	margin: 5px;
	padding: 5px;
	vertical-align: top;
}

.slider-link{
	display: inline-block;
}
.slider-mCSB_button{
	width: 8px;
	height: 15px;
	position: relative;
	display: inline-block;
	top: 80px;
	cursor: pointer;
}
.slider-mCSB_buttonLeft{
	left: 14px;
	background:url("/images/menu/arrow-left.png") no-repeat;
  
}

.slider-mCSB_buttonRight{
	left: 720px;
  background:url("/images/menu/arrow-right.png") no-repeat;
}

.mCSB_draggerContainer{
  /*background-color: red;*/
  background: url("/images/menu/barre-ascenseur.png") center no-repeat;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mCSB_dragger_bar{
	background:url("/images/menu/scroll_arrows.png") center no-repeat transparent;
	width: 31px;
	height: 16px !important;
	margin-top: 0 !important;
}

.header-bandeau {
	position: relative;
	background: url(/images/header-bandeau-background-2021.jpg) no-repeat;
	width: 623px;
	height: 113px;
	margin-left: 13px;
    margin-bottom: 10px;
}

.img-logo-total {
	height: 113px;
	margin-top:0;
}
td.line {
	border-top: 1px solid rgba(50,50,50,0.7);
}

/* chevron */

.chevron::before {
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.70em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 0.45em;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: -0.25em;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}