/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 03
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */

/* Général */
body {
	background: #4688CC;
	padding: 0;
	margin: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
img {
	border: none;
	text-decoration: none;
}
h1 {
	color: #BD0074;
	font-weight: bold;
	font-size: 12px;
	padding:0;
	margin:0;
}
h2{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding:0;
	margin:0;
}
h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	padding:0;
	margin:0;
}

/* Page */
#global {
	background: #C82E8D;
	width: 770px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#entete {
	padding: 15px;
	text-align: right;
	color: #006699;
	background: #8ed3f0 url(../images/header.png) no-repeat top left;
	height: 85px;
}
#entete a {
	color: #FFFFFF;
}
#contenu {
	color: #363B29;
	background: #F3EAED url(../images/fond.jpg) no-repeat bottom left;
	padding: 10px 20px;
}
#contenu a {
	color: #BD0074;
}
#promo {
	color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
	background: #BD0074;
	text-align: center;
}
#titre {
	color: #000000;
	padding: 10px 100px;
	margin-bottom: 10px;
	background: #FFFFFF;
}
#texte {
	color: #000000;
	padding: 10px;
	background: #FFFFFF;
	margin-top: 10px;
}
#pied {
	color: #fa8ad0;
	padding: 5px;
	font-size: 9px;
}
#pied a {
	color: #fa8ad0;
	text-decoration: none;
}
#pied a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Tarifs */
.rose {
	background: #B20E7C;
}
.mauve {
	background: #b84cad;
}
.violet {
	background: #680098;
}
.dates {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.prix {
	color: #000000;
	font-size: 13px;
	text-align: center;
}
.prix-vert {
	color: #006600;
	font-weight: bold;
	text-align: left;
}
.descriptif {
	font-size: 9px;
	font-weight: normal;
}
.descriptif ul {
	padding: 0 0 0 13px;
	margin: 0;
}
.txt-rose {
	color: #BC0075;
}
.tt-blanc {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.infos {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}