/*
 * Feuille de style d'impression
 */

.container{margin:20px;}
.noprint,
.noprint div{display:none;}
fieldset{float:left; width:45%; margin: 10px 10px}
legend{border-bottom:0px; padding-left:10px;}
footer{display:none;}
.col{float:left; margin:10px 70px 0 0px;}
a{text-decoration: none;}
.landscape { 
    width: 100%; 
    height: 100%; 
    margin: 0% 0% 0% 0%; filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1); 
} 
#home{float:left; margin-bottom:20px;}

hr{display:none;}
#print fieldset legend{margin-bottom:5px!important;}