﻿/* 	Charte graphique juillet 2014 
Rose (menu, boutons)			color=#D91E53
Rose foncé(attention) 			color=#A21A40
Rose clair barre nav            color:#F3A3BA
orange (entete tableau)			color:#F25919
vert (entete tableau nouveau)	color:#34A853
bleu (entete tableau nouveau)	color:#4285F4
jaune (entete tableau nouveau)	color:#FBBC05
gris foncé						color:#474A4F
*/

body {
    padding-top: 40px;
}

.shaded { /* ombrage du logo */
    padding: 8px;
    border: 1px solid #CCC;
    box-shadow: 8px 8px 12px #888;
    border-radius: 6px;
}

.shadedp { /* ombrage du petit logo */
    padding: 8px;
    border: 0px;
}

.jumbotron-custom {
    background-color: #E7E7E7;
    border-radius: 4px;
    padding: 2px 5px 10px 5px;
}

.btn-custom {
    background-color: #D91E53;
    color: #fff;
    transition: background 0.5s;
}

.btn-custom:hover {
    background-color: #fff;
    color: #D91E53;
    transition: background 0.5s;
}

.navbar-custom {
    background-color: #D91E53;
    border-color: #E7E7E7;
    transition: background 0.5s;
}

.navbar-custom .navbar-nav > li > a {
    color: #fff;
    transition: background 0.5s;
}

.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #D91E53;
    background-color: #fff;
    transition: background 0.5s;
}

@media (max-width: 767px) {
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

.ferme_tab { /* fin de tableau */
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    height: 10px;
    background-color: #4285F4;
    font-family: Arial;
    font-weight: bold;
    color: white;
}

#pagination { /*dernière ligne d'un tableau : 1 2 3 4 ...*/
    text-align: right;
    background-color: #4285F4;
    font-family: Arial;
    font-weight: bold;
    color: white;
}

/* couleurs des tableaux */
.errMsg {
    color: #A21A40;
    text-align: left;
    font-weight: bold;
}

.tBd {
    border: 1px gray solid;
}

.tBdB {
    border-bottom: 1px solid gray;
}

.tBdD {
    border-right: 1px solid gray;
}

.tBdH {
    border-top: 1px solid gray;
}

.tBdG {
    border-left: 1px solid gray;
}

.tBgYellow {
    background-color: #4285F4;
}

.tBgGray {
    background-color: lightgrey;
}
/*.tBgBlue { background-image:url(../images/mail-out-fd.gif); background-repeat:repeat; }*/
.tBgWhite {
    background-color: white;
}

.fT1 {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.tBbouton {
    font-weight: bold;
    color: white;
    background-color: #D91E53;
    padding: 2px 5px 2px 5px;
}

.tBclair {
    font-weight: bold;
    color: white;
    background-color: #D95A7E;
}

.tBattention {
    font-weight: bold;
    color: white;
    background-color: #A21A40;
    padding: 2px 5px 2px 5px;
}

.tBsaisie {
    font-weight: bold;
    color: #D91E53;
    background-color: #A21A40;
    padding: 2px 5px 2px 5px;
}
/* titre et sous-titre */
.stitre {
    color: #4285F4;
}

.tabletitre {
    text-align: center;
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
}

.tablebord {
    margin-top: 13px;
    border-spacing: 1px;
    border: 1px solid black;
}

.tbEnt { /*Entete tableau*/
    background-color: #4285F4;
    font-weight: bold;
    color: white;
    text-align: center;
    border: 1px solid black;
    padding: 2px 5px 2px 5px;
}

.tbTxt { /*cellule tableau texte */
    text-align: left;
    border: 1px solid black;
    padding: 2px 5px 2px 5px;
}

.tbNbr { /*cellule tableau Nombre */
    text-align: right;
    border: 1px solid black;
    padding: 2px 5px 2px 5px;
}

.tbTet { /*cellule tableau tete bonhomme */
    text-align: center;
    border: 1px solid black;
    padding: 2px 5px 2px 5px;
}
