

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

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

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



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

*{
  margin:0;
	padding: 0;
}

.texteDescription{
	font-family:arial;
	font-size:11px;
	color:#444;
  text-align:justify;
  font-weight: normal;
}

.texteListe{
	font-family:arial;
	font-size:11px;
 	color:#444;
  background:url(../../../images/contenu/bullet4.jpg) 0px 6px no-repeat;
  padding-left: 10px;
  clear: both;
}

.texteRecette{
	font-family:arial;
	font-size:11px;
 	color:#444;
  background:url(../../../images/contenu/bullet1.jpg) 0px 6px no-repeat;
  padding-left: 10px;
}

.texteBold{
	font-family:arial;
	font-size:11px;
  font-weight: bold;
	color:#444;
  text-align:justify;
}

