
/* header générique, pour les autres pages. */

#header
{position:absolute;top:0px;left:0px;height:165px;width:800px;background:url(header_perso.png) no-repeat 0 0;z-index:1;/*padding-left:8px;padding-top:8px;*/}


/* Menu de navigation */
	
#navigation_verticale
{position:absolute; left:10px; top:155px;width:170px;}


@media print{
body {font-size:12pt;}
a {color: #00007f;}
#header
{position: absolute;top:0px;left:0px;}
#container
{width:100%;left:0cm;}

#footer
{display:none;}
} 
