/* CSS Document : Planning */

.pl_elt {
	position:relative;
	width:600px;
	line-height:26px;
	margin-right:20px;
}

.pl_mois {
	position:relative;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	padding-left:10px;
	padding-top:10px;
	border-bottom:1px solid #226C99;
}

.pl_ligne {
	border-bottom:1px solid #226C99;
}

.pl_semaine {
	position:relative;
	float:left;
	width:195px;
	padding-left:5px;
}

.pl_reduc {
	position:absolute;
	left:-10px;
	color:#ED8419;
}

.pl_tarif, .pl_titre_tarif {
	position:relative;
	float:left;
	width:120px;
	text-align:center;
	font-weight:bold;
	color:#FDDD5E;
}

.pl_tarif_conc, .pl_titre_tarif_conc {
	position:relative;
	float:left;
	width:100px;
	text-align:center;
}

.pl_diff, .pl_titre_diff {
	position:relative;
	float:left;
	width:100px;
	text-align:center;
	font-weight:bold;
	color:#FFDD9D;
}

.pl_titre_tarif, .pl_titre_tarif_conc, .pl_titre_diff, .pl_titre_statut {
	padding-top:15px;
}

.pl_statut, .pl_titre_statut {
	position:relative;
	float:left;
	width:80px;
	text-align:center;
	font-weight:bold;
}

.pl_colonne {
	position:relative;
	float:left;
	width:50px;
	text-align:center;
}

.pl_reserve {
	position:relative;
	float:left;
	width:600px;
	background-color:#226C99;
}

.pl_reserve .pl_diff {
	color:#FFDD9D;
}

.pl_option {
	position:relative;
	float:left;
	width:600px;
	background-color:#3079A5;
	border-bottom:1px solid #226C99;
}

.pl_valider {
	position:relative;
	top:8px;
}