/* Start of CMSMS style sheet '02 - Menu Principal - 03 - Les +' */
/*
 * Liste supérieure
 */
ul#page_les_plus_liste
{
  margin-top : 1.5em;
}


ul#page_les_plus_liste li
{
  display : block;
  float : left;
  
  margin-right : 60px;
  margin-bottom :20px;
}

ul#page_les_plus_liste li#first
{
  margin-left : 144px;
}


/*
 * Liste inférieur avec détails
 */
div#page_les_plus_content
{
  clear : left;
  
  margin-left : 1.5em;
  margin-right : 1.5em;
  
  text-align : justify;
}


div#page_les_plus_content h1
{
  margin-top : 1.5em;
  margin-bottom : 0.5em;
  
  border-bottom : 1px solid #404040;
  
  height : 35px;
  
  font-size : 1.5em;
}


div#page_les_plus_content h1 img
{
  float : left;
  
  margin-left : 0.5em;
}



div#page_les_plus_content h1 span
{
  float : left;
  
  margin-left : 0.5em;
  
  line-height : 30px;
}
/* End of '02 - Menu Principal - 03 - Les +' */

