/* -----------------------------------------------------------------------------
 * Style générique
 * ----------------------------------------------------------------------------- */
body {
	background: #fff;
}
a {
	display: none;
}
/* -----------------------------------------------------------------------------
 * Modification de la zone d'affichage principale
 * ----------------------------------------------------------------------------- */
#zoneAffichage {	
}
#corps {
}
#entete {
	display: none;
}
#colonneGauche {
	display: none;
}
#colonneCentre {
	display: none;
}
#colonneDroite {
}
#piedPage {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 7pt;
}
/* -----------------------------------------------------------------------------
 * Redéfinition des éléments à imprimer
 * ----------------------------------------------------------------------------- */
 div.open {
	display: block;
}
div.close {
	display: none;
}
#detailPrestation {
 	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
}
#detailPrestation .titreBandeau div.gauche {
	font-size: 12pt;
	font-weight: bold;
}
#detailPrestation .titreBandeau div.droite {
	display: none;
}
#detailPrestation div.contenu {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#diaporamaFlash {
	display: block;
	margin-top: 15px;
	text-align: center;
}
table.tableauPrix {
	width: 600px;
	border: 1px solid #000;
	background: #fff;
}
table.tableauPrix .colonneG {
	width: 400px;
}
table.tableauPrix .colonneD {
	width: 200px;
}
table.tableauPrix td {
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #000;
}
table.tableauPrix th {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
table.tableauPrix td.prix {
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
}
table.tableauPrix td.meilleurPrix {
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	background: #94bb8e;
}
#options {
	display: none; 
}