body
{
    background-color: #CADC92;
}
a:link
{
    color: #336633;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #336633;
}
a:hover
{
    text-decoration: underline;
    color: #336633;
}
a:active
{
    text-decoration: none;
    color: #336633;
}
.img_langue
{
    margin-top: 1px;
    margin-bottom: 1px;
}

.conteneur
{
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 850px;
    margin-right: auto;
    margin-left: auto;
}
.titre
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FFFFFF;
    background-image: url(images/fdhaut.jpg);
    background-repeat: no-repeat;
    height: 172px;
}
.positionmenu
{
    line-height: auto;
    float: left;
}

.positionmenu img
{
    padding-left: 4px;
}
.basdepage
{
    background-image: url(images/menu/fdbas.gif);
    background-repeat: repeat-x;
}


.contenu
{
    background-repeat: repeat-y;
    background-image: url(images/menu/fdvert.gif);
    padding-left: 20px;
}
.vertcom
{
    width: 850px;
    background-color: #CADC92; /*#FFFFFF;*/
    font-size: 10px;
    color: #FFFFFF; /*#336600*/
    font-family: Arial, Helvetica, sans-serif;
}
.vertcom a:link
{
    color: #336600;
}
/*336600*/
.vertcom a:hover
{
    color: #336600;
    text-decoration: underline;
}
.vertcom a:active
{
    color: #336600;
}
.vertcom a:visited
{
    color: #336600;
}

.gdtitre
{
    font-size: 20px;
    color: #000000;
    padding-top: 2px;
}
.corps
{
    width: 800px;
    margin-left: auto;
    margin-top: 15px;
}
.titregraph
{
    text-align: center;
    width: 430px;
    margin-left: auto;
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    color: #FFFFFF;
    background-color: #83B329;
}
.titregraph2
{
    text-align: center;
    width: 305px;
    margin-left: auto;
    font-size: 13px;
    padding: 2px 0px 2px 0px;
    color: #FFFFFF;
    background-color: #83B329;
}
.titrerouge
{
    font-size: 18px;
    font-weight: bold;
    color: #990000;
}
.fdaccueil
{
    background-image: url(images/fdaccueil.jpg);
    background-repeat: no-repeat;
    height: 529px;
    width: 353px;
    float: right;
}
ul
{
    margin: 0px;
    text-indent: 0px;
    white-space: normal;
    list-style-type: disc;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    clip: rect(0px,0px,0px,0px);
    padding-top: -25px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
li
{
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    clip: rect(0px,0px,0px,0px);
}
/**************************************/
/* styles Marie */
form
{
    margin: 0 10px;
    padding: 0;
}
input[type=text], input[type=password], input[type=file]
{
    border: 1px solid #999999;
    font-family: inherit;
    font-size: 11px;
    padding: 1px;
}
textarea
{
    font-family: inherit;
    font-size: 11px;
}
.image
{
    border: 0px;
    margin: 2px;
    vertical-align: middle;
    text-align: left;
}
.liste
{
    border-collapse: collapse;
    margin-top: 50px;
    border: 1px solid #000000;
    background-color: #F9F9F9;
}
.liste th
{
    font-weight: bold;
    font-style: normal;
    text-align: left;
}
.liste th, .liste td
{
    padding: 3px;
    border: 1px solid #000000;
}
.action
{
    text-align: center;
}
.tab
{
    margin: 10px 5px;
    border: 0;
    width: 95%;
    border-collapse: separate;
    border-spacing: 5px;
}
.tab th
{
    padding: 3px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
}
.tab td
{
    padding: 3px;
    vertical-align: top;
}
.piti
{
    font-size: 10px;
}
.div_err
{
    margin: 0px 5px 10px 5px;
    border: 2px solid #990000;
    background-color: #FFDFF7;
    padding: 10px;
}
.div_ok
{
    margin: 0px 5px 10px 5px;
    border: 2px solid #27A22D;
    background-color: #CCFF99;
    padding: 10px;
}
h2
{
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #000000;
}
.btn_valider
{
    margin: 5px 10px;
    padding: 3px 5px;
    background-color: #27A22D;
    color: #FFFFFF;
    font-weight: bold;
}
.btn_annuler
{
    margin: 5px 10px;
    padding: 3px 5px;
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
}
