/* BLOC VOLS */

#bloc_vols 
{
	float: none;
	height: auto;
	width: 302px;
	overflow: hidden;
}

#bloc_vols ul, #bloc_vols li
{
	margin: 0;
}

#bloc_vols ul
{
	clear: both;
	width: 100%;
	height: 20px;
	background-image: url(../../images/bloc_droite_ul_fond.png);
	background-repeat: no-repeat;
}

#bloc_vols li
{
	float: left;
	list-style: none;
	height: 20px;
}

#bloc_vols #vols_departs
{
	clear: both;
	background-image: url(../../images/vols_departs_fond.jpg);
	background-repeat: repeat-x;
	min-height: 100px;
	background-color: #eef9fe;
}

#vols_departs_contenu
{
	height: 125px;
}

#vols_departs_contenu h3
{
	color: #ffffff;
	background-image: url(../../images/puce1.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 2px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 13px;
}

#vols_departs_contenu p
{
	padding-left:10px;
	padding-right:10px;
}

#vols_departs_contenu span
{
}

#bloc_vols #vols_arrivees
{
	clear: both;
	background-image: url(../../images/vols_arrivees_fond2.jpg);
	background-repeat: repeat-x;
	min-height: 100px;
	background-color: #eef9fe;
}

#vols_arrivees_contenu
{
	height:125px;
}

#vols_arrivees_contenu h3
{
	color: #ffffff;
	background-image: url(../../images/puce1.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 2px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 13px;
}

#vols_arrivees_contenu p
{
	padding-left:10px;
	padding-right:10px;
}

#vols_arrivees_contenu span
{
}

#bloc_vols table
{
	width: 100%;
}

#bloc_vols table td
{
	background-color: #f6fadf;
	border-bottom: solid 1px #f6fadf;
	color: #000000;
	padding: 2px;
	padding-left: 4px;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
}

#bloc_vols table td span
{
	font-size: 11px;
}

#bloc_vols table tr.lignePaire td
{
	background-color: #e5ecbd;
	border-bottom: solid 1px #ddddca;
	color: #000000;
}

#vols_arrivees_contenu table tr.lignePaire td
{
	background-color: #cdf3fe;
	border-bottom: solid 1px #ddddca;
	color: #000000;
}

#bloc_vols table th, #bloc_vols table .header td
{
	background-color: #003a76;
	color: #ffffff;
	border-bottom: solid 1px #f6fadf;
	text-align: left;
	padding-left: 6px;
	padding-right: 2px;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}

#bloc_vols .bandeau_boutons
{
	margin: 0px !important;
}

/* EOF */

