
* {
  font-family: arial;

  font-size: 12px;
  color: ;
}

#cadre_boutons_connecte {
  display: none;
}

.bouton_menu_modif {
  display: none;
}

#bandeau_print {
  display: block;
}

#top {
  display: none;
}

#bandeau_vert {
  display: none;
}

#bandeau_bleu_clair {
  display: none;
}


#baseline_menu_h {
  display: none;
}

#baseline_menu_haut {
  display: none;
}

#adresses {
  clear: both;
  width: 650px;
  padding-top: 10px;
  border-top: 1px solid #636363;
}

.lieu {
  display: block;
  margin-top: 10px;
  margin-bottom: 3px;

  font-size: 12px;
  color: #1d4487;
  font-weight: bold;
}



#actualites {
	width: 650px;
  height: 200px;
}


#actualites #titre_actus {
  width: 200px;
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  float: left;

  font-family: times, arial;
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 2px;
}

#actualites #titre_actus:first-line {
  color: #faa61a;
}


#actualites .mon_actu {
  width: 200px;
  height: 106px;
  margin-top: 40px;
  margin-left: 10px;
  float: left;

  background-image : url(http://www.fidelium-net.com/commun/modeles/accueil/img/fond-actu.gif);
  background-repeat: no-repeat;
  background-position: top left;

  position: relative;
}

#actualites .mon_actu dl {
  margin: 0px;
}

#actualites .mon_actu dl dt {
  margin: 0px;
  margin-bottom: 5px;

  color: #636363;
  font-weight: bold;
}

#actualites .mon_actu dl dd {
  margin: 0px;

  color: #636363;
}

#actualites .mon_actu a.plus {
  text-align: center;
  line-height: 38px;
  color: #8dc63f;
  font-weight: bold;
  text-decoration: none;  

}

#actualites .mon_actu a:hover.plus {
  color: #000000;
}


#portfolio {
	width: 650px;
}

#portfolio ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#portfolio ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#portfolio ul li {
  width: 650px;
  float: left;
}

#portfolio ul li img {
  border: 0px;
  float: left;
}

#portfolio ul li h1 
  width: 400px;
  float: left;
}

#portfolio ul li p {
  float: left;
}


