/*	coul_fond : # b1bacd  8CBA10  */

/*
html {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;

}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: url('/img/charte/fond_defaut.jpg') repeat-x left top;
	background-attachment: fixed;
	background-size: 100%;
	overflow-y: scroll;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
*/

/*	coul_fond : # b1bacd  8CBA10  */
.defaut {
    border-style: solid;
    border-color: #AAAAAA;
    border-width: 2px;
}

.selected {
    border-style: solid;
    border-color: #AAAAAA;
    border-width: 2px;
    background-color: #DCEAB7;
}

html {
    padding: 0px;
    margin: 0px;

}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    background-image: url('/img/charte/fond_defaut.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    background-origin: border-box;
    overflow-y: scroll;
    padding: 0px;
    margin: 0px;
    height: 100%;

}

#content {
    width: 1100px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#content_wide {
    width: 98%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

/* LIEN */
a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    color: midnightblue;
    cursor: pointer;
}

a.link {
    color: black !important;
    text-decoration: underline !important;
}

a.link:hover {
    color: #19195c !important;
}

.ui-widget {
    z-index: 10 !important;
}

/**** HAUT ****/
#zone_haut {
    color:#fff;
    padding: 10px 0 10px 0;
    /**background-image: url('/img/charte/fond_noir.png'); */
    background-color: rgba(0, 0, 0, 0.15);
    line-height: 27px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0px 0px 10px #636363;
}

