@media screen,tty,tv,projection,handled,braille,aural {
body {
        color: #000000;
	padding : 0;
	margin : 0;
        position: absolute;
        overflow-y: hidden;
        width: 100%;
        height: 100%;
        background-image : url('images/txt-fond.gif');
        background-repeat:repeat-y;
        background-position: 107px left;
	}
#googbar {
        position: absolute;
        margin-left: 482px;
        FONT-SIZE: 11px;
        color:#008255;
        top : 107px;
        width: 300px;
        visibility: hidden;
        }
#googbarMoz {
        position: absolute;
        margin-left: 482px;
        FONT-SIZE: 11px;
        color:#008255;
        top : 107px;
        width: 300px;
        visibility: hidden;
        z-index: 1;
        }
#menu   {
position: fixed;
           height: 107px;
           width: 778px;
          }

#conteneur {
           width: 100%;
           }

#contenu {
	position: absolute;
	top: 107px;
	width: 778px;
	margin-left : 5px;
	border: none;
	overflow: auto;
}

body.popup {
        height:100%;
        width:100%;
	border: none;
	overflow: auto;
        vertical-align: middle;
        align: center;
        margin: 0px;
        padding:0px;
}
#pdf {
     position: absolute;
     width:100%;
     height: 100%;
     color: #000000;
     background-color: transparent;
     font: 14px Trebuchet MS,Arial, sans-serif;
     border: solid 1px white;
     z-index: 12;
}
}
@media print {
BODY {
     font-size: 10px;
     }
#noprint {
     display: none }
#googbar {
     display: none }
#googbarMoz {
     display: none }
#menu {
     display: none }
#contenu {
     top: 0px;
     left: 0px;
     PADDING: 0px;
     MARGIN: 0px;
     font-family : "Times New Roman", Times, serif;
     font-size : 10px;
     background-color:#FFFFFF;
     background-image:none;
     color:#000000 ;
     }
  }
