@charset "UTF-8";
body {
  
}
.titre {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #582809;
  padding-left: 10px;
  padding-top: 15px;
}
.texte {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #582809;
  padding-left: 10px;
  padding-right: 5px;
}
.texte-18px {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #582809;
  text-align: left;
  padding-left: 10px;
}
a:link {
  text-decoration: none;
  color: #582809;
}
a:hover {
  text-decoration: underline;
}
.definition {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #582809;
  padding-right: 10px;
}
.legende {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #582809;
  padding-right: 10px;
  text-align: right;
}
.légendeBis {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #582809;
  text-align: left;
  padding-left: 10px;
}
a:visited {
  color: #582809;
  text-decoration: none;
}
.photo {
  
}

a.actu_vignette{
  display:block;
  width:26px;
  height:26px;
  filter:alpha(opacity=30);
  opacity:.30;
  text-decoration: none;
}

a.actu_vignette:hover{
  filter:alpha(opacity=100);
  opacity:1;
  text-decoration: none;
}

a.actu_vignette_sel{
  display:block;
  width:26px;
  height:26px;
  filter:alpha(opacity=100);
  opacity:1;
  text-decoration: none;
}

div.actu_overlay{
  width:26px;
  height:26px;
  background:#CCCCCC;
  float: left;
  margin-left:5px;
  margin-top: 3px;
  margin-bottom: 2px;
}