/**** BAS ****/
#zone_bas {
    /*background: url("/img/charte/bg_degrade_transparent.png") repeat-x;*/
    background: -webkit-linear-gradient(top, rgba(177, 186, 205, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(177, 186, 205, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(177, 186, 205, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(177, 186, 205, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(top, rgba(177, 186, 205, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
    padding-top: 2px;
    clear: both;
    z-index: 1;
}

.contenu {
    padding: 10px;
    background: #b1bacd;
    background: -webkit-linear-gradient(top, rgba(177, 186, 205, 0.9) 0%, rgba(177, 186, 205, 0.7) 100%);
    background: -moz-linear-gradient(top, rgba(177, 186, 205, 0.9)0%, rgba(177, 186, 205, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(177, 186, 205, 0.9) 0%, rgba(177, 186, 205, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(177, 186, 205, 0.9)0%, rgba(177, 186, 205, 0.7) 100%);
    background: linear-gradient(top, rgba(177, 186, 205, 0.9) 0%, rgba(177, 186, 205, 0.7) 100%);
    border-radius: 20px 20px 0px 0px;
    min-height: 500px;
}

/* BLOC BLANC BORD ARRONDI */
.blancarrondi {
    border: 1px solid #999;
    background-color: #edf1f3;
    border-radius:10px;
    margin: 10px;
}

/**** BLOC RECHERCHE ****/
fieldset {
    border: 1px solid #999;
    background-color: #edf1f3;
    margin: 0 0 5px 0;
}

fieldset legend {
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #edf1f3;
    padding: 3px 10px 3px 10px;
    color: #7b7b7b;
    font-weight: bold;

}

.blanc,h3 {

    /*
    border: 1px solid #ccc;
    background-color: #edf1f3;
         */

    font-size: 18px;
    font-family: "Calibri", sans-serif;
    padding: 2px 10px 2px 10px;

    color: #292929;
    font-weight: bold;

}

/**** FORMULAIRE ****/
.form {
    color: #000
}

.form a {
    color: #2079f9;
    text-decoration: none;
}

.form a:hover {
    color: #0a10cb;
    text-decoration: none;
}

.form ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form ol li {
    color: #000;
    clear: both;
    padding-top: 5px;
    cursor: auto;
    line-height: 29px
}

.form label {
    width: 200px;
    float: left;
    line-height: 29px;
    vertical-align: middle;
}

.form.l150 label {
    width: 150px;
}

.form input[type=text], .form input[type=date], .form input[type=password] {
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    background: url("/img/charte/bg_input.png") repeat-x white;
    width: 260px;
    color: black;
    float: left;
    height: 22px;
    text-indent: 5px;
    vertical-align: middle;
}

.form select {
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    background: url("/img/charte/bg_input.png") repeat-x white;
    width: 260px;
    color: black;
    float: left;
    height: 26px;
    text-indent: 5px;
    vertical-align: middle;
}

.form textarea {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    width: 260px;
    height: 50px;
    color: black;
    float: left;
    background: url("/img/charte/bg_input.png") repeat-x white;
    vertical-align: top;
}

.form input[type=text]:hover, .form input[type=date]:hover, .form input[type=password]:hover, .form textarea:hover {
    border: 1px solid #77BB77;
}

.form input[type=text]:focus, .form input[type=date]:focus, .form input[type=password]:focus, .form textarea:focus {
    border: 1px solid #0000FF;
}

.form input[type=text].mot, .form input[type=password] {
    width: 150px !important;
}

.form input[type=text].code {
    width: 50px;
}

.form input[type=text].fullwidth, .form textarea.fullwidth {
    width: 100% !important;
}

.form input[type=text].date {
    width: 100px !important;
}

.form input[type=text].require, .form select.require {
    background: repeat-x bisque;
}

.form input[type=text][readonly], .form input[type=date][readonly], .form select[disabled], .form textarea[readonly] {
    background: repeat-x #D0D0D0;
}

.form input[type=checkbox], .form input[type=radio] {
    vertical-align: middle;
    -ms-transform: scale(1.3); /* IE */
    -moz-transform: scale(1.3); /* FF */
    -webkit-transform: scale(1.3); /* Safari and Chrome */
    -o-transform: scale(1.3); /* Opera */
    transform: scale(1.3); /* Opera */
    margin-right: 5px;
    float: left;
    margin-top: 8px;
}

select[readonly] {
    background: #d0d0d0 !important;
}

select[readonly] option {
    display: none !important;
}

input[type=checkbox][readonly] {
    pointer-events: none;
    opacity: 0.5;
}

input[type=checkbox][readonly] + label {
    pointer-events: none;
}

/*BLOCS CHAMPS COTE A COTE*/
.gauche {
    width: 450px;
    float: left;
    display: inline-block;
}

.gauche label {
    width: 140px;
    float: left;
    line-height: 29px;
}

.droite {
    width: 450px;
    float: right;
    display: inline-block;
}

.droite label {
    width: 140px;
    float: left;
    line-height: 29px
}

.gauche3 {
    width: 32.7%;
    display: inline-block;
}

.centre3 {
    width: 33%;
    display: inline-block;
}

.droite3 {
    width: 32.7%;
    display: inline-block;
}
.bloc2 {
    width: 490px;
    display: inline-block;
    vertical-align: top;
}

/**** BOUTONs ****/
.boutton, button.ColVis_Button {
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    margin: 5px 15px;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.boutton:hover, button.ColVis_Button:hover {
    background: #e6e6e6;
}

.bottom {
    margin-bottom: 5px;
}

.boutton.left {
    float: left;
    margin: 2px 0px 2px 10px;
}

.boutton.right {
    float: right;
    margin: 2px 10px 2px 0px;
}

.nombre {
    text-align: right;
}

.textecentre {
    text-align: center;
}

.max_width_150 {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.separe {
    visibility: hidden;
    clear: both;
}

.h_5 {
    height: 5px;
    line-height: 5px;
}

.h_10 {
    height: 10px;
    line-height: 10px;
}

.h_20 {
    height: 20px;
    line-height: 20px;
}

/*DATATABLES*/
.dataTable tbody {
    font-size: 0.9em;
}

/*.dataTable tbody tr.odd {
	background-color: #e8e8e8!important;
}
.dataTable tbody tr.odd > .sorting_1{
	background-color: #dddddd!important;
}
.dataTable tbody tr:hover {
	background-color:#cccccc!important;
}
.dataTable tbody tr > .sorting_1:hover {
	background-color:#cccccc!important;
}*/
.dataTable tbody tr td {
    padding: 3px;
}

.dataTables_length label {
    width: auto;
    float: none;
    line-height: 29px
}

.dataTables_length select {
    width: 50px;
    float: none;
    border: inherit;
    background: #FFF;
    height: auto;
    line-height: 29px
}

.display th {
    text-align: left;
}

/* MESSAGES */
.msg {
    display: none;
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding: 5px 5px 1px 25px;
    border-radius: 20px 20px 0px 0px;
    min-height: 20px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #000;

}

.msg.normal {
    display: block;
    background-color: rgb(143, 201, 63);
}

.msg.warning {
    display: block;
    color: #000;
    background-color: #FFAA2A;
}

.msg.error {
    display: block;
    color: #fff;
    background-color: #cc0000;
}

.boite-modale {
    display: none;
    z-index: 999999;
    width: 550px;
    height: 350px;
    padding: 0;
    border: white 1px solid;
    border-radius: 7px;
    position: absolute;
    background-color: #a1a164;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.boite-modale h1 {
    margin: 2px;
    color: white;
    padding: 6px;
    font-size: 1.2em;
    border-radius: 5px;
    border: white 1px solid;
    background-color: #ae1b1c;
}

.boite-modale .close {
    position: absolute;
    right: 5px;
    top: 4px;
    margin: 0;

}

.boite-modale div {
    font-size: 1.1em;
    margin: 10px;
}

.actu {
    position: relative;
    border: 2px ridge lightgrey;
    border-radius: 5px;
    display: block;
    overflow-y: hidden;
    padding: 7px;
    background-color: white;
    color: black;
}

.actu h1, .actu h2, .actu h3, .actu h4, .actu h5, .actu h6 {
    color: black;
}

.actu a {
    color: black;
    text-decoration: underline;
}

.actu a:hover {
    font-weight: bold;
}

.actusuite {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 9999;

}

.actusuite a {
    color: black;
    padding: 5px;
    background-color: #d7d7d7;
    border: 1px solid #a1a1a1;
    border-radius: 3px;
    text-decoration: none;
}

.actusuite a:hover {
    font-weight: normal;
    background-color: white;

}

.tblanc th, .tblanc td {
    border: solid 1px grey;
    background-color: white;
}

.tblanc input, .tblanc select {
    border: none !important;
    background: none !important;
    background-color: white !important;
    width: 100% !important;
}

.dataTable a {
    font-weight: normal;
    color: black;
    text-decoration: underline;
}

.dataTable a:hover {
    font-weight: bolder;
}

.tbb {
    border-bottom-width:1px;  
    border-bottom-style:solid;  
    border-bottom-color:black;    
}
.tbl {
    margin: 0;
    border-left-width:1px;  
    border-left-style:solid;  
    border-left-color:black;    
}
.tbr {
    margin: 0;  
    border-right-width:1px;  
    border-right-style:solid;  
    border-right-color:black;    
}
.tbt {
    border-top-width:1px;  
    border-top-style:solid;  
    border-top-color:black;    
}
.ham {
    text-align:center;    
}
.har {
    text-align:right;    
}
.c_gr1 {
    color: #CACACA; 
}
.c_gr2 {
    color: #AFAFAF; 
}
.c_red1 {
    color: #FF0000;; 
}
.c_whi1 {
    color: #FFFFFF;; 
}
.pol_14 {
    font-size:14px;
}

.enligne {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
fieldset[hidden] {
  display: none !important;
}