a.info {
       position: relative;
       text-decoration: none;
       color: #3A3B40;
       /* border-bottom: 1px gray dotted; */
}
a.info span {
       display: none;
}
a.info:hover {
             background: none; /* correction d'un bug IE */
             z-index: 500;
}
a.info:hover span {
             display: inline;
             position: absolute;
             top: 2em;
             left: 1em;
             width: 400px;
             background: #6b6b6b;
             text-align: center;
             font-weight: bold;
             color: #ffffff;
             padding: 2px;
}

body {
     margin:0;
     padding:0;
     background-color: #e6e6e9;
}

body a{
color: #84858B;
text-decoration: none;
}
body a:hover {
text-decoration: underline;
}
body a:visited {
color: #84858B;
}

.bandeau a {
color: #e6e7ec;
text-decoration: none;

}
.bandeau a:hover {
text-decoration: underline;
}
.bandeau a:visited {
color: #e6e7ec;
}

.bandeau {
    position:  fixed;
    background-color : #84858B;
    width:100%;
    height:25px;

}

.bandeaubas
{
      margin-top: 30px;
      padding-top: 20px;
      background-color : #E6E6E9;
      width:100%;
      height:25px;
      font-family: Arial, Helvetica, sans-serif;
      font-size : 0,7em;
      color: #D1D1D1;
      clear: both;
}

.boiteauto {
    font-family: Arial, Helvetica, sans-serif;
    margin: 6px;
    padding:6px;
    float: left;
    height: auto;
    width: 100%;


    color : #FFFFFF;
        background-color: #abacb6;
}

.boitecentre  {
    font-family: Arial, Helvetica, sans-serif;

    color:#e6e6e9;
    padding:10px;
    margin-top: 30px;
   margin-left:auto;
    margin-right:auto;
    height: auto;
    width: 550px;
    background-color: #e6e6e9;
    float: center;
}


.boitedroite {
             margin: 10px;
             padding-left:30px;
             height: auto;
             float: left;
             width: 650px;
             background-color: #e6E6E9;
}

.boitegauche {
             margin-top: 90px;
             padding:0px;
             height: auto;
             float: left;
             font-weight:10;
             width: 20%;
             background-color: #e6E6E9;
             font-family: Arial, Helvetica, sans-serif;
             font-size: 75%;
             color:#3A3B40;
             padding:10px;
}

.boitelien {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    font-weight:bold;
    text-align: left;
    color: #6C6666;
    padding :2px;
    margin: 2px;
    float: left;
    height: auto;
    width: auto;
    background-color: #e6e7ec;
}

.boiteliendroite {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight:bold;
    text-align: left;
    color: #6C6C6C;
    padding :2px;
    margin-right: 10px;
    float: right;
    height: auto;
    width: auto;
    background-color: #84858B;
}

.boitelien2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    padding :0px 1px 1px 12px;
    margin: 1px;
    float: left;
    height: auto;
    width: auto;
    background-color: #84858B;
}


.boitelien3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    text-align: left;
    color: #FFFFFF;
    padding :2px;
    margin: 2px;
    float: left;
    height: auto;
    width: auto;
    background-color: #84858B;
}


.boitelogo  {
       top:-10px;
       margin-left:30px;
       position:relative;
       width:100px;
       float:left;
             }

 .boitetexte {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    padding:2px;
    margin-top: 20px;
    margin-left:auto;
    margin-right:auto;
    height: auto;
    width: auto;


   background-color: #e9e9fa;
}



 .boitephoto {
    margin: 0px;
    padding:0px;
    float:left;
    height: auto;
    width: auto;
    background-color: #FFFFFF;
}

h1 {
    font-family : Arial, Helvetica, sans serif;
    font-size : 0.9em;
    color : #84858B;
}

h2 {
    font-family : Arial, Helvetica, sans serif;
    font-size : 1.1em;
    color : #3A3B40;

}


h3 {
    font-family : Times New Roman;
    font-size : 0.85em;
    color : #3A3B40;
}


h4 {
    font-family : Arial, Helvetica, sans serif;
    font-size : 0.6em;
    font-weight: bold;
    color : #FFFFFF;
    text-align: right;
    width:auto;
}

img.centre {
   display: block;
   margin-left: auto;
   margin-right: auto }







p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6em;

}

.spacer {
    clear: both;
    height:5px;
}

.tout {
    width : auto;
    height : 100%;
    margin : 0px;
    padding: 0px ;
    background-color: #e6e6e8;
}


ul
{
type: disc;
color:  #818087;
}
