/* CSS Document */
#contenu { 
	background: #a82680;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#contenu a {
	color: #ff00bb;
	font-weight: bold;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
.vague-blanche {
	padding: 40px 20px 0 ; /* haut, gauche et droite, bas */
	background: #FFFFFF url(../images/vg-top-mauve.gif) no-repeat top;
}

/* TEXTES */
.txt_gris {
	color: #86afdb;
}
.txt_rouge {
	color: #e2003b;
}
.txt_mauve {
	color: #a82680;
}
.txt_vert {
	color: #87b300;
}
.tt-loc {
	color: #ffffff;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}
.dates {
	color: #ffffff;
	text-align: center;
}
.prix {
	text-align: center;
}
.prixpromo {
	color: #3399CC;
	text-decoration:line-through;
}
.frais {
	font-size: 10px;
	color: #000000;
	text-align: left;
}