/* CSS Document */

/* Définition de la police générale du site (toutes les balises) : */
body {
	font-family: "Bookman Old Style", Arial, Helvetica, sans-serif;
}

h1 {
	color: #3f2810;
	margin: 14px 0;
}

h2 {
	color: #3f2810;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
	text-decoration: underline;
}

h3 {
	color: #3f2810;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	margin: 7px 0;
}

p {
	text-align: justify;
	color: #3f2810;
	font-size: 14px;
	margin-bottom: 14px;
}

a {
	color: #3f2810;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

ul {
	margin: 0 0 14px 30px;
}

li {
	list-style-type: disc;
	color: #2f2810;
	font-size: 14px;
}

td {
	padding: 5px;
}


/* Pour les tarifs : */
p.presta { font-weight: bold; font-size: 16px; }
span.detail_presta { font-weight: normal; font-style: italic; }
span.duree_presta { font-weight: normal; font-style: italic; font-size: 12px; }
p.prix { font-weight: bold; font-style: italic; font-size: 16px; text-align: right; }
p.prestapromo { font-weight: bold; font-size: 16px; margin-bottom: -8px;color: #cd3550;}
p.prixpromo { font-weight: bold; font-style: italic; font-size: 16px; text-align: right; margin-bottom: -8px;color: #cd3550;}
span.detail_presta2 { font-weight: normal; font-style: italic; color: #3f2810;}
