/* CSS Document */@media print {body{	background-color: #FFFFFF;}#header{	visibility: hidden;}#contenant{	float: none;	width: 100%;	background-color: #FFFFFF;}#contenu{	float: none;	width: 100%;	background-color: #FFFFFF;}#footer{	visibility: hidden;}.petit{	font-size: 20pt;	}			}body{	background-image: url(images/brd.jpg);	background-repeat: repeat-y;	background-position: left top;	background-color: #CAE3F7;}#header{	background-image: url(images_gabarit/bando.jpg);	background-repeat: no-repeat;	background-position: left top;	position: absolute;	top: 0;	left: 0;	height: 163px;}#nav_ht{	top: 120px;	height: 20px;	width: 787px;	border-bottom-width: 1px;	border-bottom-style: dashed;	border-bottom-color: #000000;	position: relative;	padding-left: 10px;	}#contenu{	height: 100%;	margin-left: 10px;	margin-right: 10px;}#contenant{	position: absolute;	top: 163px;	left: 0px;	width: 797px;	background-color: #FFFFFF;}#footer{		border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #000000;	border-top-width: 1px;	border-top-style: dashed;	border-top-color: #000000;	/* height: 70px; */	margin-top: 0px;	width: 797px;	position: relative:}#nav_bas{	height: 20px;	top: 0px;	border-bottom-width: 1px;	border-bottom-style: dashed;	border-bottom-color: #000000;	background-color: #CAE3F7;	padding-left: 10px;	padding-top: 5px;}#bas_page{	padding-top: 5px;			padding-left: 10px;	padding-bottom: 10px;}.petit{	font-size: 9px;	}
