body {
    padding: 10px;
}

td {
    
    padding-left: 2px;
    padding-right: 2px;
}
.section-title {
    background: #CC9900;
    padding:2px 0 2px 10px;
    border-radius: 4px;
}

.tabs-link {
    background-color:#293F54;
    color:white;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:1px;
    border:1px solid #566963;
    display:inline-block;
    cursor:pointer;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:4px 4px;
    text-decoration:none;
    min-width: 100px;
    text-align:center;
    text-transform: uppercase;
    font-size:11px;
    letter-spacing:2px;

}





.btn-tab {
    float:left;padding:.5em 1em;background: #778899;color:white;
    cursor:pointer;

}
.modal {
    background-color:#fff;
    display:none;
    width:350px;
    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;
}

input, select {
    border: solid 1px;
    border-radius: 2px;
}

input[type=text], input[type=password] {
height: 13px;    
}
select {
        height:22px;

}

h1 , .header {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    background: #778899;color:whitesmoke;
}

body, form {
    background:#E6E6E6;
}



td {
    vertical-align:top;
    padding-top: 0;
    padding:1px;
}

table {
    width:95%;
    margin-left:auto;
    margin-right:auto;

}

.label {
    background:whitesmoke;
    padding: 10px;
    text-align: right;

}

input {
    padding:4px;

}

thead {
    text-align:left;
    background:#778899;
    color:white;
}

.box_blue {
    background: #4086AA;
    color:white;
    padding:6px;
}
.filtre {

    width:100%;
    background: #F6F4EC;
    color:black;
    border-bottom:solid 5px;
    border-color:gray;border-spacing: 2px
}
.bar-table .label {
    background:lightgray;
    padding-right: 10px;
    text-align:right;
}
.bar-table .value {
    background:lightgray;
    padding-left: 10px;
    text-align:left;

}
.paginatebtn  {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    color: #333 !important;
    background-color: #ddd;
}
.paginatebtnactive  {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    color: #333 !important;
    background-color: #c78c8c;
    font-weight:bold;
}
.paginatebtnactive2  {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    color: #333 !important;
    background-color: #99B3FF;
    font-weight:bold;
}

.btn-blue  {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    color: #333 !important;
    background-color: #E2E4FF;
    text-align:center;
    font-weight:bold;
}
.btn:hover{
    //background: #C7C2CC;
    //color:black;
    //font-weight:bold;
}
.succes_status p
{
    width:100%;background-color: green;color:white;
}
.failure_status p
{
    width:100%;
    background-color: green;
    color:white;
}
.dataTables_paginate 
{
    color:black;
}
.paging_two_button
{
    width: 50%;
    display: inline-block;
    text-align: right;
    color:black;
}
.paginate_disabled_previous
{
    color:gray;
    display: inline-block;
    padding: 4px;

}
.paginate_disabled_next
{
    color:gray;
    display: inline-block;
    padding: 4px;

}
.paginate_enabled_previous
{
    color:black;
    font-weight: bold;
    display: inline-block;
    padding: 4px;

}

.paginate_enabled_next
{
    color:black;
    font-weight: bold;
    display: inline-block;
    padding: 4px;

}

.dataTables_custom_div_filter {
    //width:30%;
    display: inline-block;
    text-align: left;
    float: left;
    margin-right: 50px;
    background-color: whitesmoke;
    font-size:10px;
}​

.dataTables_custom_div_length {
    //width: 30%;
    display: inline-block;
    text-align: left;
    float: right;
    background-color: whitesmoke;
    font-size: 10px;
}

/*.dataTables_custom_div_filter label {
    width:50px;
    display: inline;
    float: left;
    text-align: left;
}​*/

html, body{ 
    height:100%; 
    src: url('../font/StymieStylus1.otf');
    background-color:cream;
}
body {
    margin: 0;
    font-size: 12px;
    font-family: arial;
    width: 100%;
    /*background-image: url('../images/finalmanager-login.jpg');*/
    background-repeat:no-repeat;
    background-position: center top;
    height: 100%;
    padding-top: 0px;
}



a {
    color: black;
    font-style: none;
    text-decoration:none;
}

.important{
    font-weight: bold;
}

blink {
    -webkit-animation: blink 0.7s infinite linear alternate;
    -webkit-font-smoothing: antialiased;

}

@-webkit-keyframes blink {
    0%     { opacity: 0 } 50% { opacity: 0 }
    50.01% { opacity: 1 } 100% { opacity: 1 }
}


