/* Feuille de style OpenAirlines.com
(C) Copyright 2006 nextops */

#container {
	width:800px;
	height: 100%;
	min-height: 100%;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	background:#fff;
	position: relative;
	height: auto;
	background-color: #2F94CC;
}



#Content {
	position:relative;
	width:800px;
	z-index:1;
	left: auto;
	top: 11px;
	background-color: #FFFFFF;
}
#PositionZone {
	position:absolute;
	width:200px;
	height:150px;
	z-index:1;
	left: 10px;
	top: 10px;
}
#ImageZone {
	position:relative;
	width:570px;
	height:150px;
	z-index:2;
	left: 220px;
	top: 10px;
}
#SynopsisZone {
	position:absolute;
	width:200px;
	z-index:3;
	left: 10px;
	top: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: x-small;
}

#SynopsisZone h1 {
	font-size: small;
	color: #03175E;
}
#SynopsisZone a, #SynopsisZone a:visited {
	color: #666;
	text-decoration: none;
}

#SynopsisZone a:hover, #SynopsisZone a:active {
	color:#061965;
	text-decoration: none;
}


#MainZoneContent {
	position:relative;
	width:570px;
	z-index:4;
	left: 220px;
	top: 20px;
	border-left: 1px #DCDCDC solid;
	margin-bottom : 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: x-small;
}

#MainZoneContent2 {
	position:relative;
	width:780px;
	z-index:4;
	top: 20px;
	margin-bottom : 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: x-small;
}

#MainZone h1 {
	font-size: small;
	color: #03175E;
}

#MainZone {
	margin-left : 20px;
}
#FooterContent {
	position: relative;
	bottom: 0px;
	top: 20px;
	height: 25px;
	background-color:#fff;
}
#Footer {
	border-top: 1px solid #DCDCDC;
	margin-left: 20px;
	margin-right: 20px;
	height: 25px;
	background-color:#fff;
}
#SubMenuZone {
	background-color: #03175E;
	height: 25px;
}
.MainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: x-small;
}

.Menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #fff;
}

.SubMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	margin-top: 6px;
	color: #2F94CC;
}

.Menu a, .Menu a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
}

.SubMenu a, .SubMenu a:visited {
	color: #2F94CC;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
}

.Menu a:hover, .Menu a:active {
	color:#061965;
	text-decoration: none;
}

.SubMenu a:hover, .SubMenu a:active {
	color: #fff;
	text-decoration: none;
}

.nextops {color: #DF0F7E}

.openairlines {color: #061965}

.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #061965;
}





