@charset "utf-8";

/* Général */

* {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.clearboth {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
}


.d_etat3 {width:15px; height:15px; background-color:#f7230c; float:left; margin:6px 5px 0 0;}
.d_etat2 {width:15px; height:15px; background-color:#ff8000; float:left; margin:6px 5px 0 0;}
.d_etat1 {width:15px; height:15px; background-color:#ffc107; float:left; margin:6px 5px 0 0;}
.d_etat0 {width:15px; height:15px; background-color:#007f00; float:left; margin:6px 5px 0 0;}



/* 98FB98	b7c72a  --  5b9cd6 -- 5b9cd6 - add8e6*/

html {
    font-family: Tahoma;
    width: auto;
    overflow-y: scroll;
    font-size: 0.8em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #333;
}

.logo_test {
    background: url('../../pic/logo/test_bg_header.png') top left repeat;
}

#contenu_libre {
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

#footer {
    margin: 15px 5px 0 5px;
    clear: both;
    padding: 5px 0 0 0;
    border-top: 1px solid #999;
}

#footer p {
    text-align: right;
    font-weight: bold;
    font-size: 0.68em;
    padding: 0;
    margin: 0;
}

a {
    color: #333;
    text-decoration: underline;
}

a:link {
    color: #333;
    text-decoration: underline;
}

a:active {
    color: #333;
    text-decoration: underline;
}

a:hover {
    outline: 0;
}

a:img {
    border: 0;
}

a:focus {
    outline: thin dotted;
}

h1 {
    font-size: 1.6em;
    text-align: left;
    color: #000;
    margin: 0;
}

h2 {
    padding: 0;
    text-align: left;
    font-size: 1.3em;
    color: #333;
}

h3 {
    padding: 0;
    text-align: left;
    font-size: 1.17em;
}

h4 {
    padding: 0;
    text-align: left;
    font-size: 1em;
}

p {
    text-align: justify;
    color: #000;
}

ul {
    padding: 0 0 20px 25px;
    margin: 0;
}

li {
    padding: 3px 0 0 2px;
}

ul li ul {
    padding: 0;
    margin: 0;
}


/* QE842E30000544 */

.img_icone {
    float: right;
    height: 30px !important;
    cursor: pointer;
    margin-left: 15px;
}

.inline {
    display: inline;
}

.hidden {
    display: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

[inline] {
    display: inline;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

#ul_err {
    color: red !important;
    margin-top: 10px;
}

#ul_white {
    color: #fff !important;
    margin-top: 10px;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 10px;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
    color: #999;
}

input {
    width: 350px;
}

label:not(.mdc-floating-label) {
    color: #000;
    margin: 8px 0 1px 0;
    display: block;
    font-weight: bold;
}

button,
input,
textarea,
select {
    margin: 0;
    padding: 0 2px;
    vertical-align: baseline;
    *vertical-align: middle;
    text-align: left;
    color: #333;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    font-size: 1.3em;
    overflow: auto;
    vertical-align: top;
    text-align: justify;
}

table {
    border: 2px solid #999;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 10px 0;
    width: 1190px;
}

tr {
    height: 30px;
    background-color: #ffffff;
}

th {
    border: 1px solid #999;
    padding: 5px;
    background-color: #cecfce;
    width: 40px;
}

td {
    border: 1px solid #999;
    padding: 8px 5px;
    text-align: left;
}

.pres_left {
    margin: 20px;
    border: 2px solid #cecfce;
    padding: 10px;
    max-width: 400px;
    float: left;
    background-color: #82a9f9;
    text-align: center;
    cursor: pointer;
}

.pres_left:hover {
    border: 2px solid #2b5198;
}

.pres_right {
    margin: 20px;
    border: 2px solid #cecfce;
    padding: 10px;
    max-width: 400px;
    float: right;
    background-color: #82a9f9;
    text-align: center;
    cursor: pointer;
}

.pres_right:hover {
    border: 2px solid #2b5198;
}

.pres_centre {
    margin: 20px 0;
    border: 2px solid #cecfce;
    padding: 10px;
    max-width: 150px;
    background-color: #82a9f9;
    cursor: pointer;
    text-align: center;
}

.pres_centre:hover {
    border: 2px solid #2b5198;
}

#div_bandeau {position:fixed; bottom:0px; width:100%; height:120px; left:0; margin:0; text-align:center; background-color:#3a2e87; color:white; padding:10px 0;}