body {
	font-family: Verdana, helvetica, serif;
	font-size: 11px;
	color: #333;
	background-image:url('../images/logo.gif');
	background-position:center top;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

a:focus
{
	outline: none;
}

.header
{
	width:960px;
	height:121px;
}
.header h1
{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	float: left;
}
.header h1 a
{
	background-image:url('../images/logo_avianor.gif');
	background-position: top left;
	background-repeat:no-repeat;
	height: 121px;
	width: 160px;
	text-indent: -10000px;
	display: block;
}
.header div
{
	float: right;
	margin-top: 100px;
	font-size: 10px;
	color: #5b5b5b;
	margin-right: 15px;
}
.header div a
{
	text-decoration: none;
	color: #5b5b5b;
}
.header div a:hover
{
	text-decoration: underline;
}
.container {
	width: 960px;
	margin: 0 auto 0 auto;
}

.menu
{
	height:35px;
	width:960px;
	background-image:url('../images/menu_bg.gif');
	background-repeat:repeat-x;
}

.menu ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.menu ul li
{
	float:left;
}
.menu ul li.last
{
	border-right: 1px solid #77818a;
}
.menu ul li a
{
	display:block;
	width:125px;
	height:35px;
	line-height:35px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	text-align: center;
	border-right: 1px solid #3d4153;
	border-left: 1px solid #77818a;
}

.menu ul li a:hover
{
	text-decoration:underline;
	background-color:#3d4153;
}

.second_menu
{
	height:66px;
	width:960px;
	background-image:url('../images/second_menu_bg.gif');
	background-repeat:repeat-x;
}

.second_menu ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.second_menu ul li
{
	float:left;
	margin-top: 6px;
}

.second_menu ul li a
{
	display: block;
	width: 96px;
	height: 55px;
	padding-top: 4px;
	text-decoration: none;
	color: #5a5b5d;
	font-size: 10px;
	text-align: center;
	border-bottom: 1px solid #dedfe3;
	background-color: #f2f3f4;
}

.second_menu ul li a:hover
{
	text-decoration:underline;
	background-color: #e9eaeb;
}

.banner
{
	height:254px;
	width:960px;
	background-image:url('../images/banner.jpg');
	background-repeat:no-repeat;
}
.banner_content
{
	height:105px;
	width:960px;
	background-image:url('../images/banner_content.jpg');
	background-repeat:no-repeat;
	margin-bottom: 3px;
}

.contenu
{
	background-image:url('../images/logo2.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	width:960px;
	min-height:286px;
	clear: both;
}
.contenu2
{
	background-image:url('../images/logo2.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	width:960px;
	min-height:100%;
}
.contenu h2
{
	color: #5b5b5b;
	margin-top: 40px; 
	margin-bottom: 15px;
}

.line_gray, .line_blue, .line_yellow, .line_green, .line_red, .line_purple
{
	background-position: top left;
	background-repeat: no-repeat;
}
.line_gray
{
	background-image: url(../images/line_gray.gif);
}
.line_blue
{
	background-image: url(../images/line_blue.gif);
}
.line_yellow
{
	background-image: url(../images/line_yellow.gif);
}
.line_green
{
	background-image: url(../images/line_green.gif);
}
.line_red
{
	background-image: url(../images/line_red.gif);
}
.line_purple
{
	background-image: url(../images/line_purple.gif);
}

.contenu .box1, .contenu .box2, .contenu .box3, .contenu .box_contenu, .contenu .box_contact
{
	float:left;
	min-height:286px;
}

.contenu .box1
{
	margin-left: 15px;
	width: 450px;
	margin-right: 15px;
}

.contenu .box_contenu
{
	width: 668px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.contenu .box_contenu h3, .contenu .box2 h3, .contenu .box_contenu h2
{
	color:#666666;
	font-size:14px;
	margin:20px 0 0 0;
}
.contenu .box_contenu a
{
	color: #666666;
	text-decoration: none;
}
.contenu .box_contenu a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}
.contenu .box_contenu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.contenu .box_contenu ul li
{
	line-height: 17px;
	padding-left: 10px;
	background-image: url(../images/red_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 10px;
}

.contenu .box2
{
	/*margin-left:15px;*/
	width: 254px;
}

.contenu .submenu
{
	width: 262px;
}

.contenu .box2 ul
{
	list-style: none;
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
	background-image: url(../images/service_menu_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 6px;
	border-bottom: 1px solid #dfdee3;
}
.contenu .box2 ul li
{
	
}
.contenu .box2 ul li a
{
	display: block;
	height: 27px;
	width: 250px;
	background-color: #f2f3f5;
	color: #5a5b5d;
	text-decoration: none;
	line-height: 27px;
	padding-left: 6px;
}
.contenu .box2 ul li a:hover
{
	background-image: url(../images/service_menu_bg_over.gif);
}

.contenu .box_contact
{
	width: 262px;
	margin-top: 6px;
	background-color: #f2f3f4;
	border-bottom: 1px solid #dfdee3;
}

.contenu .box_contact img
{
	border: 3px solid #ffffff;
	margin: 12px;
}

.contenu .box_contact p
{
	margin-left: 12px;
	margin-right: 12px;
	line-height: 20px;
}
.contenu .box_contact form
{
	margin-top:30px;
	margin-left:10px;
}

.contenu .box_contact input

{
	background-color:#CCC;
	border:#666 1px solid;
	background-image:url('../images/logo3.gif');
	background-position:bottom;
}

.contenu .box3
{
	width:226px;
	height:280px;
	background-image:url(../images/contenu_box3_bg.jpg);
	background-repeat:no-repeat;
	margin-top: 6px;
}

.date
{
	font-size:10px;
	color:#b2b2b2;
	display: block;
}

.footer
{
	width:960px;
	/*height:309px;*/
	margin-bottom: 10px;
	margin-top: 30px;
	padding-bottom: 10px;
	background-image:url('../images/footerbg.gif');
	background-repeat:repeat-x;
	color:#5a5b5d;
	border-bottom: 1px solid #dedfe3;
	clear: both;
}

.footer h3
{
	font-size:14px;
	color:#b2b2b2;
	margin-top:27px;
	margin-bottom:9px;
	padding-bottom:9px;
	border-bottom:#b2b2b2 1px solid;
}
.footer div ul li, .footer div p
{
	line-height: 20px;
}
.footer a
{
	color:#5a5b5d;
	text-decoration:none;
}

.footer a:hover
{
	color:#5a5b5d;
	text-decoration:underline;
}

.footer .box1, .footer .box2, .footer .box3, .footer .box4
{
	float:left;
	margin-left:15px;
	width:225px;
	min-height:100px;
}

.footer ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.footer hr
{
	clear: both;
	border: none;
	height: 1px;
}
.copyright
{
	color:#b2b2b2;
	text-align: center;
}
p.more
{
	background-image: url(../images/btn_bg_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 21px;
	line-height: 21px;
	display: inline;
	float: left;
	border-bottom: 2px solid #bfbfbf;
	color: #ffffff;
	clear: both;
}
p.more a
{
	background-image: url(../images/btn_bg_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 21px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	color: #ffffff;
	text-decoration: none;
}
p.more a:hover
{
	background-image: none;
	background-color: #3d4153;
	text-decoration: underline;
}
.contenu .box_contenu p.more a
{
	color: #ffffff;
}

#search_results
{
	height:500px;
	overflow:auto;
}

form input[type=text]
{
	float:left;
}
form a.search
{
	background-image:url(../images/btn_arrow.gif);
	background-repeat:no-repeat;
	display:block;
	width:20px;
	height:20px;
	text-indent:-1000px;
	overflow:hidden;
	float:left;
	margin-left: 10px;
	margin-right: 20px;
}
form a.search:hover
{
	background-position: 0px -20px;
}