/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-mai-2014, 10:27:40
    Author     : laurentdubois
*/
#snippet-title {
    /*
  //display: inline-block;
  vertical-align: text-top;
  //margin-left: 10px;
  //margin-right: 0px;
  position: relative;
  top : 0px;
  padding: 0px 5px 0px 5px;
  line-height: 22px;
  font-size: 12px;
  color: white;
  text-shadow: 0 1px #902a27;
  background: #e93631;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
  background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
  background-image: -o-linear-gradient(top, #f65d5f, #e93631);
  background-image: linear-gradient(to bottom, #f65d5f, #e93631);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
  */
}
/*
#snippet-title a {
  text-decoration: none;
  color: white;
  font-variant: small-caps;
  width: 100%;
}
*/

