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

body{
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000000;
background: white;
}

p,div,span{
  line-height: 15pt;
  font-size: 10pt;
  text-align: justify;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  page-break-inside: avoid;
  page-break-after: auto; 
}

#conteneur {
	margin: 0px;
    padding: 0px;
    text-align: center;
    height:100%;
	width:100%;     
	}

#bandeauPhotos, #bandeauTitre, #pathway, #bandeauLogo, #colonneDroite{
display: none;
    }

#fond {
   background: white;
   float: none;
   width: 100%;
	margin: 0px;
    padding: 0px;
   top:0px;
}

#fond2 {
   background: none;
   float: none;
   width: 100%;
	margin: 0px;
    padding: 0px;
}

#float-wrapper {
    text-align: center;
	float: none;
	width: 100%;
	margin: 0px;
    padding: 0px;
 }

#contenu {
   height: 100%;
   float: none;
   width: 405px;
	margin: 0px;
    padding: 0px;
 }
div#contenu ul li {
    list-style-type:square;
}
#sous-menu {
   background: #E3CBD9;
 }
 
#menuGauche, #piedpage {
display: none;
}