* {
	padding:0;
	margin:0;
}

body {
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:black;
}

/*	**************************	*/
/* global style */
a {
	color: #55AB26;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
h1 {
	padding:10px 0 0 0;
	font-size:2em;
	color:#999999;
	font-weight:normal;
}
h1 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	margin-left: 1em;
}
h2 {
	color: #54ab26;
	padding:10px 0 0 0;
	font-size:1.4em;
	font-weight:normal;
}
h3 { 
	color: #54ab26;
	font-size: 1.1em; 
	margin: 1em 0; 
}
h4 { 
	font-size: 1em; 
}

h5 { 
	font-size: 0.9em; 
}

/* Style editeur	*/
.texte_vert
{
	color:#54AB26;
}
.texte_gris_fonce
{
	color:#87888A;
}
.texte_rouge
{
	color:#DA0F00;
}
.marge_image_alignee_droite 
{
	margin-top:5px;
	margin-left:10px;
	margin-bottom:5px;
}
.marge_image_alignee_gauche 
{
	margin-top:5px;
	margin-right:10px;
	margin-bottom:5px;
}
.entoure_gris_fonce
{
	border:1px solid #87888A;
}
.entoure_vert
{
	border:1px solid #54AB26;
}

.ingredients
{
	width:314px;
	height:165px;
	border:none;
	border-spacing:2px;
	list-style-image: url('../img/list_style_carre_vert.gif');
	background: url('../img/tableau_ingredients.png') no-repeat;
}

/* Style editeur	*/

