.style-titre {
  color: #D3841F !important;
  font-family: 'Open Sans',Verdana,Arial,Helvetica,sans-serif!important;
  font-size: 20px !important;
  font-style: normal;
  line-height: normal;
}

.style-titre span  {
  color: #D3841F !important;
  font-family: 'Open Sans',Verdana,Arial,Helvetica,sans-serif!important;
  font-size: 20px !important;
  font-style: normal;
  line-height: normal;
}

.style-titre strong  {
  color: #D3841F !important;
  font-family: 'Open Sans',Verdana,Arial,Helvetica,sans-serif!important;
  font-size: 20px !important;
  font-style: normal;
  line-height: normal;
}

.style-titre p  {
  color: #D3841F !important;
  font-family: 'Open Sans',Verdana,Arial,Helvetica,sans-serif!important;
  font-size: 20px !important;
  font-style: normal;
  line-height: normal;
}

.ombre
{
-moz-box-shadow: 10px 10px 5px #ccc;
-webkit-box-shadow: 10px 10px 5px #ccc;
-o-box-shadow: 10px 10px 5px #ccc;
box-shadow: 10px 10px 5px #ccc;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=135, Strength=5);   
  
}

.button{
  background-color: orange;
  border-radius: 10px;
  color: #fff;
  padding: 4px;
  text-decoration: none;
}