.arborescence, .arborescence a {
    color: #000;
	text-align: left;
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif ;
	font-size: small;
  }
  
.arborescence a {
    color: blue;
  }

.texteclassique {
    color: #000000;
	text-align: left;
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif ;
	font-size: small;
	text-align:justify;
  }

  /*Pour mettre toutes les images en responsif*/
img {
 display: inline-block;
 height: auto;
 max-width: 100%;
 }
  
/*cadre blanc transparent ecriture centrale*/
.arriereplan{
  margin-top: -30px;
  background: url('../../images/fonds/fond-coeur-pages.png') repeat;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  color: #fff;
  font-size: smaller;
  width: 80%;
  line-height: 1,1 em;
  overflow: visible;
  padding: 20px 5px 5px 10px;
}

/*cadre marron clair transparent ecriture centrale*/
.arriereplanconseil{
  margin-top: 15px;
  background: url('../../media/images/fonds/fond-conseil-municipal.png') repeat;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  color: #000;
  font-size: small;
  text-align: center;
  line-height: 1,1 em;
  overflow: visible;
  padding: 10px 10px 5px 10px;
}

/*cadre vert ecriture centrale bloc commission*/
.arriereplancommission{
  margin: 15px;
  background-color: #90d04e;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  color: #000;
  font-size: small;
  line-height: 1,1 em;
  text-align: center;
  overflow: visible;
  padding: 10px 10px 5px 10px;
}

/*boutons des commission*/
.btn {
  background: #4B82B8;
  background-image: -webkit-linear-gradient(top, #4B82B8, #5898B8);
  background-image: -moz-linear-gradient(top, #4B82B8, #5898B8);
  background-image: -ms-linear-gradient(top, #4B82B8, #5898B8);
  background-image: -o-linear-gradient(top, #4B82B8, #5898B8);
  background-image: linear-gradient(to bottom, #4B82B8, #5898B8);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px #666666;
  -moz-box-shadow: 0px 2px 5px #666666;
  box-shadow: 0px 2px 5px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 15px 5px 15px;
  margin-top: 10px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/*Titres de haut de page */
.titrespages {
	font-family: procionoregular; 
	font-weight:bold;
}

/*Sous titre menu loisir-tourisme */
.sstitreslt {
	color: #461103; 
	font-weight:bold;
}

/*Pour eviter les espaces au dessus des barres hr*/
hr {
  height: 1px;
  margin: -0em 0;
  padding: 0;
  color: #A4A4A4;
  background-color: #A4A4A4;
  border: 0;
}
/*pour pencher les photos */
.incline{
	transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -khtml-transform: rotate(-2deg);

}