#barEtat{
    position: fixed;
    top: 0;
    width:100%;
    background-color: #3363a3;
    min-height: 37px;
    color: white;
    border-bottom: 2px solid #d1d1d1;
}

#barEtat #alertes{
    border-right: solid 1px #565656;
    min-height:30px;
    padding-top:7px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    float:left;
    font-family: calibri;
    cursor: pointer;
}

#barEtat #alertes.premiere {
    margin-left: 200px;
}

#barEtat #alertes:hover  #boite{
    position: absolute;
    top: 35px;
}

#barEtat #alertes #boite{
    position: absolute;
    min-height: 150px;
    width: 400px;
    margin-left: -11px;
    border: 1px solid #3363a3;
    background-color: white;
    color: black;
    top: -999em;
    padding: 20px;
}

#barEtat #alertes #boite:hover{
    position: absolute;
    top: 35px;
}


#barEtat .boite_BarEtat_Gauche{
    border-right: solid 1px #565656;
    min-height:34px;
    padding-top:7px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 1px;
    min-height: 27px;
    float:right;
    font-family: "StymieStylus1";
    display: block;
}

#barNavigation{
    width: 200px;
    height: 100%;
    float: left;
    background-color:white;
    position:fixed;
    top:0px;
    border-right: 1px solid #dddddd;
}

#barNavigation .menu {
    width: 100%;
    min-height: 29px;
    border-bottom: 1px solid #dddddd;
}

#barNavigation .menu a {
    width: 95%;
    line-height: 38px;
    padding-left: 5%;
    font-size: 14px;
    display: block;
    color: black;
    background-color: white;
}

#barNavigation .menu a:hover {
    background-color: #f0f0f0;
}

#barNavigation .menu.courant a {
    border-right: 8px solid #4373B4;
}

#barNavigation #logo{	
    width: 95%;
    padding-top:7px;
    padding-left: 5%;
    margin-bottom: 1px;
    min-height: 30px;
    background-color: #3363a3;
    color:#FFFFFF;
    border-right: solid 1px #565656;
    font-family: verdana;
    font-size: 16px;

}

#resultatDeRecherche{
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
    border-bottom: 1px solid #888888;
}

#resultatDeRecherche div{
    padding-top: 3px;
    margin-bottom: 3px;
    padding-left: 3px;
    background-color: #EFEFEF;
}

#resultatDeRecherche a{
    color: black;
    font-family: calibri;
}

#resultatDeRecherche a:hover{
    color: #009859;
}

#inputRecherche{
    width: 98%;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

#resultatDeRecherche .resultat{
    width: 100%;
    height: 35px;
    background-color:black;
}

#centrer{
    margin-left: 200px;
    background-color: white;
    min-height: 100%;
    padding-top: 20px;
    background-color: #fbfbfb;
}

#main{

    margin: auto;
    width: 95%;
    padding: 10px;
}

#main #blockLeft{
    width: 29%;
    min-height: 10px;
    /*float: left;*/
    display: inline-block;
    margin-bottom: 40px;
}

#main #blockRight{
    min-height: 10px;
    margin-left:29%;
    margin-bottom: 40px;
    display: inline-block;
}

#main .texte{
    padding-top:10px;
    padding-left:5px;
    font-size:14px;
    background-color:white;
    border: 1px solid #d1d1d1;
    border-top: none;
}

#main .titre{
    height: 33px;
    padding-top:3px;
    padding-left:5px;
    font-size:18px;
    color: white;
    font-family: calibri;
    background-color: #3363a3;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

#main  .titreDroite{
    float: right;
    height: 33px;
    padding-top:5px;
    padding-right:15px;
    font-size:16px;
    color: white;
    font-family: calibri;
}

#main .blockText{
    background-color: white;
    padding-top: 20px;
    padding-bottom: 16px;
    border: 2px solid #d1d1d1;
    border-top: none;
}

#main .blockCentre{
    margin: auto;
    width: 800px;
}

#main .bar_progression{
    background: white;
}

.sub_div_titre {
    float: right;
    margin: 0 10px;
    margin-top: 2px;
}

/* CSS Bloc et Fenètre  --------*/

.boite-normal{
    margin-bottom: 40px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #555555;
}

.boite-normal .titre{
    height: 20px;
    padding-top:3px;
    padding-left:5px;
    font-size:14px;
    color: white;
    font-family: calibri;
    background-color: #555555;
}



