﻿.promoblock
{
    float: left;
    margin-left: 90px;
    width: 200px;
    text-align: justify;
}
.promoblockh2
{
    color: #ff0000; 
    height: 54px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 14pt;
   
}
.promoblock1
{
    margin-top: 0px;
    text-align: justify;
    line-height: 12pt;
    font-size: 8pt;
}
.promoblockphoto
{
    height: 140px;
}
.promoblockphoto1
{
    height: 190px;    
}

a.btn
{
    text-decoration: none;
    color: white;
    font-family: Helvetica, Arial;
}
a.btn:hover
{
    color: white;
}
/*
    bleu fonce: 046db6
    bleu clair: 00b8fd
    blue très clair à la limite du haut: 00b9fe
    */
.btn
{
   cursor: pointer;
  display: inline-block;
  background-color: #046db6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00b9fe), color-stop(25%, #019de4), to(#046db6));
  background-image: -webkit-linear-gradient(#00b9fe, #019de4 25%, #046db6);
  background-image: -moz-linear-gradient(top, #00b9fe, #019de4 25%, #046db6);
  background-image: -ms-linear-gradient(#00b9fe, #019de4 25%, #046db6);
  background-image: -o-linear-gradient(#00b9fe, #019de4 25%, #046db6);
  background-image: linear-gradient(#00b9fe, #019de4 25%, #046db6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b8fd', endColorstr='#046db6', GradientType=0);
  padding: 4px 60px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 16px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover
{
    background-position: 0 -15px;
    color: #333;
    text-decoration: none;
}
.btn:focus
{
    outline: 1px dotted #666;
}
