/* CSS Document */

#homeContentTable {
	width:933px;
	margin:0 auto 2px auto;
}

#homeContentTable td {
	vertical-align:top;
}

.splashImage {
	display:block;
	border:1px solid #c6c6c6;
}

.homePromo {
	border:1px solid #c6c6c6;
	overflow:hidden;
	background-color:#f9f9f9;
}

.bloc1wrapper {
	overflow: hidden;
	height:95px;
}

.feedPromo {
	float:left;
	border:1px solid #c6c6c6;
	width:215px;
	height:102px;
	overflow:hidden;
	display:inline;
}

#homePromoNav {
	background:#d6e2f2;
	/*padding:0px 0;
	margin:0 0 0 15px;
	text-align:center;
	width:665px;
	height:16px;
	cursor:default;*/
}
/*
#homePromoNav a {
	cursor:pointer;
}

#homePromoNav img {
	padding:4px 20px;
	margin:0;
}*/

#footerHome {
	margin:20px 0px 0 15px;
}

.homePromo {
	
}

#promoZone1 { /* all zone1  */
	height:190px;
	margin-bottom:5px;
	padding:10px 10px 15px 10px;
	overflow:hidden;
	width:195px;
}

.bloc1promo, .bloc2promo {
	background-color:#f9f9f9; /* for IE 7+ so large fonts (17px+) stay antialiased during transition effects */
	cursor:pointer;
}

.bloc1promo1, #feedPromo1,
.bloc1promo2, #feedPromo2 { /* set each block in zone one for mouseover style */
	margin: 0;
	padding:0;
	overflow:hidden;
	cursor: pointer;
}

.bloc1promo1 p.nofeed, .bloc1promo2 p.nofeed {
	margin-top:10px;
}

.bloc1promo1 p.nofeed a, .bloc1promo2 p.nofeed a {
	text-decoration:none;
	padding:2px 0;
}

.bloc1promo1, #feedPromo1 { /* height of Flights content area, which is independent of the height of the block. Block height is set in vols.xsl */
	height:125px;
}

.bloc1promo2, #feedPromo2 { /* height of Packages content area */
	height:100px; 
}

.bloc1promo1 h1, #feedPromo1 h1,
.bloc1promo2 h1, #feedPromo2 h1,
.bloc2promo { /* common styles  */
	font-size:17px;
	font-weight:bold;
	color:#003580;
	margin-bottom:8px;
	line-height:normal;
}

.bloc1promo1 h2, #feedPromo1 h2,
.bloc1promo2 h2, #feedPromo2 h2 { /* common styles  */
	font-size:14px;
	font-weight:bold;
	color:#003580;
	margin-bottom:14px;
	line-height:inherit;
	text-transform:none;
}

.bloc1promo1 h3, #feedPromo1 h3,
.bloc1promo2 h3, #feedPromo2 h3 { /* common styles  */
	font-size:11px;
	font-weight:bold;
	color:#003580;
	margin-bottom:2px;
	line-height:inherit;
	text-transform:none;
}

.bloc1promo1 p, #feedPromo1 p,
.bloc1promo2 p, #feedPromo2 p { /* common styles  */
	margin-bottom:6px;
	line-height:inherit;
	font-size:11px;
}

.toFrom {
	font-size:11px;
	font-weight:normal;
}

.moreInfo {
	float:right;
	font-size:11px;
	font-weight:bold;
}

.moreInfo a {
	text-decoration:none;
	color:#003580;
	font-size:11px;
}

.moreInfo a:hover {
	text-decoration:underline;
}

/*#bloc2 {
	border:1px solid #c6c6c6;
	height:102px;
}*/

#bloc2 img {
	display:block;
}

/* Vignettes zone-specific styles */
#feedPromoZone {
	height:104px;
	overflow:hidden;
	margin-left:7px;
	position:absolute;
	width:100%;
}

	#feedPromoZone div.feedPromo {
		margin-right:7px;
		display:block;
	}

#promoButtonZone {
	 background-color:#d3e3f3;
	 width:100%;
	 border-top:2px solid white;
}

#promoButtonZone td.promoButtonZoneLeft {
	text-align:left;
	padding:0;
	vertical-align:middle;
	line-height:normal;
	height:21px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}

#homeContentTable td.promoButtonZoneRight {
	text-align:right;
	padding:0;
	vertical-align:middle;
	line-height:normal;
	height:21px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}


.promoButton {
	
}

	.promoButton img {
		margin:0 8px;
		vertical-align:middle;
	}

	.promoButton a {
		cursor:pointer;
		text-decoration:none;
		line-height:normal;
		font-size:10px;
		text-transform:uppercase;
		font-weight:bold;
	}
	
		.promoButton a:hover {
			color:#003850;
		}


span#btnGaucheOff,
span#btnDroiteOff {
	color:#809ec0;
}





/* Added css for the new dropdown menu - OnPage SEO */
	
/* Menu item */

#DropdownMenu {
	padding:1px 0 5px;
}

/* General */

#cssdropdown {
	list-style: none;
	position:absolute;
	width:220px;
}

	#cssdropdown ul {
		list-style: none;
		position:absolute;
		top:-20px;
		background:#FFFFFF;
		border: 1px #fff solid;
		width:220px;
	}

#cssdropdown,
#cssdropdown * {
	padding: 0;
	margin: 0;
}

/* Head links */

#cssdropdown li.headlink {
	background-image:none;
	float: left;
	margin-left: 0px;
	border: 1px #fff solid;
	background-color: #fff;
	text-align: left;
	width:220px;
}

	#cssdropdown li.headlink:hover {
		border-color:#B6D0EC;
		border-top:1px solid #fff;
	}

	#cssdropdown li.headlink a {
		display: block;
		padding: 2px;
		color:#003580;
		text-decoration:none;
		font-size:10px;
	}

/* Child lists and links */

#cssdropdown li.headlink ul {
	display: none;
	border-bottom: 1px #fff solid;
	text-align: left;
	margin-left: -1px;
}

	#cssdropdown li.headlink:hover ul {
		display: block;
		border-top:1px solid #B6D0EC;
		border-right:1px solid #B6D0EC;
		border-bottom:1px solid #fff;
		border-left:1px solid #B6D0EC;
	}
	
		#cssdropdown li.headlink ul li {
			background-image:none;
		}
		
			#cssdropdown li.headlink ul li a {
				padding: 2px;
				height: 15px;
			}
			
				#cssdropdown li.headlink ul li a:hover {
					background-color: #E9F1F9;
					color:#003580;
				}