.boite-normal .sous-titre{
    width:200px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    background-color: white;
}



.boite-normal .texte{
    padding-top:3px;
    padding-left:5px;
    font-size:14px;
    background-color:white;
}

.boite-normal ul{
    margin:0;
    padding:0;
    min-height: 50px;
    margin-top: 10px;
}

.boite-normal ul {
    margin:0;
    padding:0;
    min-height: 50px;
    margin-top: 10px;
}



.boite-normal li{
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    text-align:left;
    min-height: 35px;
    width: 21%;
    padding-left: 3%;
    padding-right:1%;
}

.div_cas_gauche {
    float: left;
    width: 45%;
    margin: auto;
    display: block;
    text-align: right;
    font-size: 14px;
}

.div_cas_droite {
    width: 45%;
    margin: auto;
    display: inline-block;
    text-align: right;
    font-size: 14px;
}

.div_cas_gauche label {
    float: left;
    width: 30%;
    text-align: right;
    margin-right: 5px; /* optional */
}
.div_cas_gauche input {
    float: left;
    width: 44%;
}
.div_cas_gauche select {
    float: left;
    width: 45%;
}

.div_cas_droite label {
    float: left;
    width: 30%;
    text-align: right;
    margin-right: 5px; /* optional */
}
.div_cas_droite input {
    float: left;
    width: 30%;
}
.div_cas_droite select {
    float: left;
    width: 45%;
}

.div_cas label {
    float: left;
    width: 30%;
    text-align: right;
    margin-right: 15px; /* optional */
}

.div_cas input {
    float: left;
    width: 55%;
    margin: 10px auto;
}

.div_cas select {
    float: left;
    width: 40%;
    margin: 10px auto;
}

.div_cas input[type="submit"] {
    float: left;
    width: 30%;
    margin: 10px 10px 10px auto;
}

button, input[type="button"] {
    //margin: 10px 50px 10px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    background: #555555;
    color:white;
    border-color:white;
    width:auto;
    padding: 4px 10px 4px 10px;
    border: solid 1px;
    border-radius: 4px;
    cursor:pointer;
}

button:hover, input[type="button"]:hover {
    background: #4086AA;
    color:white;
}

button[type="submit"] {
    margin-left:40px;
}

div#div_container {
    display: block;
    width: 100%;
}

.bloc_moitie {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}
.bloc_moitie.gauche { margin: 0 0.5% 0 0; }
.bloc_moitie.droite { margin: 0 0 0 0.5%; }

div.boutons_horizontaux {
    padding: 0;
    border: 0;
    margin-bottom: 1em;
    text-align: right;
    margin-right: -4px;
}
div.boutons_horizontaux a.bouton {
    display: inline-block;
    margin: 0 0.5em;
    padding: 4px 10px;
    border: 2px solid #d1d1d1;
    background-color: #3363a3;
    color: white;
    width: auto;
}
div.boutons_horizontaux a.bouton.dernier { margin-right: 0; }
div.boutons_horizontaux a.bouton:hover { color: #3363a3; background-color: white; }

.bloc1 {
    width: 100%;
    padding: 0;
    background-color: white;
    border: 2px solid #d1d1d1;
    padding-bottom: 1em;
}

.bloc1 h1, .bloc1 h2 , .bloc1 h3 {
    text-align:center;
    font-family: verdana;
    font-weight:bold;
    margin: 0 0 20px 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    font-family: calibri;
    background-color: rgb(85, 85, 85);
    width: 100%;
    border-bottom: 2px solid #d1d1d1;
}
.bloc1 h1.suivant, .bloc1 h2.suivant { margin-top: 1em; border-top: 2px solid #d1d1d1; }
.bloc1 h1 span, .bloc1 h2 span { padding-left: 10px; }
.bloc1 h1 strong, .bloc1 h2 strong { text-decoration: underline; }

.bloc1 div.texte_moitie {
    width: 46%;
    margin: 0 2%;
    display: inline-block;
}

.bloc1 form p {
    margin: 0.15em 0;
    line-height: 22px;
}
.bloc1 form p input[type="input"], .bloc1 form p input[type="select"] {
    height: 16px;
    border: 1px solid #cccccc;
    padding: 1px;
    font-size: 14px;
}
.bloc1 form p textarea {
    height: 72px;
    border: 1px solid #cccccc;
    padding: 1px;
    font-size: 12px;
    width: 25%;
    min-width: 150px;
    vertical-align: top;
}

.bloc1 .sous_bloc {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    vertical-align: top;
    margin-bottom: 1em;
}
.bloc1 .sous_bloc h4 {
    font-size: 100%;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0.25em;
    color: #858585;
}



/* Pour faire des sous_blocs de largeur égale */
/*.largeur_200 {
        max-width: 190px;
        min-width: 190px;
        width: 190px;
}*/

.aligner_droite {
    text-align: right;
}

.remplissage_haut { padding-top: 1em; }
.remplissage_bas { padding-bottom: 1em; }

.espace_haut {
    margin-top: 1em;
}

.aligner_centre { text-align: center; }

form.formulaire_cache { display: inline; }

div.bloc1 div.separation {
    display: block;
    height: 1em;
}

div.separation_double {
    display: block;
    height: 2em;
}

.bloc1 form label {
    display: inline-block;
    margin: 0 0.5% 0 0;
    width: 30%;
    text-align: right;
}

/* CSS Bouton stylé	---------*/

.href-button {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}

.href-button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}

.href-button:active {
    position:relative;
    top:1px;
}

.btn-big
{

    width:70px;
    height:50px;
    background: #E0ECFF;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    border-radius:1px;
    border:1px solid #dcdcdc;
    display:inline-block;

}
.btn-big:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}

