/*  
Theme Name: Airplane Theme
Theme URI: http://www.wptown.com/
Description: Airplane Theme is a unique Widget ready WordPress theme with 3 columns. Right Sidebar (2 columns). Fixed width. Tested on Firefox, IE6, IE7 and Opera. XHTML and CSS Valid. SEO friendly.
Version: 1.0
Author: WP Town
Author URI: http://www.wptown.com/
*/



/* General */

body {
	margin: 0;
	background: #fff;
	background: url("images/bg.jpg") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: auto;
	width: 1004px;
	
}


/* Header */

#header {
	width: 1004px;
	height: 410px;
	position: relative;
	background: url("images/page.jpg") no-repeat;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 45px;
		left: 40px;
		z-index:-1;
		display: none;
	}
	
	#header #header-info h1 {
		color: #c8d3e4;
		font: normal 40px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #c8d3e4;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #c8d3e4;
		font: normal 20px Verdana;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 800px;
		padding-left: 10px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 780px;
		padding: 0px;
		
		border: 0px solid #c8d3e4;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 720px;
			padding-right: 60px;
			height: 40px;
			background: url("images/titre-article.png") no-repeat right top;
			color: #000;
			font: normal 11px Verdana;
			margin-bottom: 10px;
			padding-bottom: 5px;
		}
		
		#content .post .post-title a {
			color: #c8d3e4;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			color: white;
			text-align: center;
			text-transform: lowercase;
			height: 45px;
			margin-right: 10px;
			width: 50px;
			font: bold 13px Verdana;
			
		}
		
		#content .post .post-title .post-date span {
			margin: 3px 0 1px 0;
			display: block;
			font-size: 17px;
		}
		
		#content .post .post-title h2 {
			padding-bottom: 3px;
			padding-top: 4px;
			color: #fff;
			font: normal 20px Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #fff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px Verdana;
			color: #000;
			padding: 10px;
			width: 760px;
			text-align: justify;
			padding-top: 15px;
			min-height:683px;

			background-image: url("images/fond-article.png");
			background-repeat: repeat-x;
		}
		
		#content .post .post-entry a {
			color: #4e97f4;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .picture {
			margin: 0 10px 10px 0;
			float: left;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Verdana;
			color: #4e97f4;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #4e97f4;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 10px;
			width: 760px;
			clear: both;
			font: bold 11px Verdana;
			color: #c8d3e4;
			background-color: #EEEEEE;
		}
		
		#content .post .post-info a {
			color: #c8d3e4;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #c8d3e4;
			font: normal 17px Verdana;
			margin: 20px 5px 10px 5px;

		}
		
		#content .post .comments {
			margin: 0 5px;
			font: normal 11px/18px Verdana;
			color: #ffffff;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #4e97f4;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #c8d3e4;
		}
		
		#content .post .comments ol li cite {
			color: #4e97f4;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #4e97f4;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #4e97f4;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0 5px;
			font: normal 11px/18px Verdana;
			color: #ffffff;
		}
		
		#content .post #commentform a {
			color: #4e97f4;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px/25px Verdana;
		color: #ffffff;
		float: left;
		margin-bottom: 30px;
		width: 600px;
	}
	
	#content .navigation a {
		width: 150px;
		background: url("images/background.png");
		border: 1px solid #c8d3e4;
		text-align: center;
		display: block;
		color: #ffffff;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 170px;
		font: normal 11px/18px Verdana;
		color: #ffffff;
		padding-left: 14px;
		margin-bottom: 20px;
	}
	
	#sidebar a {
		color: #4e97f4;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-left {
		float: left;
		width: 180px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 180px;
	}
	
	#sidebar .sidebar-box {

		margin-bottom: 10px;

	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			padding-left: 29px;
			font: bold 15px/28px Verdana;
			color: #fff;
			background: url("images/titre-widget.png") no-repeat;
			
			height: 59px;
			padding-top:11px;
			margin-top:-5px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #c8d3e4;
			padding-left: 15px;
			font: bold 11px/28px Verdana;
			
		}
		
		#sidebar ul li a {
			color: #000;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			display: none;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0 auto;
			padding: 15px 0;
			width: 145px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 145px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 5px auto;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
			color: #c8d3e4;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px;
		}


/* Footer */

#footer {
	width: 984px;
	height: 35px;
	background: url("images/background.png");
	border: 1px solid #c8d3e4;
	color: #ffffff;
	font: normal 11px/35px Verdana;
	text-align: center;
	margin: 0 10px 20px 10px;
}

#footer a {
	color: #4e97f4;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

marquee{
	color: #3CAFB8;
	font-family: arial;
	font-size: 11px;
	padding-bottom: 5px;
}
.widgettitle{
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#3CAFB8 url(images/sidebar_title.png) no-repeat scroll 5px center;
border-bottom:0 solid #C8D3E4;
color:#C8D3E4;
font-family:Verdana;
font-size:15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:28px;
padding-left:29px;
}

.foot{
	margin:auto;
	width: 100%;
	float: left;
	background: transparent url(images/cote-bas-page.png) repeat-x;
}

.foot a,.foot img{
	margin: auto;
	display: block;
}

.adRight{
	margin-left: 5px;
}

