/* Feuille de style de niveau 1 */

/* Structure */

body {
    margin: 10px;
    padding: 0px;
    font-size: 12px;
    color: white;
}

div#entete {
    height: auto;
}

div#entete img.logo {
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
       

}

div#entete h1 {
    margin: 0px 0px 0px 0px;
}

div#entete h2 {
    padding-left: 5px;
}

div#entete h3 {
    margin: 0px 0px 0px 0px;
    font-size: 10px;
    text-transform: uppercase;
}

div#titre {
    height: 52px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
}

div#titre img.logo_titre {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div#menu {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 10%;
}

div#menu ul {
    width: 100%;
}

div#menu li {
    margin-left: -3em;
    margin-right: 4em;
    padding: 5px 0px 5px 0px;
    border: 1px solid gray;
}

div#menu a {
    padding: 5px 35px 5px 5px;
}

div#bloc {
    float: left;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 15px;
    width: 80%;
    border-left: 2px solid grey; /* Ajout de la bordure gauche */
}

div#contact {
    float: left;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 15px;
}

div#bloc_contact {
    float: left;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 15px;
}

div#pied {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div#pied p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
}

hr {
    clear: both;
    margin: 0px 0px 0px 0px;
}

p {
    padding: 5px 5px 5px 5px;
}

table {
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

tr {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

td {
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
}

textarea {
    margin: 0px 5px 0px 0px;
    padding: 5px 5px 5px 5px;
}


body {
    background-image: url(images/fond.jpg);
    background-repeat: repeat-y; 
    background-size: cover; /* Faire en sorte que l'image de fond couvre toute la page */
    font-family: Arial;
}


h1 {
    font-family: Arial;
    font-size: 22px;
    color: grey;
    text-align: left;
}

h2 {
    font-family: Arial;
    font-size: 16px;
    color: white;
}

h3 {
    font-family: Arial;
    font-size: 14px;
     color: grey;    
}

div#entete h3 {
    font-family: Arial;
    font-size: 10px;
    text-transform: uppercase;
    color: grey;
}

hr {
    border: 1px solid gray;
    /*visibility: visible;*/
}

table {
    border: 1px solid #3F3F3F;
}

div#menu li {
    list-style-type: none;
}

div#menu li:hover {
    background-color: white;
}

div#bloc {
     border-left: 2px solid grey;
}

div#bloc li {
    list-style-type: square;
}

div#contact {
    border-left: 2px solid gray;
}



div#bloc_contact table {
    margin: 0px;
    border: 0px;
}

div#bloc_contact td {
    padding: 0px;
    text-align: center;
}

div#bloc_contact tr {
    background-color: transparent;
}

div#bloc_contact a:link,
a:visited,
a:hover {
    text-decoration: none;
    background-color: transparent;
}

div#menu a:link,
div#menu a:visited {
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    color: white;
    font-style: normal;
}

div#menu a:hover {
    text-decoration: none;
    color: gray;
    background-color: transparent;
}

div#pied p {
    font-family: Arial;
    font-size: 10px;
    font-style: italic;
    text-align: right;
}

div#pied a {
    text-decoration: none;
    font-family: Arial;
    font-size: 10px;
    font-style: italic;
    color: white;
}

div#pied a:link,
a:visited {
    text-decoration: none;
    font-family: Arial;
    font-size: 10px;
    font-style: italic;
    color: white;
}

div#pied a:hover {
    text-decoration: none;
    font-family: Arial;
    font-size: 10px;
    font-style: italic;
    color: white;
    background-color: transparent;
}

a {
    text-decoration: underline;
    font-family: Arial;
    font-size: 12px;
    color: white;
    font-style: normal;
}

a:link,
a:visited {
    text-decoration: underline;
    font-family: Arial;
    font-size: 12px;
    color: white;
    font-style: normal;
}

a:hover {
    text-decoration: none;
    background-color: gray;
    color: white;
}

td {
    font-family: Arial;
    color: #000000;
    font-size: 15px;
    width: 20%;
}

td.center {
    text-align: center;
}

td.justify {
    text-align: justify;
}

tr {
    background-color: #AFAFAF;
}

input {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    background-color: #F5F5F5;
    color: #000000;
    border: 1px
}