/* Start of CMSMS style sheet 'Charte - Titres' */
/*
 * 1er niveau
 */
.titre_1_bleu
{
  margin : 0px;
  margin-bottom : 5px;
  
  padding-left : 25px;
  
  background : url(images/misc/arrow-orange.gif) no-repeat center left;
  
  color : #3444a0;
  
  line-height : 20px;
  
  font-size : 18px;
}



/*
 * 2ème niveau
 */
.titre_2_bleu
{
  margin : 0px;
  margin-bottom : 5px;
  
  padding-left : 25px;
  
  background : url(images/misc/arrow-orange.gif) no-repeat center left;
  
  color : #3444a0;
  
  line-height : 20px;
  
  font-size : 15px;
}


.titre_2_gris
{
  margin : 0px;
  margin-bottom : 5px;
  
  padding-left : 25px;
  
  background : url(images/misc/arrow-grey.gif) no-repeat center left;
  
  color : #909090;
  
  line-height : 20px;
  
  font-size : 15px;
}

.titre_2_gris-2
{
  margin : 0px;
  margin-bottom : 5px;
  
  padding-left : 25px;
  
  background : url(images/misc/arrow-grey-2.gif) no-repeat center left;
  
  color : #797a7b;
  
  line-height : 20px;
  
  font-size : 15px;
  font-weight : 700;
}

.titre_2_blanc
{
  margin : 0px;
  margin-bottom : 5px;
  
  padding-left : 25px;
  
  background : url(images/misc/arrow-white-on-blue.gif) no-repeat left 3px;
  
  color : #fff;
  
  line-height : 25px;
  
  font-size : 20px;
  font-weight : 400;
}


/*
 * 3ème niveau
 */
.titre_3_bleu
{
  margin : 0px;
  
  padding-left : 15px;
  
  background : url(images/misc/arrow-blue.gif) no-repeat center left;
  
  color : #33449f;
  
  line-height : 14.5px;
  
  text-decoration : none;
  
  font-size : 12px;
}


.titre_3_gris
{
  margin : 0px;
  margin-bottom : 5px;
  
  padding-left : 20px;
  
  background : url(images/misc/arrow-grey-2.gif) no-repeat center left;
  
  color : #797a7b;
  
  line-height : 16px;
  
  font-size : 15px;
}
/* End of 'Charte - Titres' */

