/* Start of CMSMS style sheet '3 - Menu Principal - 2 - Compétences' */
/*
 * Titres
 */
h1.competences
{
  margin-top : 1.5em;
  margin-left : 2em;
  
  padding-bottom : 0.2em;
  padding-left : 1.5em;
  
  border-bottom : 2px #75dcfc solid;
  
  width : 680px;
  
  color : #65d8fc;
  
  font-size : 1.4em;
}


h2.competences
{
  padding-bottom : 0.2em;
  padding-left : 1.5em;
  
  border-bottom : 2px #75dcfc solid;
  
  font-size : 1.2em;
}


/*
 * Blocs
 */
div.competences
{
  margin-top : 1em;
  
  width : 400px;
}

div.competences_center
{
  margin-left : auto;
  margin-right : auto;
}

div.competences_left
{
  float : left;
  clear : both;
  
  margin-left : 60px;
}

div.competences_right
{
  float : right;
  clear : right;
  
  margin-right : 60px;
}


/*
 * Listes
 */
ul.competences
{
  margin-top : 0.5em;
  margin-left : 2.5em;
  
  list-style-type : square;
}

ul.competences li span.comment
{
  font-size : 0.8em;
}

ul.competences li a
{
  color : #91a5af;
}

ul.competences li a:hover
{
  text-decoration : underline;
}
/* End of '3 - Menu Principal - 2 - Compétences' */

