/* Start of CMSMS style sheet 'Charte - Séparateurs' */
/*
 * HR
 */
hr.separator_grey, hr.horizontal_separator_grey
{
  height : 1px;
  
  background : transparent url(images/misc/separator-solid-grey.gif) repeat-x;
  
  color : transparent;
}


.separator_blue, .horizontal_separator_blue
{
  display : block;
  
  height : 2px;
  
  background : transparent url(images/misc/separator-solid-blue.gif) repeat-x top left;
  
  color : transparent;
}


/*
 * Images
 */
img.horizontal_separator
{
  display : block;
  
  clear : both;
  
  margin-left : auto;
  margin-right : auto;
}
/* End of 'Charte - Séparateurs' */

