/* CSS Document */

	body{
		font-family:arial;
		font-size:11px;
		color:#14181b;
		margin:0;
		padding:0;
	}
	
	a img{
		border:0;
	}
	
	form{
		margin:0;
		padding:0;
	}
	
	.clear{
		clear:both;
		height:1px;
	}
	
	#global{
		width:630px;
		margin:auto;
	}
	

	#logoLigne{
		width:148px;
		margin:auto;
		padding:10px;
	}
	
	#titreLignes{
		display:none;
	}
	
	#menuHautLignes{
		display:none;
	}
	
	#vousRecherchezLigne{
		display:none;
	}
	
	#menuNouveauteGP{
		display:none;
	}
	
	#blocRecette{
		width:630px;
		padding:0 0 0 0;
		margin:30px 0 0 0;
	}
	
	#recette{
		width:630px;
		margin:0 0 0 0;
	}
	
	#recetteEntete{
		background-color:#cfd482;
	}
	
	#recetteVisuel{
		position:absolute;
		left:330px;
		top:-60px;
		z-index:20;
		width:226px;
		height:191px;
	}
	
	#recetteEnteteGauche{
		width:285px;
		padding:8px 0 7px 15px;
	}
	
	#recetteEnteteGauche h2{
		margin:0 0 2px 0;
		font-size:150%;
		font-weight:bold;
	}
	
	#recetteEnteteGauche p{
		margin:0;
		padding:0;
		font-weight:bold;
		font-style:italic;
	}
	
	#recetteVisuelImprimer{
		position:relative;
		width:1px;
		height:1px;
	}
	
	#recetteImprimer{
		display:none;
	}
	
	#recetteTableau{
		width:630px;
		margin:7px 0 7px 15px;
	}
	
	#recetteIngredients{
		width:271px;
		padding:0 15px 0 0;
		vertical-align:top;
		border-right:1px solid #d2d2ca;
	}
	
	#recettePreparation{
		width:300px;
		padding:137px 0 0 14px;
		vertical-align:top;
	}
	
	#recetteIngredients h3, #recettePreparation h3{
		margin:0 0 2px 0;
		font-size:110%;
		font-weight:bold;
		color:#000;
	}
	
	#recetteIngredients p, #recettePreparation p{
		margin:0 0 12px 0;
	}
