/**
 * -----------------------------------------------------------------------------
 * Feuille de style de rubrique.
 * @author Dreamclic <contact@dreamclic.com>
 * @version 3.1 - avr 2011
 * -----------------------------------------------------------------------------
*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*.body-bold(@style:normal){
    .sansserif-bold(@style);
}
.body-light(@style:normal){
    .sansserif-light(@style);
}
.body-thin(@style:normal){
    .sansserif-thin(@style);
}
*/
/*
strong {
	.sourceSans-bold();
}
*/
/*.lien(@color,@in:0) {
    background: @color;
    border: 1px solid @color_secondaire;
    color: @color_secondaire;
    .rounded();
}*/
/*
*<div class="img-align-middle"><img/></div>
*/
.img-align-middle {
  height: 200px;
}
.img-align-middle img {
  min-height: 0;
}
.grey_container {
  background-color: rgba(125, 125, 125, 0.5);
}
