body {
  background-color: #0065bd;
  font-family: arial;
  color: white;
  width: auto;
  overflow: auto;
}


/*--------------------------------------------------------*/
h1 {
  color: black;
  font-family: arial;
  font-size: 15px;
  text-align: center;
  margin: 55px;
}
h1:hover {
  color: #f8c806;
}
h2 {
  text-align: center;
  color: white;
  font-family: arial;
  font-weight: bold; 
}

/*-------------------------------------------------------*/
div#annonce {
  position: relative;
  top: 30px;
  text-align: center;
  color: #f5ec5a;
  font-size: larger;
}

/*--------------------------------------------------------*/
div#logo_caf {
  width: 100%;
  height: 200px;
  background: url(images/logo-caf.png) no-repeat top center;
}


/*--------------------------------------------------------*/
div#menu {
  position: relative;
  width: 140px;
  height: 30px;
  background-image: url('images/menu_bouton2.png');
  margin-left: -70px;
  left: 50%;
  margin-top: 20px;
  font-family: arial;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  top: 15px;
}
a:link {
  color: #fdfdfd;
  text-decoration: none;
}
/* ceci est un commentaire*/
a:visited {
  color: #668e9e;
  text-decoration: none;
}
div#menu a:hover {
  color: #f0ab00;
  text-decoration: none;
}


/*--------------------------------------------------------*/
div#cadre {
  position: relative;
  width: 450px;
  height: 450px;
  font-family: arial;
  font-size: 18px;
  text-align: left;  
  background-image: url('images/cadretxt.png');
  background-repeat: no-repeat;
  margin-left: -225px;
  left: 50%;
  padding-top: 10px;
  padding-left: 10px;
  bottom: 10px;

}
div#cadre img {
  position: relative; 
  left: 5px;
  top: 35px;
}


/*--------------------------------------------------------*/
div#vignettes div {
  float:left;
  position: relative;
  width: 122px;
  height: 172px;
  left: 15px;
  top: 30px;
  margin-left: 5px;
  margin-bottom: 5px;
  border: 3px solid white;

 

}
div#img_125 {
  background-image: url('images/n-125.png');
}
div#img_125:hover {
  background-image: none;
}

div#img_124 {
  background-image: url('images/n-124.png');
}
div#img_124:hover {
  background-image: none;
}
div#img_129 {
  background-image: url('images/n-129.png');
}
div#img_129:hover {
  background-image: none;
}
div#img_128 {
  background-image: url('images/n-128.png');
}
div#img_128:hover {
  background-image: none;
}
div#img_127 {
  background-image: url('images/n-127.png');
}
div#img_127:hover {
  background-image: none;
}
div#img_126 {
  background-image: url('images/n-126.png');
}
div#img_126:hover {
  background-image: none;
}


/*--------------------------------------------------------*/

div#contact {
  position: relative;
  top: 25px;
  left: -10px;
  text-align: center;
  color: white;
  font-size: 18px;
}
div#contact a:link {
  color: white;
  text-decoration: none;
  font-weight: bold; 
}
div#contact a:hover {
  color: #f8c806;
  text-decoration: none; 
}


/*--------------------------------------------------------*/

div#abos {
  position: relative;
  top: 100px;
  left: -10px;
  text-align: center;
  color: white;
  font-size: 18px;
}


/*--------------------------------------------------------*/
div#logo img {
  position: relative;
  left: 50%;
  margin-left: -12px;
  border-width: 0px;
}
div#logo a {
  position: relative;
  font-family: arial;
  font-size: 10px;
  color: white; 
  text-decoration: none;
  text-align: center;
}
div#logotxt {
  position: relative;
  text-align: center;
  color: white;
}


/*--------------------------------------------------------*/
div#liens {
  position: relative;
  height: 400px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 25px;
  overflow: auto;
}
div#liens a{
  font-size: 90%;
  color: #fdfdfd;
}
div#liens a:hover{
  color: #F8C806;
  font-size: 110%;
}