body {
    background-color: #FDFDFD;
}

a {
    color: #28498a;
    text-decoration: none;
}

a:visited {
    color: #006BDF;
    text-decoration: none;
}

a.anchor {
    margin-top: -5px;
    text-decoration: none;
    color: #EF564A;

}

a.anchor:hover {
    text-decoration: none;
    color: #EF564A;
}

a.biganchor {
    text-decoration: none;
    color: #003D7F;
    font-size: 20px;
}

a.biganchor:hover {
    text-decoration: none;
}


h1, h2, h3, h4, h5 {
    color: #003D7F;
}

#header {

}

#main {
    text-align: justify;

}

#col_gauche {
    border-right: 2px solid #5387BF;
    padding-right: 15px;
}

#formulaire-stat {
    border: 1px solid #003D7F;
    padding: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);
}

#footer {

}

blockquote {
    margin-left: 15px;
    padding-left: 15px;
    color: #2F2F2F;
    border-left: 3px solid #6F6F6F;
    font-family: Verdana, Serif;
}

p {

}

div.envoi_mail {
    font-size: 10px;
    color: green;
    font-style: italic;
    text-align: center;
}


div.envoi_mail_err {
    font-size: 10px;
    color: red;
    font-style: italic;
    text-align: center;
}

.courriel_from_default {
    color: gray; font-style: italic;
}

.courriel_from {
    color: black; font-style: normal;
}

.notification-alert {
    padding: 10px;
    background-color: #FFEFEF;
    border: 1px solid red;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
}

.notification-alert h1 {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.notification-info {
    padding: 10px;
    background-color: #EFFFF0;
    border: 1px solid green;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
}

.notification-info h1 {
    color: green;
    font-size: 14px;
    font-weight: bold;
}
/*****************************************************/



/*****************    FORMULAIRE     **************/
.requis {
    font-size: 10px;
    color: red;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}


.form_th {
    text-align: right;
    font-size: 12px;
    vertical-align: middle;
    padding-right: 10px;
}

.form_input {
    color: #385373;
    height: 25px;
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    vertical-align: middle;
    width: 200px;
}

.err {
    font-size: 10px;
    color: red;
    font-weight: bold;
}

#table_sign th {
    text-align: left;

}


.checkbox_list {
    list-style: none;
    text-align: left;
    width: 100%;
}
/*****************************************************/


#plain-header {
    background-color: #1D252F;
    color: white;
    margin-bottom: 10px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    height: 90px;
    padding-top: 5px;
}

#plain-header-logo {
    float: left;

}

#plain-header-titre {
    float: none;
    margin-left: 100px;
}

#plain-header h1 {
    color: white;
    font-size: 38px;
    font-family: Georgia, "Times New Roman", "Garamond", serif;
}

#plain-header h2 {
    margin-top: -25px;
    color: white;
    font-size: 18px;
    font-family: Verdana, Arial, sans serif;
}


#plain-header a{
    color: white;
    text-decoration: none;
}

#plain-header a:hover{
    text-decoration: none;
}

#plain-header a:visited{
    text-decoration: none;
}