/* CSS Boite Erreur 	---------*/

.boite_erreur{
    display: block;
    min-height: 38px;
    margin-top: 12px;
    padding-top: 12px;
    padding-left: 60px;
    text-align: left;
    color: white;
    background-color: #a30000;
    background-image: url('../images/erreur.jpg');
    background-repeat: no-repeat;
}

.boite_reussite{
    display: block;
    min-height: 38px;
    margin-top: 12px;
    padding-top: 12px;
    padding-left: 60px;
    text-align: left;
    color: white;
    background-color: #1db862;
    background-image: url('../images/reussite.jpg');
    background-repeat: no-repeat;
}

.boite_erreur_interne{
    display: block;
    min-height: 38px;
    padding-top: 12px;
    padding-left: 60px;
    padding-bottom: 12px;
    font-size: 10px;
    text-align: left;
    color: white;
    background-color: #a30000;
    background-image: url('../images/erreur.jpg');
    background-repeat: no-repeat;
}

/* Fin CSS Boite Erreur 	---------*/

/* CSS Struture Tableau ---------*/


.tableau {
    margin-bottom: 40px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #3363a3;
    text-align: left;

}

.tableau .titre {
    height: 33px;
    padding-top:3px;
    padding-left:5px;
    font-size:14px;
    color: white;
    font-family: calibri;
    background-color: gray;
    text-align: left;
    height:20px;

}

.tableau table{
    border-collapse:collapse;
    width:100%;
    color: white;
    background-color:#f5fcff;
    text-align: center;
    font-size: 14px;
    text-align: left;

}

.tableau tr:first-child{
    font-size: 14px;
    color: white;
    background-color:#007fc8;
    text-align: left;

}

.tableau td{
    height: 25px;
    text-align: left;

    /*border-right: 1px solid white;*/
}

.tableau tr{
    color: black;
    /*border-bottom: 2px solid white;*/
    background-color:#d6eeff;
}

.tableau tr td:hover{
    cursor: pointer;
}

.tableau td.paire td {
    background-color: #f2faff;
}

.tableau td.impaire td {
    background-color: #d6eeff;
}

/* FIN CSS Struture Tableau --------*/

/* DEBUT INPUT STYLE -----------*/
input[type='text'].rounded, input[type='password'].rounded {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
    font-family: Calibri;
    color: #454545;
    width: 250px;
}

input[type='text'] #defaut, input[type='password'] #defaut{
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
    font-family: Calibri;
    color: #454545;
    width: 90px;
    margin-bottom: 5px;
}

input[type='text'] #defaut, input[type='password'] #defaut{
    border-color: #4a4a4a;

}

input[type='submit']#login{
    font-size: 20px;
    min-width: 400px;
    min-height: 40px;
    font-family: Calibri;
}

input[type='submit'] #defaut{
    font-size: 18px;
    min-width: 100px;
    min-height: 20px;
    font-family: Calibri;
}

textarea #normal{
    width: 50%;
    height: 35px;
}

