body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 0.9em;
}
#contenant {
	width: 100%;
	max-width: 1377px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#bandeau {
	width:100%;
	position: relative;
	padding: 20px;
	text-align: center;
}

#corps {
	display:table;
	min-height:500px;
	width:100%;
}
#contenu {
	background-color: #FFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: top;
}
#colonne {
	width: 280px;
	display: table-cell;
	vertical-align:top;
}
footer {
	background-color: #939598;
	height: 80px;
	padding: 10px;
	box-sizing: border-box;
}
#bas {
	height: 50px;
	padding: 10px;
	box-sizing: border-box;
}
#lagence {
	display: inline-block;
	margin-left: 3%;
	margin-right: 7%;
}
#banniere {
	width: 100%;
}
#couverture {
	position: relative;
	padding: 3%;
	background-repeat: no-repeat;
	background-size: 100%;
}
#texteaccueil {
	position: relative;
	max-width: 50%;
	background-color: hsla(0,0%,100%,0.75);
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#texteaccueil h2{
	color: #000;
}
#copyright {
	text-align: right;
	font-size: 0.8em;
}
#menuhaut {
	float:right;
	font-size:1em;
	padding:4px;
	margin:0;
}
.menu {
	margin:0;
	padding:0;
	list-style : none;
	text-align: center;
}
.menu li{
	display:inline-block;
	position:relative;
}
.menu a{
	text-decoration:none;
	display:block;
	color:#000;
	padding-left:15px;
	padding-right:15px;
}
#menu {
	width: 100%;
	height: 50px;
	margin:0;
	padding:0;
	list-style : none;
	border-bottom: 1px solid #AAA;
	text-align: center;
}
#menu li{
	display:inline-block;
	position:relative;
	font-size:1.3em;	
	text-transform: uppercase;
}
#menu a{
	text-decoration:none;
	display:block;
	color:#000;
	padding-left:15px;
	padding-right:15px;
	line-height:50px
}
#menu a:hover, #menu a.active  { 
	color: #00aeef;
}
#menupied a:hover, #menupied a.active  { 
	font-weight: bold;
}
#menucolonne {
	list-style:none;
	margin:0;
	padding:15px;
	margin-top:20px;
}
#menucolonne li{
	border: 1px solid #000;
	padding: 5px;
	margin-bottom:15px;
}
#menucolonne img{
	float:left;
	margin-right:5px;
	margin-top:5px;
}
#menucolonne li a{
	text-decoration:none;
	font-size:1.2em;
	color:#000;
	line-height:35px;
	display:block;
	padding-left:10px;
	font-weight:bold;
}
#menucolonne a:hover { 
	color: #00aeef;
}
#menupied {
	display: inline-block;
}
.formcolonne {
	margin:15px;
	border: 1px solid #000;
	padding: 7px;
	box-sizing: border-box;
}
.formcolonne label {
	color:#002C47;
	text-align:left;
	margin-bottom:0;
}
.formcolonne .titre{
	background-color:#ECECEC;
	font-weight:bold;
	padding:5px;
	text-align:center;
	margin-bottom:7px;
	margin-top:-7px;
	margin-left:-7px;
	margin-right:-7px;
	box-sizing: border-box;
}


.popupcontenant {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	background-color: hsla(0,0%,32%,0.95);
	display: none;
	top: 0;
	left: 0;
}
.popup {	
	position: fixed;
	top: 50%;
	left: 50%;
  	transform: translate(-50%,-50%);
	border: 1px solid #DDD;
	padding: 20px;
	text-align: center;
	background-color: hsla(0,0%,100%,0.80);
	max-width: 90vw;
	max-height: 90vh;
	overflow: auto;
}
.popup .titre {
	font-weight: bold;
	margin-bottom: 7px;
	font-size: 1.1em;
	color: #666666;
}
.aide {
	background-color: #03A1FF;
	box-shadow: 0px 3px 5px #002C47;
	padding:5px;
	margin-top:20px;
}
.aide h3{
	margin-top:0;
}
.aide p {
	margin-bottom:0;
}
h1 {

}
h2 {
	color:#666;
}
a {
	color:#635245
}
label {
	display: inline-block;
	width:180px;
	margin-bottom:5px;
	text-align:right;
	padding-top:4px;
	margin-right:3px;
	clear:both;
}
label em {
	font-size:0.9em;
	color:#666;
}
label.large {
	width:240px;
}

.label {
	width:183px;
	float:left;
	display:inline-block;
	margin-bottom:5px;
	text-align:right;
}
.info {
	font-size:0.8em;
	color:#666;
}
label .info {
	display:block;
	margin-top:-3px;
}

input, select, textarea{
	width: 200px;
	border: 1px solid #AAA;
	padding: 4px;
	border-radius: 3px;
	font-size: 1.2em;
	background-color: #DCF5FF;
	box-sizing: border-box;
}
.formulaire input, .formulaire select, .formulaire textarea, .formcolonne input, .formcolonne select, .formcolonne textarea{
	margin-bottom: 4px;
}
input.largeur400, select.largeur400, textarea.largeur400, .largeur400 {
   width:400px; 
}
textarea.large {
	width:90%;
}
input[type=checkbox], input[type=radio] {
	width:20px;
}
input[type=file] {
	border:none;
	width:auto;
	font-size:1em;
}
a.bouton {
	padding: 5px 10px;
	text-decoration: none;
	min-width:150px;
	background-color: #efefef;border: 1px solid #aaa;
	display: inline-block;
	font-weight:bold;
	color: #00aeef;
	border-radius: 5px;
	margin: 10px;
}
input[type=submit], a.valider {
	cursor:pointer;
	color: #FFF;
	background-color:#00aeef;
	border: none;
	font-weight:bold;
	box-shadow: 0px 1px 3px #002C47;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	min-width:150px;
	clear:both;
	float:none;
}

