@charset "utf-8";
body { background: #ffffff  url(fond.png) fixed no-repeat  0 0 ; }
body { color: #000000 ; font-family: Arial, Helvetica, sans-serif ; font-size:14px;}
.template_color { color: #ffffff ; }
.template_border_color { border-color: #f47a25 ; }
.template_backgroundcolor  { color: #f47a25 ; }
.titre { color: #000000 ; }
.titre { text-transform: uppercase; color:#f47a25; font-size: 14px;} 
.menu_niveau_1_on 	{ background-color:#f47a25; color:#000; }
.formcontent .titre { text-transform: none; color:inherit; font-size:14px;}
#template_header a	{ color:#f47a25 }
#template_header	{ color:#f47a25; }
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #d3d3d3;
  border: none;
  color: #000000;
  text-align: center;
  font-size: 20px;
  padding: 14px;
 /** width: 220px; **/
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.button.disabled {
  opacity: 0.65; 
  cursor: not-allowed;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '>';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.old-text {
   opacity: 0.5;
}