/* Feuille de style déstinée à l'impression

Couleurs MLVI
Bleu du M et du V: #4A48D5
Bleu du L et I : #3989F6
Bleu polices: #006699

inspiration: http://openweb.eu.org/articles/css_impression/
*/

/* Page */
@page { 
size: A4 portrait;
margin: 0;
}
#bouton {display: none ;}

/* Avant plan */
*{font-family:Helvetica,Arial,sans-serif;  text-decoration:none;}


/* En tete (logo) */
/*#entete { width: 100%; text-align: center;}*/
#entete { 
top:0;margin-top:0%;
display:block;
text-align: center; 
background-color: #FFFFFF;
border:#4A48D5 2px solid;
width:95%;
margin-left: 0%;
margin-right: 0%;padding: 1px;
}
#entete img {width:85%;height: 85%;} /* reduction de la taille de limage d en-tete*/

/* Menu du site invisible à l'impression ainsi que le menu edition*/
#menu {display:none;}
#menu_edition {display:none;}

/* Mise en forme de la zone de contenu */
#contenu {width: 100%;text-align: center;padding-left: 0pt;background-color: #95b3cb fixed ;}

#fiche_produit {
float: left; 
right: 0; left:0;
width: 60%;}

#fiche_produit table {width:100%;border:0;padding: 5pt;border:0;}

td.zone_texte_valeur {width:100px;height:60px;background-color: #FFFFFF;}
td.zone_texte_champs {width:100px;height:60px;background-color: #95b3cb;}
td.valeur {width:100px;background-color: #FFFFFF;}
td.champs {width:100px;background-color: #95b3cb fixed ;}


#fiche_produit h1{width:70%;
margin-left: 40%;margin-right: 5%;
text-align:center;font-size:14pt;color:#218eff;
background-color:#FFFFFF; border-color:#4A48D5; border-style:1px solid;padding: 1pt 1pt 1pt 1pt;}

#image_produit {float: right; width: 22%;  right: 0; margin-right: 0;padding-right: 0pt;}



#basdepage {
color:#4A48D5;
font-size:4px;
margin-bottom:0;
margin-top:110%;
text-align: center; 
margin-left: 14%;
width: 80%;
margin-right: 0%;
display:block;border-style:solid;padding: 1px;
/*background-color: #95b3cb fixed ;*/
}
#basdepage em { font-size:14px;font-style:italic; font-weight:600; text-align: center; white-space: nowrap;}

