@page { 
size: portrait; 
margin-left: 10%;
margin-right: 10%;
margin-top: 10%;
margin-bottom: 10%;
}

body {
	background: white;
	}
div {
	width:100%;
}

#pathway, #bandeauTitre h1, #Rechercher, #sous-menu, #bandeauPays, #bandeauDroit,  #menuGauche,  #rechercher, #piedpage {
	width: 0px;
    margin: 0px;
    padding: 0px;
    display: none;
	float:none;
	}    
    
#titreprint {
    display: inline;
	}

#entete{
    border-bottom : 2px solid #F18B14;
    background: none;    
}

#contenu{
    width: 60%;
    margin-top: 15pt;
    margin-bottom: 0;
    margin-left: 0%;
}

#menuGauche{
    width: 0%;
}

#colonneDroite{
    float: left;
    width: 12%;
    margin-top: 15pt;
    margin-left: 30pt;
    margin-right: 0;
    margin-bottom: 0;
}
div#contenu h2, div#contenu .module h3 {
	font: 14pt ;
    color : #1D3362;
    background: none;
    padding: 0;
    text-align : left;
    }
div#contenu ul, div#contenu ul li {
  background: none;
  list-style-image: none;
  list-style-type: disc;
  padding-left: 5pt;
  padding-top: 0;
  margin: auto;
  vertical-align: top;
}
