*{
    padding:0px;
    margin:0px;
}

body{
    font-family:arial;
    font-size:0.8em;
    background-image:url(../template/img/fd_page.gif);
    background-repeat:repeat-y;
    background-position:center top;
    background-color:#1B5169;
    color:#1E5067;
    height:100%;
}

/*
img, div, a, input {
    behavior: url(iepngfix/iepngfix.htc)
}
*/
img {
    /*behavior: url(iepngfix/iepngfix.htc)*/
    border:0px;
}


p{
    padding-bottom:10px;
}

a{
   text-decoration:none;
   color:#737373;
}

h1{
    font-size:1.4em;
}

h2{
    font-size:1.2em;
    color:#FDAB01;
}


#print_title{
    display:none;
}

#global {
    text-align:center;
    margin:auto;
    width:862px;
    background-color:#ffffff;
    background-image:url(../template/img/fd_contenu.jpg);
    background-repeat:no-repeat;
    height:100%;
}




#menu{
     float: left;
     width:220px;
     padding-left:40px;
     margin-top:390px;
}
#menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu ul li{
   text-align:left;
   margin-bottom:3px;
}

#menu ul li a{
    text-decoration: none;
    color: #0D3242;
    font-size:1.4em;
}


#contenu_page{
    margin-top:370px;
    /*margin-right:40px;*/
    margin-right:20px;
    text-align:left;
    float:left;
   /* width:450px;  */
    width:470px;
    border:0px solid red;
    height:477px;
}


#logo{
    float:left;
   /* margin-top:320px;*/
    margin-top:320px;
}
#logo ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}





.wrapper{
    clear:both;
    height:1px;
}






.but{
    background-color:#798494;
    border-right:12px solid #798494;
    border-left:12px solid #798494;
    border-top:4px solid #798494;
    border-bottom:4px solid #798494;
    font-weight:bold;
    color:#ffffff;
}


.loi_info{
        font-style:italic;
        font-size:0.9em;
}

.err{
        border:1px solid red;
        background-image:url(../template/img/err.gif);
        background-repeat:repeat-x;
        background-position:bottom;
}
.nom_vert{
    color:green;
}

