body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #333;
}

a {
	color: blue !important;
	text-decoration: none;
	font-size: 13px;
}
a:hover,
a:focus {
	color: blue;
	text-decoration: none;
}
/* Hx modifiés MWE 21/02/2022 */
p, li, td {font-size: 13px; color:black;}
p {margin-bottom: 8px !important;}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 12px 0;
	word-wrap: break-word;
}
h1 {
	font-size: 16px;
	line-height: 26px;
	text-align:center;
}
h2 {
	font-size: 16px;
    border-bottom: 4px solid #EFEFEF !important;
    line-height: 30px !important;
}
h3 {
	font-size: 15px;
	line-height: 18px;
	border-bottom: 0px !important;
}
h4 {
	font-size: 13px;
	line-height: 14px;
}
h5 {
	font-size: 12px;
	line-height: 12px;
}
h6 {
	font-size: 10px;
	line-height: 10px;
}
/* Fin */



.fond-body {
  background-color: white;
}
.fond-table-utile {
  background-color: white;
}
.filet {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: ridge;
  border-right-style: ridge;
  border-bottom-style: ridge;
  border-left-style: ridge;
  border-top-color: #ffff99;
  border-right-color: #ffff99;
  border-bottom-color: #ffff99;
  border-left-color: #ffff99;
  width: 98%;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  height: 1px;
}
.cadre {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: ridge;
  border-right-style: ridge;
  border-bottom-style: ridge;
  border-left-style: ridge;
  border-top-color: darkgrey;
  border-right-color: darkgrey;
  border-bottom-color: darkgrey;
  border-left-color: darkgrey;
}
.cadre-photo {
  border-width: 1px;
  border-style: ridge;
  border-color: green;
}
.texte-justifie {
	font-size : 12px;
	color : black;
	text-align : justify;
	line-height : 15px;
	font-family : Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	margin-top : 1px;
	margin-bottom : 5px;
	padding-left : 4px;
	padding-right : 4px;
}
.texte-normal {
	font-size : 12px;
	color : black;
	line-height : 15px;
	font-family : Helvetica, sans-serif;
	font-style : normal;
	margin-top : 1px;
	margin-bottom : 5px;
	padding-left : 4px;
	padding-right : 4px;
}
.legende-photo {
	font-size : 12px;
	color : black !important;
	text-align : center;
	font-family : Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	padding-top : 6px;
	padding-bottom : 6px;
}
.copyright{
	font-family : Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	padding-top : 6px;
}
.bordure-logo-amm {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: green;
  border-right-color: green;
  border-bottom-color: green;
  border-left-color: green;
  margin-left: 4px;
  margin-top: 4px;
}
.tableau-recap-rando {
  border-width: 1px;
  border-style: solid;
  border-color: #eeeeee;
  font-family : Helvetica, sans-serif;
  font-size : 12px;
  font-style : normal;
  border-collapse: collapse;
}
.tableau-recap-rando  th td {
  border-width: 1px;
  border-style: solid;
  border-color: #eeeeee;
  font-family : Helvetica, sans-serif;
  font-size : 12px;
  font-style : normal;
}
.bouton-amm {
  font-family: helvetica, sans-serif;
  font-size: 11px;
  cursor: pointer;
  width: 100%;
  height: 25px;
  vertical-align: middle;
}