/* CSS Document */

@media print { 

.header { 
	font-family: Verdana;
    font-size:12pt;       
	font-weight:bold;       
	border:1px solid #cccccc;       
	padding:5px;
}

p {
   font-family:Arial;
   font-size:12pt;
   page-break-inside: avoid; 
   page-break-before: always; 
}

#sponsors,#sponsors1,#entete,#menu,#retour {
   display:none;       
}

h2 {
  float: none;
  text-align: center;
}
 
A:link { color: #000000; font-weight:bold; text-decoration : none;} 
A:visited {color:black; font-weight:bold; text-decoration : none;}
A:hover { color: black; font-weight:bold; text-decoration : none;}
         
}

@page { margin: 2cm; } ; 
@page { size: portrait } ; 
