
/* ========== FCK CSS ===================================== */
/* FCK Editor User Styles are the CSS styles,					*/
/*	created for styling those dynamic/administrable pages.	*/

/* ======================================================== */


.title{
 font-family:Verdana,Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 text-transform: uppercase;
 color:#333333;
 margin-top: 25px;
 background-image: url(../../../images/charte/bullet.gif);
background-repeat: no-repeat;
background-position: top left;
padding-left: 23px;
}


.normal{
  font-family:Verdana, Arial, "Trebuchet MS";
	font-size:12px;
 	line-height:18px;
	text-align:justify;
	padding:0px;
	margin:0px;
  color: #000000;

}

.bull1{
background-image: url(../../../images/charte/bullet1.gif);
background-repeat: no-repeat;
background-position: top left;
padding-left: 12px;
margin-left: 10px;
}

.bull2{
background-image: url(../../../images/charte/bullet2.gif);
background-repeat: no-repeat;
background-position: top left;
padding-left: 12px;
margin-left: 10px;
}

.separator{
background-image: url(../../../images/charte/separator.jpg);
background-repeat: no-repeat;
background-position: top center;
text-align: center;
margin:15px 0px

}



