
	
input[type="button"], input[type="submit"],button  {
  padding: 5px 15px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  border: 3px solid ;
  outline: none;
  color: #000;
  background-color: ;
  margin: 10px;
  /*white-space: nowrap;*/
  width: auto;
  text-align: center;
  
   min-height: 25px;
}
button::after, button::before,
button span::after,
button span::before {
  content: "";
  position: absolute;
  background-color: ;
  transition: 0.5s ease;
}
button::after, button::before {
  height: 100%;
  width: 2px;
  top: -2px;
}
button::after {
  left: -2px;
}
button::before {
  right: -2px;
}
button span::after,
button span::before {
  height: 2px;
  width: 100%;
  left: -2px;
}
button span::after {
  top: -2px;
}
button span::before {
  bottom: -2px;
}
button:hover:after {
  transform: translatex(-5px);
}
button:hover:before {
  transform: translatex(5px);
}
button:hover span::after {
  transform: translatey(-5px);
}
button:hover span::before {
  transform: translatey(5px);
}

.bouton_selected, .bouton_selected span{
	background:;
}

button:disabled, 
button:disabled:hover,
button:disabled::after,
button:disabled::before,
button:disabled span::after,
button:disabled span::before {
	border: 2px solid ; /*#3c5668;*/
	outline: none;
	color: #000;
	background-color: ; /*#3c5668;*/	
	-webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;  
   left: -2px;
   right: -2px;
   bottom: -2px;
   top:-2px;
   transform: translatey(0px);  
	color: #000000; /*#4b6c83;*/
	opacity: 0.5; filter: alpha(opacity=50); 
	
}
button:disabled img { opacity: 0.5; filter: alpha(opacity=50); }


.GrosBouton{
  padding: 20px 30px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  border: 2px solid ;
  outline: none;
  color: #000;
  background-color: ;
  margin: 20px;
  /*white-space: nowrap;*/
  width: auto;
  text-align: center;
}



.btnVert { border: 1px solid #f3b20f; 
	background: rgb(157,213,58); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkZDUzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ExZDU0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzgwYzIxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Y2JjMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-8 */
	-ms-box-shadow: rgba(243,178,15,0.75) 2px 2px 10px;-o-box-shadow: rgba(243,178,15,0.75) 2px 2px 10px;
	-webkit-box-shadow: rgba(243,178,15,0.75) 2px 2px 10px; 
	-moz-box-shadow: rgba(243,178,15,0.75) 2px 2px 10px;box-shadow: 2px 2px 15px #f3b20f;
}