#lien1{
	background-image: url(images/lien1.png);
	height:60px;
	left:30px;
	position:absolute;
	top:150px;
	width:60px;
	z-index: 100;
}
#lien2{
	background-image: url(images/lien2.png);
	height:60px;
	left:30px;
	position:absolute;
	top:230px;
	width:60px;
	z-index: 110;
}
#lien3{
	background-image: url(images/lien3.png);
	height:60px;
	left:30px;
	position:absolute;
	top:310px;
	width:60px;
	z-index: 120;
}
#lien4{
	background-image: url(images/lien4.png);
	height:60px;
	left:110px;
	position:absolute;
	top:310px;
	width:60px;
	z-index: 130;
}
#lien5{
	background-image: url(images/lien5.png);
	height:60px;
	left:190px;
	position:absolute;
	top:310px;
	width:60px;
	z-index: 140;
}
#lien6{
	background-image: url(images/lien6.png);
	height:60px;
	left:270px;
	position:absolute;
	top:310px;
	width:60px;
	z-index: 150;
}
#lien7{
	background-image: url(images/lien7.png);
	height:60px;
	left:350px;
	position:absolute;
	top:310px;
	width:60px;
	z-index: 160;
}
#lien8{
	background-image: url(images/lien8.png);
	height:60px;
	left:430px;
	position:absolute;
	top:310px;
	width:60px;
	z-index: 170;
}
#lien9{
	background-image: url(images/lien9.png);
	height:60px;
	left:880px;
	position:absolute;
	top:130px;
	width:60px;
	z-index: 170;
}


#lien1 em{
	display:block;
	margin-top:60px;
	display: none;
}
#lien2 em{
	display:block;
	margin-top:60px;
	display: none;
}
#lien3 em{
	display:block;
	margin-top:60px;
	display: none;
}
#lien4 em{
	display:block;
	margin-top:60px;
	display: none;
}
#lien5 em{
	display:block;
	margin-top:60px;
	display: none;
}
#lien6 em{
	display:block;
	margin-top:60px;
	display: none;
}
#lien7 em{
	display:block;
	margin-top:60px;
	display: none;
}
#lien8 em{
	display:block;
	margin-top:60px;
	display: none;
}
#lien9 em{
	display:block;
	margin-top:60px;
	display: none;
}
#liensCont em{
	font-family: arial;
	font-size: 11px;
	text-align: center;
	color: #000;
}
#liensCont{
	height:300px;
}

.auth{
color:#C8D3E4;
display:block;
float:left;
margin-left:0;
margin-top:-4px;
}

.pagenav{
	width: 780px;
	background: transparent url(images/bas-page.png) no-repeat scroll left top;
	color: #3CAFB8;
	margin:auto;
	width:740px;
	list-style: none;
	height:150px;
	margin-bottom: 10px;
}




#header .pagenav{
    float:right;
	line-height:1;
	
	width:150px;
	background: none;
	margin-top:-150px;
	font-family:arial;
	font-size: 11px;
	
}

#header .pagenav ul {
	list-style: none;
	line-height: 1;
	margin-left: -50px;
	padding: 4px;
	height:300px;
	width:150px;
	margin-top:106px;
	}
#header .pagenav>ul {
	background: transparent url(images/menu.png) no-repeat scroll left top;
	margin-left:-35px;
	}

#header .pagenav a, #header .pagenav a:hover {
	display: block;
	
}

#header .pagenav li {
	float: left;
	
	width: 150px;
	height:20px;
}
#header .pagenav li a {
	font-size: 11px;
	color: black;
}

#header .pagenav a, #header .pagenav a:visited {
	display:block;

	padding:6px;
}

#header .pagenav a:hover, #header .pagenav a:active, .current_page_item	a {
	
	color: #fff;
}	

#header .pagenav ul ul { 
	position: absolute;
	right: 180px;
	margin-top: -20px;
	display:none
	
}

#header .pagenav li li {
	width: 150px;
	border-bottom: 1px solid #D6EFF1;
	background: #3CAFB8;
	color: #fff; 
}

#header .pagenav li li a, #header .pagenav li li a:visited {
	color:#fff;
}

#header .pagenav li li a:hover, #header .pagenav li li a:active {
	background:#3CAFB8;
	border-bottom: 1px solid #D6EFF1;
	color: #000;

}	

#header .pagenav li:hover ul, #header .pagenav li li:hover ul, #header .pagenav li li li:hover ul, #header .pagenav li.sfhover ul, #header .pagenav li li.sfhover ul, #header .pagenav li li li.sfhover ul {
	display: block;
	z-index: 1000;
}









.pagenav>ul{
	float: left;
	list-style: none;
	margin-top:110px;
	height: 10px;
}
.pagenav li{
	float: left;
	margin-right: 10px;
}

.pagenav li a{
	color: white;
	margin-left: 0px;
	font-size: 12px;
}
.homeposts{
	float: left;
	padding-left:15px;
}

.meteoandposts{
	float: left;
	width: 378px;
	margin-bottom: 15px;
	background-color:#D6EFF1;
	margin-left:200px;
	margin-right:200px;
}
.meteoandposts>span{
	float: left;
	width: 326px;
	background-color:#3CAFB8;
	padding: 2px;
	padding-left: 50px;
}

#content .post .post-entry .meteoandposts a{
	color: #33aeb9;
}
#infosutiles{
	width: 220px;
	height: 170px;
	position:relative;
	top:110px;
	left:120px;
	color: white;
	font-family: arial;
}
#infosutiles a{
	color:#fff;
	font-family: arial;
	font-size: 11px;
}
#infosutiles a:hover{
	color:#000;
	font-family: arial;
	font-size: 11px;
}

#infostitle{
	width: 220px;
	font-size: 16px;
}
