/*--------------------------------------------------------------------------------------------
Nom : impression.css
Dernière mise à jours : 15/05/2008
Description : Css pour l'impression des recettes
Auteur : Pascal-André Allaire
Email : paallaire@inpix.ca
--------------------------------------------------------------------------------------------*/

* { float:none; background:none; border:none; text-decoration:none; color:#000; }

img { border:none; }

p, a ,h1, h2, h3, td { line-height:1.4em; }

/* cache les éléments suivants */
#menu,
#sous_menu,
#recherche,  
#options, 
#pied_page,
p.plus { display:none; }

/* fils_ariane*/
#fils_ariane {  margin:0; padding:0  }
#fils_ariane li { display:inline; }

/* tableau */

table tr td { width:300px; }
	#types_ingredients .cellule_1 { width:100px; padding-right:5px;}
	#types_ingredients .cellule_2 { width:400px; padding-right:20px;}
	#types_ingredients .cellule_3 { width:60px; padding-right:5px;}
	
	
/* Format petite image */

/* Tableau durée */
body.gabarit2 #presentation_recette #bg_image { background: url(../img/bg_presenation_recette2.gif) 0 0 repeat-y; width:650px; height:245px; padding:24px 0px 24px 24px; margin:0 0px 25px 0;  }
body.gabarit2 #presentation_recette img.img_recette { margin:0 0 25px 0; display:block; float:left; border-right:1px solid #d9d8d6; padding-right:24px;   }

/* Tableau durée */
body.gabarit2 #duree { background-color:#f2efe6; padding:10px; float:left; margin-left:25px; }
body.gabarit2 #duree .ligne_1, 
body.gabarit2 #duree .ligne_2 { background-color:#f2efe6; }
body.gabarit2 #duree .cellule_1 { width:48px; }
body.gabarit2 #duree .cellule_2 { width:140px; text-align:left; }