/******************************************************************************
* CSS pour l'impression
******************************************************************************/
@page { size:21.0cm 14.85cm;
        margin-top:1.7cm;
        margin-bottom:1.4cm;
        margin-left:2cm;
        margin-right:2cm
}
.content{
	width:15.0cm;
} 
.footer{
	width:15cm;
	margin:0;
	padding:0;
}

test { size:landscape }
* {
 font-family:"times new roman",times,serif;
 text-align:justify;
} 
h1,
h2,
h3,
h4,
p,
div,
td,
table,
body{
}
bidon{
	color:#000;
	background-color:#fff;
	position:static;
	margin:2px;
	padding:2px;
}

.menu,
#menu,
#anim,
.listelien,
.noprint
{
display:none;
}