body {
  background-color: #EAF4F4;
}


/*a:link {color: #FFFFFF}
a:visited {color: #FFFFFF}
a:active {color: yellow}
a:hover {color: #0000FF}*/


#conteneur {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;    /* ou margin: 0 auto;  */
  margin-right: auto;
  background-image: url('../images/LangCo.jpg');
  width: 990px;
  height: 580px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  padding: 10px;
}


#logo {
  position: absolute;
  background-image: url('../images/BSBO_5.png');
  background-repeat: no-repeat;
  top: 10px;
  left: 10px;
  width: 299px;
  height: 138px;
  padding: 0px;
}


#rsociale {
  position: absolute;
  top: 20px;
  left: 320px;
}


.lsociale {
  font-family: Tahoma;
  font-size: 1.3em;
  font-style: italic;
  font-weight: bold;
  color: #6A6A6A;
}


.initiale {
  font-family: Tahoma;
  font-size: 1.4em;
  font-style: italic;
  font-weight: bold;
  color: #0000C4;
}


#fildariane {
  position: fixed;
  top: 95%;
  left: 500px;
  width: 500px;
  height: 20px;
  text-align: right;
  background: #C0C0C0;
  color: #F2F200;
  font-family: Tahoma;
  font-size: 10pt;
}


.compteurvisites {
  color: #FFFF00;
  font-family: Tahoma;
  font-size: 12pt;
  font-weight: bold;
  text-align: right;
}


.clign {
  text-decoration: blink;
}


.span_blanc {
  color: #FFFFFF;
}


/*.bandeaubasdfi {
  background-color: #5B5B5B;
  vertical-align: top;
  font-family: Tahoma;
  font-size: 10pt;
  text-align: center;
  color: #E5E5E5;
} */


.titradroite {
  position: absolute;
  top: 30px;
  left: 65%;
  font-family: Tahoma;
  font-size: 1.4em;
  width: 250px;
  text-align: center;
  vertical-align: top;
  padding-left: 20px;
  color: teal;
}


.titraucentre {
  position: absolute;
  top: 50px;
  left: 28%;
  font-family: Tahoma;
  font-size: 1.4em;
  width: 250px;
  text-align: center;
  vertical-align: middle;
  padding-left: 20px;
  color: teal;
}


.saisie_bleue {
    background     : #D3ECFA;
    border-top     : 1px solid #0000A0;
    border-bottom  : 1px solid #0000A0;
    border-left    : 0px;
    border-right   : 0px;
    padding        : 0px 6px;
    width          : 100px;
    height: 20px;
}


span.bordgauche {
    position       : absolute;
    width          : 4px;
    height         : 22px;
    overflow       : hidden;
    top            : 2px;
    left           : 0px;
    background     : url("../images/bordgauchebleu.png");
}


span.borddroit {
    position       : absolute;
    width          : 4px;
    height         : 22px;
    overflow       : hidden;
    top            : 2px;
    right          : 0px;
    background     : url("../images/borddroitbleu.png");
}



