@charset "utf-8";
/* CSS Document */

body {
	background: white;
	font-family:arial;
	font-size: 10pt;
	color:#777;
	}
	
img {border: 0px solid #FFF}

h1, h2 {
    page-break-before: auto;
}

p {
    page-break-inside: avoid;
}

#contact, #header, #menu, .onglets, .media, #retour, #sidebar, #search, #footer, #mod_recherche, #lancer_recherche, #infos, #sous-rubrique {
	display: none;
	}

#first, #second, #third, #four, #five {
	display: block !important;
	padding-top:10px;
	margin-top:10px;
	border-top:1px dotted;
	}
#illustration p {
	height: 300px;
    overflow: hidden;
    position: relative;
    width: 680px;
	}
	
#illustration img {
  	height: 300px;
    position: relative;
    width: auto;
	}
	
#illustration-top {	
	display: none;
	}
	
.fiche .head .image .photo {
	width:248px;
	}

.informations, .informations2 {
	border:1px solid;
	page-break-inside:avoid;
	}
	
.fiche .descriptif .texte, .fiche .descriptif .adresse, .fiche .titre .georgia {
	color:black;
	}

.fiche .informations2 .adresse, .fiche .informations2 .titre2 {
	color:black;
	}
	
.fiche .descriptif .contact {
	display:none;
	}

#wrapper, #content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
	}
	

a:link, a:visited {
	color: #333;
	background: transparent;
	text-decoration: none;
	}