select{ 
    width: 200px;
    font-size: 14px;
}

form ul{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 40px;
    padding-top: 10px;
}

form li{
    float: left;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: right;
    width: 49%;
    padding-right:1%;
}

/* FIN INPUT STYLE */

/* DEBUT MAIN LOGIN */

#main_login{
    width: 500px;
    margin: auto;
    text-align: center;
    font-size: 20px;
    color: white;
    padding-top: 460px;
}

/* FIN MAIN LOGN */
/* DEBUT INTERFACE STYLE */

#boite_BarEtat_Gauche{

}

#tabs { border:1px;
        height:100%; 
        padding-left: 0; padding-top:0; 
        -moz-box-shadow: inset 0 -2px 2px #dadada; 
        -webkit-box-shadow:inset 0 -2px 2px #dadada; 
        box-shadow: inset 0 -2px 2px #dadada; 
        border-top-left-radius:0; 
        border-top-right-radius:0; 
} 
#tabs-1 { 
    border:1px solid #ccc; 
    height:100%; 
    padding:0;
    -moz-box-shadow: inset 0 -2px 2px #dadada; 
    -webkit-box-shadow:inset 0 -2px 2px #dadada; 
    box-shadow: inset 0 -2px 2px #dadada; 
    border-top-left-radius:0; 
    border-top-right-radius:0; } 

#tabs-2 { 
    border:1px solid #ccc; 
    height:100%; 
    padding:0;
    -moz-box-shadow: inset 0 -2px 2px #dadada; 
    -webkit-box-shadow:inset 0 -2px 2px #dadada; 
    box-shadow: inset 0 -2px 2px #dadada; 
    border-top-left-radius:0; 
    border-top-right-radius:0; } 

#tabs-3 { 
    border:1px solid #ccc; 
    height:100%; 
    padding:0;
    -moz-box-shadow: inset 0 -2px 2px #dadada; 
    -webkit-box-shadow:inset 0 -2px 2px #dadada; 
    box-shadow: inset 0 -2px 2px #dadada; 
    border-top-left-radius:0; 
    border-top-right-radius:0; } 

/* FIN INTERFACE STYLE */

/* Liste Style */

.cas ul{
    margin:0;
    padding: 0;
    list-style: none;
    min-height: 62px;
    padding-bottom: 10px;
}

.cas ul li{
    margin:0;
    padding: 0;
    font-size: 16px;
    color: #ff7200;
    font-family: calibri;
    float: left;
    width: 45%;
    padding-left: 1%;
    padding-right: 4%;
    height: 60px;
}

.cas ul li span.sous-titre{
    font-size: 18px;
    font-family: calibri;
    color: black;
    font-weight: normal;
}

.cas:hover{
    cursor: default;
}

.cas a{
    font-size: 16px;
    color: #ff7200;
}

.centre-liste ul {
    min-height: 60px;
}

.centre-liste ul li{
    font-size: 14px;
    text-align: left;
    padding-left: 3%;
    width:46%;
}

.row1 {
    background-color: "#f2faff";
}
.row2 {
    background-color: "#d6eeff";
}


#tabs-1 {
    min-height: 600px;
    height: auto !important;
    height: 600px;
}
#tabs {
    min-height: 600px;
    height: auto !important;
    height: 600px;
}

.bouton {
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: "Times New Roman","Symbola-mq",serif;
    line-height: .9;
    margin: 0;
    padding: 0;
    border-color: black;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
    cursor: pointer;
    text-align: center;
    font: 20px Times;
    text-shadow: 0 1px 0 #fff;
    color: #3d3d3d;
}

.tablestandard tr:nth-child(2n) {
    background-color:#C0C0C0;
}

.tablestandard tr:hover {
    background-color:#E0E0EB;
}

.tablestandard thead {
    background-color:#778899;
}


.formstandard {
    padding: 20px;
}  
/* Fin liste Style */

.formstandard table td {
    padding: 4px;
}

.formstandard button {
    margin-left: 10px;
}

#datatable-facture tr:hover {
    background:#4086AA;
    color:white;
}

#datatable-client tr:hover {
    background:#4086AA;
    color:white;
}

#datatable-bon tr:hover {
    background:#4086AA;
    color:white;
}

#datatable-vehicule tr:hover {
    background:#4086AA;
    color:white;
}

#datatable-note tr:hover {
    background:#4086AA;
    color:white;
}
