/************************************************************************
* Default styles
************************************************************************/
body, table, td, input, select {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}
body {
    background-color: white;
    margin: 0 0 25px 0;
}
form {
    margin: 0;
}
textarea {
    font-size: 12px;
}
a {
    color: #002166;
}
img {
    border: 0;
}
#titre {
    position: absolute;
    top: 120px;
    left: 60px;
    width: 450px;
    color: #555;
    
}
h1 {
    font-size: 22px;
    margin: 0;
}
h2 {
    font-size: 18px;
    margin: 0;
}
h3 {
    font-size: 14px;
    margin: 0;
}
#content {
    padding-left: 8px;
    padding-top: 40px;
    padding-left: 60px;
}
.fakeLink {
    color: #002166;
    text-decoration: underline;
    cursor: pointer;
}

.display-none{
    display: none!important;
}

/************************************************************************
* Text styles
************************************************************************/
.titre {
    font-size: 15px;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.right {
    text-align: right;
}
.error {
    color: red;
    font-weight: bold;
}
.message {
    color: #008800;
    font-weight: bold;
}

/************************************************************************
* Editeur
************************************************************************/
.Editeur_Ligne {
    background-color: #FFF3F3;
}
.Editeur_Ligne td {
    padding: 3px;
}
.Editeur_Ligne a {
    color: #002166;
}
.Editeur_Ligne2 {
    background-color: #F2DCDD;
}
.Editeur_Ligne2 td {
    padding: 3px;
}
.Editeur_Titre {
    background-color: #B5151F;
    color: #ffffff;
}
.Editeur_Titre td {
    padding: 3px;
}
.Editeur_Titre a {
    color: #FFFFFF;
}
.Editeur_Label {
    font-weight: bold;
}

.primary_color {
    color: #B5151F;
}

/************************************************************************
* Onglets
************************************************************************/
.ongletOff {
    background-color: #002166;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    width: 170px;
    height: 25px;
    text-align: center;
    border: 1px solid #2B4071;
}
.ongletOff a {
    color: #ffffff;
    text-decoration: none;
}
.ongletOn {
    background-color: #D3DCE9;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    width: 170px;
    height: 25px;
    text-align: center;
    border: 1px solid #2B4071;
}
.ongletOn a {
    color: #000000;
    text-decoration: none;
}
.ongletOff2 {
    background-color: #95A9C6;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    width: 170px;
    height: 25px;
    text-align: center;
    border: 1px solid #2B4071;
}
.ongletOff2 a {
    color: #000000;
    text-decoration: none;
}

/************************************************************************
* Champs
************************************************************************/
.form_input {
}
.form_textarea {
}
.form_select {
}
.form_checkbox {
}
.form_radio {
}

/************************************************************************
* Login
************************************************************************/
#loginBox {
    height: 139px;
/*    background-image: url('images/login_boite.gif');
    background-repeat: no-repeat;
    background-position: center center;*/
}

.shadow {
    -moz-box-shadow:    5px 5px 5px 0px #999;
    -webkit-box-shadow: 5px 5px 5px 0px #999;
    box-shadow:         5px 5px 5px 0px #999;
}

.textShadow {
    text-shadow: 5px 5px 4px #555;
}

.login {
    font-size: 14px;
    font-weight: bold;
    color: #444;
}

#headerLogin {
    margin: 30px auto;
    padding-top: 50px;
}

#spacerLeft {
    padding-left: 50px;
}

#spacerRight {
    padding-right: 50px;
}

.loginTable {
    border-bottom: 4px solid #B5151F;
    border-top: 4px solid #B5151F;
    padding-top: 40px;
    padding-bottom: 40px;
    
}

.loginTable td:first-child {
    padding-left: 50px;
}

.loginTable td:last-child {
    padding-right: 50px;
}

/************************************************************************
* Header
************************************************************************/
#headerImage {
    padding: 10px 25px;
}
#greeting {
    position: absolute;
    right: 170px;
    top: 61px;
    font-weight: normal;
    font-size: 16px;
    color: #555;
}
#greeting b {
   color: #444; 
}

#actionBar {
    position: absolute;
    right: 50px; /* 666px si on affiche le lien "Anglais" */
    top: 61px;
    font-weight: normal;
    font-size: 16px;
}
#actionBar a {
    color: #555;
    text-decoration: none;
}
#menuBar {
    position: absolute;
    left: 300px;
    top: 92px;
/*    margin: 0px auto;*/
    font-weight: bold;
    font-size: 18px;
    color: #fff; /* #7E1519 */
    white-space: nowrap;
}
#menuBar a {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    text-decoration: none;
}

#seperator {
/*    position: absolute;
    top: 150px;*/
    display: block;
    height: 4px;
    width: 97%;
    margin: -5px auto;
    background: url('images/header/ligne.gif') 50% 50% repeat-x;
}

#page { /* PDF */
    width: 800px;
}