/* mise en forme champ file */
.js input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type=file] + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js input[type=file] + label {
    display: none;
}

input[type=file]:focus + label,
input[type=file].has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

input[type=file] + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

input[type=file] + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

input[type=file] + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

input[type=file]:focus + label,
input[type=file].has-focus + label,
input[type=file] + label:hover {
    background-color: #722040;
}
/* mise en forme champ file */


.boutonannuler {
	cursor:pointer;
	color: #999;
	border: 1px solid #999;
	border-radius: 3px;
	padding-left:5px;
	padding-right:5px;
	background-color:#fff;
	width: 80px;
	margin-top: 6px;
}
input.largeurauto, label.largeurauto, .largeurauto, select.largeurauto, textarea.largeurauto {
	width:auto;	
}
.largeur100 {
	width: 100%;
}
.largeur50 {
	width: 50%;
}
.largeur450px {
	width: 450px;
}
.formcolonne input[type=text] {
	width:90%;
}

.formulaire {
	background:#ECECEC;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left:5px;
	padding-right:5px;
	overflow:auto;
	clear:both;
}
.formulaire.petit {
	max-width:405px;
}
.formulaire.large input, .formulaire.large textarea, .formulaire.large select{
	width:380px;

}
.formulaire.large input[type=submit] {
	width:auto;
	float:none;
}
.formulaire.large label {
	
	width:auto;
}
.formulaire .titre{
	background:#BCE6FF;
	font-weight:bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding:4px;
	text-align:center;
	margin-bottom:7px;
	margin-left:-5px;
	margin-right:-5px;
}

.formulaire input[type=submit] {
	margin:6px;
	margin-bottom:10px;
}
.formulaire div.erreur {
	font-weight:bold;
	color:#F00;
	margin-left:180px;
}
.formulaire input.erreur {
	background-color:#FFBCBC;
}
.erreur {
	font-weight:bold;
	color:#F00;
}

.succes {
	background-color: #ecf7ed;
	padding: 10px 10px 10px 40px;
	border-left:5px solid #46b450;
	background-image:url("/images/icone-coche.svg");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 20px;
	margin-left: 20px;
	text-align: left;
}
.echec {
	background-color: #FFCFCF;
	padding: 10px 10px 10px 40px;
	border-left:5px solid #F00;
	background-image:url("/images/icone-croixrouge.svg");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 20px;
	margin-left: 20px;
	text-align: left;
}
.avertissement {
	border-left:5px solid #EB5E61;
	padding: 10px 10px 10px 20px;
	margin-left: 20px;
}

table.listing {
	
	margin-top:10px;
	margin-bottom:20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

    border-collapse: collapse;
}
table.listing th {
	border-top:0;
	border:1px solid #fff;
	text-align:center;
	color:#fff;
	padding:5px;
	background-color:#999;
}
table.listing td {
	border:1px solid #fff;
	background:#FFF;
	color:#000;
	padding: 5px;
}
table.listing td table td{
    background-color: transparent !important;
}
table.listing .jaune td {
	background-color: #FFF8A2;
}
table.listing td td{
    background-color:transparent !important;
    border:none;
}
table.listing tr:nth-child(odd) td {
	background:#ECECEC;
}
table.listing tr:nth-child(odd) td.fondblanc {
	background:#FFF;
}
table.listing td table.listing td, table.listing tr:nth-child(odd) td table.listing td{
    background-color: transparent !important;
    border: none !important;
}
table.listing tr:nth-child(odd).jaune td {
    background-color: #FFF8A2;
}
table.listing .white td {
	background:#fff;
}	
table.listing th:first-child, table.listing td:first-child {
		border-left:0px solid #BCE6FF;
}
table.listing th:last-child, table.listing td:last-child {
	border-right:0px solid #BCE6FF;
}
table.listing td:first-child table.listing td, table.listing td:last-child table.listing td{
  
}




.alignright {
	float:right;
	margin-left:10px;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.aligncenter {
	text-align:center;
}
.succes {
	color: #1A5700;
	background-color: #C6FFAD;
	padding: 10px;
	width: 250px;
	text-align: center;
	font-weight: bold;
	border-radius:10px;
	min-height:30px;
	position: relative;
	margin: 5px auto 10px auto;
}
.echec {
	color: #F00;
	background-color: #FFCFCF;
	padding: 10px;
	width: 250px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	min-height:30px;
	position: relative;
	margin: 5px auto 10px auto;
}
.succes img, .echec img{
	float:right;
}
.tri {
	text-decoration:none;
}
.table {
	display:table;
}
.celluletable {
	display:table-cell;
	vertical-align:top;
}
.lignetable {
	display:table-row;
}
ul.onglets {
	list-style-type:none;
	background:#FFF;
	margin:0;
	padding:0;
	padding-left:10px;
}
ul.onglets li {
	float:left;
	margin-right:5px;
	margin-bottom:0;
}
ul.onglets li a {
	text-decoration:none;
	color:#002C47;
}
.titreonglet {
	background:#999;
		font-weight:bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding:4px;
	text-align:center;
	margin-bottom:7px;
}
.titreonglet.actif{
	background:#BCE6FF;
}
.onglet {
	display:none;
}
.onglet.actif {
	display:inherit;
	clear:both;
}
.largeurdate, .calendrier {
	width:100px;
}
.iconemoyenne {
	width: 30px;
	vertical-align: middle;
}
.iconepetite {
	width: 20px;
	vertical-align: middle;
}

.afficheEdition {
	display:none;
}