/*
	CSS pour Québec maritime - Forfaits
	Emilie - egzakt.com
	2010/02/04
*/


/* FORFAITS VEDETTES
-----------------------------------------*/
#forfaits_vedettes {
	margin-top:20px;
}

#forfaits_vedettes .conteneur_forfaits {
	width:480px; /* Important pour IE */
	margin-top:10px;
	background:url(../images/ul/tuiles/conteneur_forfaits_vedettes.gif) repeat-y left top;
}
#forfaits_vedettes .conteneur_forfaits_simple {
	background:url(../images/ul/tuiles/conteneur_forfaits_vedettes_simple.gif) repeat-y left top;
}

#forfaits_vedettes .forfait {
	float:left;
	width:200px;
	padding:15px;
}
#forfaits_vedettes .forfait_droite {
	float:right;
}

#forfaits_vedettes .forfait img {
	padding-bottom:7px;
}

#forfaits_vedettes h3,
#accueil #forfaits_vedettes h4 {
	font-weight:bold;
	font-size:1.33em;
	line-height:1.1em;
	margin:0 0 1px 0;
}

#forfaits_vedettes h3 a,
#accueil #forfaits_vedettes h4 a {
	color:#122335;
	text-decoration:none;
}

#forfaits_vedettes h3 a:hover,
#accueil #forfaits_vedettes h4 a:hover {
	text-decoration:underline;
}

#forfaits_vedettes h4,
#accueil #forfaits_vedettes .forfait h5 {
	color:#122335;
	font-size:1.17em;
	line-height:1.1em;
	font-weight:normal;
	margin:0 0 6px 0;
}

#forfaits_vedettes .prix {
	font-size:1.17em;
	line-height:1.1em;
	font-weight:bold;
	color:#2D90C1;
	margin-bottom:1px;
}

#forfaits_vedettes .specifications {
	color:#565356;
	font-size:0.92em;
	line-height:1.1em;
}

#forfaits_vedettes .dates {
	color:#565356;
	font-size:0.92em;
	line-height:1.1em;
	font-weight:bold;
}


/* APERÇU FICHE
-----------------------------------------*/
.apercu_forfait img.photo {
	float:left;
	width:100px;
}

.apercu_forfait .detail {
	float:right;
}
.apercu_forfait .detail_sans_photo {
	float:none;
}
.resultats .apercu_forfait .detail {
	width:305px;
}
.resultats .apercu_forfait .detail_sans_photo {
	width:420px;
}
.resultats_type .apercu_forfait .detail { /* Pour la recherche */
	width:479px;
}
.resultats_type .apercu_forfait .detail_sans_photo { /* Pour la recherche */
	width:594px;
}

.apercu_forfait .intro {
	margin-bottom:10px;
}

.apercu_forfait .detail table {
	border:0;
	width:100%;
}

.apercu_forfait .detail th {
	color:#264F90;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	width:70px;
	padding-bottom:2px;
}

.apercu_forfait .detail td {
	color:#122335;
	padding-bottom:2px;
}

.apercu_forfait .prix_specification {
	font-size:0.92em;
	color:#626162;
}