/*
 * _all.css (habillage.css)
 * $LastChangedRevision: 281 $
 * $LastChangedBy: cpaulus $
 * $LastChangedDate: 2009-10-12 06:08:43 +0200 (Lun 12 oct 2009) $
 * 
 */

html, body, h1, h2, h3, h4, h5, h6, img, a, table, dl, dd, dt {
	margin: 0; padding: 0; border: 0;
}
#tableaux_tarifs {
	text-align:center;
}
#tableaux_tarifs h2 {
	text-align:center;
	line-height:1.6em;
	margin:0.75em 0 0.5em;
}
#tableaux_tarifs table {
	width:96%;
	border:0;
	border-top:1px solid #000040;
	border-bottom:1px solid #000040;
	line-height:1.6em;
	margin:0 auto;
}
#tableaux_tarifs tr {
	border0;
}
#tableaux_tarifs th {
	font-weight: bold;font-size:90%;
	text-align:center;
	border:0;
	border-top:1px solid #000040;
	border-bottom:2px solid #000040;
}
#tableaux_tarifs table td {
	font-weight: 500;
	font-size:80%;
	text-align:left;
	padding:0 1ex;
	border:0;
	border-bottom:1px solid #000040;
}
#tableaux_tarifs table td.prix {
	text-align:right;
	white-space:nowrap;
}
#tableaux_tarifs a {
	font-weight:500;
}
#tableaux_tarifs p {
	text-align:left;
	font-size:80%;
}
