/*  https://css-tricks.com /perfect-full-page-background-image/  */
/* reduire chacune des images (qui doivent etre identiques) a 1024 px de largeur (sera trop large pour un iPad) ratio 4/5 ou 3/4 lui donner de la qualité (80% jpg) */

/* Ces styles sont additifs à (et pas en substitution à) la feuille de styles du site styles.css */

  div.compte_rendu td                   {text-align: justify;}

  html, .fenetre                	    {background: url(images/fond_abeille_de_maillot_1280_00_255.jpg) no-repeat 50% 0% fixed;
                                        background-color: #eee; opacity: 1;
                                       -webkit-background-size: cover;  
                                       -moz-background-size: cover;
                                       -o-background-size: cover;
                                        background-size: cover;}

  body                                  {background: url(images/fond_abeille_de_maillot_1280_90_255.jpg) no-repeat 50% 0% fixed;
                                        background-color: #eee; opacity: 1;                       
                                        margin-bottom: 75%;             
                                        -webkit-background-size: cover;  
                                       -moz-background-size: cover;
                                       -o-background-size: cover;
                                        background-size: cover;}

div#contenu, .rideau					{background: url(images/fond_abeille_de_maillot_1280_220_255.jpg) no-repeat 50% 0% fixed;
                                        background-color: #eee; opacity: 1;                                                                          
                                        margin-top: 3%; margin-right: 12%; margin-bottom: 1.5%; margin-left: 12%;    
 										padding-top: 1.3%; padding-bottom: 1.3%; 
                                        -webkit-background-size: cover;  
                                       -moz-background-size: cover;
                                       -o-background-size: cover;
                                        background-size: cover}

 @media print							{

body									{margin-bottom: 3%;}

html, .fenetre, body, div#contenu, .rideau	{background-image: none; background-color: #fff;}

 										}