

/* ========== FCK CSS ===================================== */

/* FCK Editor User Styles are the CSS styles,					*/

/*	created for styling those dynamic/administrable pages.	*/



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

*{
  margin:0;
	padding: 0;
}


h4{
   font-weight: bold;
  font-family: Arial, Verdana,  Geneva;
  font-size: 14px;
  text-transform: uppercase;
    color: #70A603;
   margin-top: 15px;
  clear: left;
    padding-left: 15px;
  background-image: url(../../../images/charte/bull2.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.span{
font-weight: bold;
}


.paragraph-gauche
{
  padding: 10px 0px 0px 0px;
  width: 220px;
  float: left;
  margin-left: 50px;
}



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

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


.top15{
  padding-top: 15px;
  clear: left;
}

.normal{
  padding-top: 0px;
  clear: left;
}

.clear-left{
clear: left;
float: left;
width: 100%;
}


.line{
   border-bottom:1px solid #686868;
   width:600px;
   float: left;
   clear: left;
   height: 15px;
   line-height: 15px;
   margin-bottom: 15px;
}


