/* CSS Document */
body {
	background-color:#FFFFFF;
	background-image:none;
}

#bg_body {
	background-image:none;
}

#level_0 {
	width:600px;
}

h1 {
	
}

#contenu {
	float:none;
	width:auto;
	padding:0px 10px;;
}

.col_droite {
	float:right;
	width:235px;
	margin-left:30px;
}

.col_droite img {
	border:4px solid #eaebec;
	margin-bottom:20px
}

a.lien_google_map {
	display:block;
	line-height:16px;
	padding-left:22px;
	background-image:url(../../images/contenu/ico-plan.gif);
	background-repeat:no-repeat;
}

.nav {
	clear:both;
	margin-bottom:25px;
	height:26px;
	font-size:11px;
}

.nav a {
	line-height:24px;
	height:26px;
	display:block;
	float:left;
}

.nav .fiche_suivante {
	width:90px;
	background-image:url(../../images/contenu/arrow_right.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:21px;
	text-align:right;
}

.nav .fiche_precedente {
	width:109px;
	background-image:url(../../images/contenu/arrow_left.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:21px;
}


.nav .fermer_fiche{
	font-weight:bold;
	width:115px;
	float:right;
	text-align:right;
	background-image:url(../../images/contenu/close.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:21px;
}

.nav .imprimer_fiche {
	float:right;
	width:78px;
	text-align:left;
	background-image:url(../../images/contenu/print.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:21px;
}

@media print {
	.nav {
		display:none;
	}
}
