/* ------------------ Contenu principal -------------------- */
* html #colonne-contenu,
#colonne-contenu {
	float: left;
	width: 814px;
	padding: 0 0 9px 17px;
	margin: 0;
}

/* ------------------ Contenu principal -------------------- */
h1 {
	padding-left: 21px;
	background: url(../img/tetiere_icone_carnet.gif) 0 2px no-repeat;
	font-size: .9em;
	padding-top: 4px;
	padding-bottom: 5px;
}

h1 em {
	font-weight: normal;
	font-style: normal;
}

p.presentation-carnet {
	width: 70%;
}

/**
 * Visuel de la liste / etablissements
 */
#liste-carnet {
	background: url(../img/listeetab_ombre_bas.gif) bottom center no-repeat;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

#liste-carnet ul {
	float: left;
	width: 100%;
	clear: both;
}

#liste-carnet li {
	float: left;
	width: 100%;
	clear: both;
	padding: 8px 0;
}

#liste-carnet li h2 {
	color: #990000;
	background: url(../img/fleche_rouge.gif) 3px 52% no-repeat;
	padding-left: 22px;
	font-style: italic;
}

.entete {
	float: left;
	width: 100%;
	clear: both;
}

div.infos {
	float: left;
	width: 620px;
	border: 1px solid #EFEFEF;
	border-width: 1px 0;
	background: url(../img/listeetab_bandecote.gif) top left repeat-y;
	padding: 8px 0 8px 28px;
}

#liste-carnet li h3 {
	color: #505050;
	float: left;
	width: auto;
	clear: none;
	padding-right: 20px;
}

#liste-carnet li h3 a {
	color: #505050;
}

div.qualite-labels {
	float: left;
	width: auto;
	clear: none;
}

div.photo {
	float: left;
	width: 80px;
	padding: 1px;
	overflow: hidden;
}

.adresse {
	float: left;
	clear: none;
	width: 270px;
	color: #505050;
	font-weight: bold;
	padding: 10px 0 0 7px;
	/*line-height : 130% !important;*/
}

* html .adresse {
	width: 250px;
	/*line-height : 130% !important;*/
}

em.coordonnees-gps {
	font-weight: normal;
}

.contact {
	float: left;
	clear: none;
	width: 250px;
	color: #505050;
	border-left: 1px solid #E6E5E5;
	padding: 7px 0 7px 7px;
}

* html .adresse,* html .contact {
	/*line-height: 80%;
	line-height : 130% !important;*/
}

.contact a {
	font-size: .9em;
	color: #505050;
	text-decoration: none;
}

.contact a:hover {
	text-decoration: underline;
}

.contact h3 {
	background: none;
	padding: 0;
}

.contact p {
	background: none;
	color: #505050;
	padding: 0;
	margin: 0;
}

div.suppression {
	float: left;
	clear: none;
	width: 135px;
	background: url(../img/carnet_suppression.gif) 5px 12px no-repeat;
	padding: 10px 0 10px 25px;
	font-size: .8em;
}

div.suppression a {
	color: #990000;
}

.bouton-imprimer {
	float: left;
	width: auto;
	clear: both;
	padding: 3px 10px 3px 20px;
	background: url(../img/icone_imprimer.gif) 0 3px no-repeat;
	/* #D4D3D2 */
}

/* ------------------ Spécial impression des pages -------------------- */
@media print {
	#corps-page {
		display: inline;
		float: none;
		overflow: visible;
		page-break-inside: auto;
	}
	#colonne-contenu.carnet-de-voyage {
		display: inline;
		float: none;
		overflow: visible;
		page-break-inside: auto;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#liste-carnet {
		display: block;
		float: left;
		overflow: visible;
		page-break-inside: auto;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#liste-carnet ul {
		display: block;
		float: none;
		clear: both;
		overflow: visible;
		page-break-inside: auto;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#liste-carnet ul li {
		display: block;
		float: none;
		clear: both;
		overflow: hidden;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.suppression {
		display: none;
	}
	div.infos {
		width: 95%;
	}
	div.photo {
		width: 10%;
	}
	p.adresse {
		width: 40%;
	}
	p.contact {
		width: 39%;
	}
}
