*{
    padding:0px;
    margin:0px;
}

body{
    font-family:arial;
    font-size:0.8em;
    background-image:url(../template/img/fd_page.jpg);
    background-repeat:repeat-y;
    background-position:center top;
    background-color:#000000;
    color:#E9EDF2;
}

img, div, a, input {
    /*behavior: url(iepngfix/iepngfix.htc)*/
}

p{
    padding-top:10px;
}

a{
   text-decoration:none;
   color:#E9EDF2;
   font-weight:bold;
}

#global {
    text-align:center;
    margin:auto;
    width:970px;

}

#drapeaux{
    /*
    border:0px solid red;
    width:967px;
    height:70px;
    text-align:right;
    */
    border:0px solid red;
    width:967px;
    height:28px;
    line-height:28px;
    text-align:right;

}

#bandeau{
    border:0px solid red;
    width:967px;
    height:348px;
    z-index:1;
}

#titre_site{
    text-align:left;
    position:relative;
    top:-225px;
    left:38px;
    z-index:4;
}
#titre_site h1{
    letter-spacing:2px;
    font-style:normal;
    color:#ffffff;
    font-size:16px;
}

#menu{
     float: left;
     position:relative;
     top:-150px;
     z-index:5;
     border:0px solid red;
}
#menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left:34px;
}

#menu ul li{
    text-align:left;
    color: #E9EDF2;
}

#menu ul li a{
    text-decoration: none;
    color: #E9EDF2;
    position: relative;
    z-index: 8;
    font-weight:strong;
}





#contenu_page{
     width:695px;
     float:right;
     top:20px;
}


#contenu_page h1{
    font-size:1.4em;
    padding-bottom:20px;
}

h2{
    font-size:1.2em;
    padding-bottom:20px;
}

#pied{
    border-top:0px solid #ffffff;
    text-align:left;
    color:#E9EDF2;
    margin-top:50px;
    margin-left:34px;
}

.but{
    background-color:#097CB3;
    border:1px solid #097CB3;
    font-weight:bold;
    color:#ffffff;
    padding:5px;
}


.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;
}

