/* Boîte */

#inc_ingredient_boite_haut{
	width:250px;
	height: 7px;
	background-image: url(images/corps/boite_gauche_haut_2.png);
	background-repeat: no-repeat;
	margin-top:10px;
}

#inc_ingredient_boite_milieu {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
	width:228px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F5F5F5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D1D1D1;
	border-left-color: #D1D1D1;
	text-align: justify;
}

#inc_ingredient_boite_bas{
	background-image: url(images/corps/boite_gauche_bas.png);
	background-position: left top;
	background-repeat:no-repeat;
	height: 8px;
	width: 250px;
	margin-bottom: 10px;
}

/* Textes */

#inc_ingredient_titre_vert_inline{
	font-family: Arial, Helvetica, sans-serif;
	color:#518600;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	display:inline;
}

#inc_ingredient_libelle{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color:#0033FF;
	font-size: 12px;
	display:inline;
}

#inc_ingredient_texte{
	color:#555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	text-align: justify;
}
