/* ------------------------------------------------- */

.full
{
  width:100%;
  height:100%;
}

.clear
{
	clear:both;
}

.centrer
{
  margin:0 auto;
}

.border (@weight:1px)
{
  border:@weight solid black;
}

.borderLR (@weight:1px)
{
  border-right:@weight solid black;
  border-left:@weight solid black;
}

.round (@radius:8px)
{
  -webkit-border-radius:@radius; 
  -moz-border-radius: @radius;
  -khtml-border-radius: @radius;
  -ms-border-radius: @radius;
  -o-border-radius: @radius;  
  border-radius:@radius;
  behavior: url(./_ie/border-radius.htc);
  overflow:hidden;
}

.font{
  line-height: normal;
  font-family: 'Armata', sans-serif;
  font-size-adjust: 0.52;
}


.fontText
{
  line-height: normal;
  font-family: 'Gudea', sans-serif;
}

.opacity(@op:0.5)
{
	opacity: @op;									// Standard CSS3
  -moz-opacity:@op;             // Firefox
  -khtml-opacity: @op;          // Konqueror
}

.ombre (@x,@y,@taille,@color:#555)
{ 
  -moz-box-shadow: @x @y @taille @color;
  -webkit-box-shadow: @x @y @taille @color;   
  box-shadow: @x @y @taille @color;  
}


/* ************************************************************************* */
/*                      Définition des constantes                            */
/* ************************************************************************* */


