@import url("align.css");
@import url("fontstyle.css");
/*
ALL LAYOUT STYLES SETTINGS


GLOBAL SETTINGS
*/
html.body,
body {
	background: url(../images/background.jpg) repeat-x #001e3f;
	padding:0px;
	margin:0px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818174;
}
.no-list{
	list-style:none;
}
.no-pad, .no-marg{
	padding:0px;
	margin:0px;
}
.curved-borders{
	border:1px solid #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding:10px;
	box-shadow: 0px 3px 10px #000;
	-moz-box-shadow: 0px 3px 10px #000;
	-webkit-box-shadow: 0px 3px 10px #000;
	z-index:10px;
}
.only-shadow-borders{
	box-shadow: 0px 1px 15px #adb5b9;
	-moz-box-shadow: 0px 1px 15px #adb5b9;
	-webkit-box-shadow: 0px 1px 15px #adb5b9;
	z-index:20px;
}
.curved-borders-light{
	border:1px solid #e6e6e6;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding:10px;
	box-shadow:0px 3px 10px #e6e6e6;
	-moz-box-shadow:0px 3px 10px #e6e6e6;
	-webkit-box-shadow:0px 3px 10px #e6e6e6;
	z-index:10px;
}
.no-curved{
	padding:10px;
	padding-left:12px;
}
.no-border{
	border:none;
}
.button{
	border:1px solid #fbd83d;
	background:url(../images/button-bg.jpg) repeat-x;
	min-height:16px;
	font-size:10px;
	padding:0px 20px;
	cursor:pointer;
}
.button-large{
	border:1px solid #fbd83d;
	background: url(../images/button-large-bg.jpg) repeat-x;
	min-height:44px;
	font-size:12px;
	padding:0px 10px;
	margin-right:175px;
	min-width:133px;
	cursor:pointer;
	color:#404041;
	text-align:left;
}

.no-style{
	background:none;
}
/*
END GLOBAL SETTINGS

START CONTAINER SETTINGS
*/
#container{
	width:1000px;
	display:block;
	position:relative;
	margin:auto;
	padding:0px 10px;
}
/*
END CONTAINER SETTINGS

START HEADER SETTINGS
*/
#container #header{
	background: url(../images/top_menu_bg.png) no-repeat;
	width:724px;
	min-height:58px;
	height:58px !important;
	padding-left:30px;
	padding-right:20px;
}
#container #header #lang{
	right:35px;
	height:23px;
	color:#ffcf06;
}
#container #header #lang a{
	padding:2px 5px;	
}
#container #header ul#main_nav{
	top:15px;
	left:0px;
	width:724px;
	color:#ffcf06;
}
#container #header ul#main_nav li{
	float:left;
	position:relative;
	display:block;
	z-index:99;
}
ul#main_nav li a{
	padding:2px 22px;
}
#container #header ul#main_nav li:hover ul.sub-level{
	left:0px;
	padding:0px;
	margin:0px;
	display:block;
	position:relative;
	z-index:99;
}
#container #header ul#main_nav li:hover ul.sub-level li{
	float:left;
	clear:left;
	z-index:99;
	display:block;
	background:#d9dee0;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
	width:100%;
	position:relative;
}
#container #header ul#main_nav li li{
	display:none;
}
#container #header ul#main_nav li:hover{
	display:block;	
}
/*#container #header ul#main_nav li:hover li{
	display:block;
	position:relative;
	z-index:20;
	background:#d9dee0;
	font-size:10px;
	float:left;
	clear:left;
	padding-top:5px;
	padding-bottom:5px;
}*/
#container #header ul#main_nav li.no-style:hover{
	background:none;
}
#container #header ul#main_nav li:hover li hr{
	margin-top:8px;
	margin-bottom:10px;
	display:block;
	width:80px;
}
/*
END HEADER SETTINGS

START LOGO SETTINGS
*/
#container #logo{
	background:url(../images/logo_fr.png) no-repeat;
	margin-left:25px;

	margin-top:16px;
}
#container #logo h1{
	display:none;
}
#container #logo a{
	width:199px;
	min-height:40px;
	height:40px !important;
}
	
/*
END LOGO SETTINGS

START CONTENT CONTAINER SETTINGS
*/
#container #half-banner{
	width:722px;
	background:#fff;
	margin-top:2px;
	margin-left:-2px;
	margin-bottom:2px;
	position:relative;
	z-index:0;
}
#container #half-banner img{
	position:relative;
	display:block;
	z-index:50;
}
#container #nobox-header-style table h3{
	padding:5px;
	margin:5px 0px;
}
table.three-cols tr td{
	margin:15px 15px;
}
#container #nobox-header-style table hr,
#container #box-header-style table hr{
	padding:0px;
	border-top:1px dotted #58595b;
	margin:10px 0px;
	display:block;
	float:left;
	clear:both;
}
#container #nobox-header-style hr,
#container #box-header-style hr{
	line-height:0px;
	height:0px;
	background:none !important;
	
	border:none;
	border-top:1px dotted #bcbabb;
	display:block;
	width:100%;
	clear:both;
	margin:26px 0px;
}
#container #half-banner img{
	padding:10px;	
	margin:-20px;
}
#container #half-banner p{
	margin-bottom:0px;
}
#container #content-left{
	width:742px;
}
#container #content-right{
	width:199px;
	margin-left:55px;
}
#container #content,
#container #home-banner{
	width:742px;
	background:#fff;
	margin-top:2px;
	margin-left:10px;
	margin-bottom:2px;
}

/*
	Cessna link
*/
#container #content a#maintenance-link{
	background:url(../images/button-out.png) no-repeat;
	width:28px;
	min-height:204px;
	height:204 !important;
	
	left:-30px;
}
#container #content a#maintenance-link-active{
	background:url(../images/button-out-active.png) no-repeat;
	width:28px;
	min-height:204px;
	height:204 !important;
	top:275px;
	left:-29px;
	z-index:20px;
}
#container #content a:hover#maintenance-link{
	background:url(../images/button-out-on.png) no-repeat;
		width:28px;
	min-height:204px;
	height:204 !important;
	float:left;
	
}

/*
	Max aviation link
*/
#container #content a#max-aviation-link{
	background:url(../images/button-max.png) no-repeat;
	width:28px;
	min-height:160px;
	height:160px !important;
	
	left:-30px;
}
#container #content a#max-aviation-link-active{
	background:url(../images/button-max-over.png) no-repeat;
	width:28px;
	min-height:160px;
	height:160px !important;
	
	left:-29px;
	z-index:20px;
}
#container #content a:hover#max-aviation-link{
	background:url(../images/button-max-over.png) no-repeat;
	width:28px;
	min-height:160px;
	height:160px !important;
	float:left;
}



#container #content #salon-style{
	background:url(../images/salon-bg.png) left no-repeat;
	width:745px;
	padding:0px 0px;
	min-height:408px;
	height:408px !important;
	margin-left:2px;

}
#container #content #salon-style #salon-nav{
	width:252px;
	border-bottom:1px solid #000;
	border-left:3px solid #000;
	border-right:3px solid #000;
	border-top:none;
	padding:-10px;
}
#container #content #salon-style #journal{
	width:184px;
	background:url(../images/salon-journal-bg.png) no-repeat;
	min-height:187px;
	left:400px;
	text-align:left;
	padding-left:80px;
	padding-right:40px;
	color:#02294f;
}
#container #content #home-style{
	background:url(../images/home-bg.png) left no-repeat;
	width:745px;
	padding:0px 0px;
	min-height:408px;
	height:408px !important;
	margin-left:2px;
}

#container #content #nobox-header-style{
	width:717px;
	padding:20px;
	margin-top:0px;
	padding-right:10px;
	padding-top:0px;
	margin-left:-5px;		
}
#container #content #box-header-style{
	width:707px;
	padding:20px;
	margin-left:-5px;
}
#container #content #home-style table{
	margin-top:-5px;
	width:742px;

	
}
#container #content #home-style table tr td{
	border-right:3px solid #fff;
	border-top:3px solid #fff;
	width:368px;
	padding-top:3px;
}
#container #content #home-style table tr td.no-border{
	border-right:none;
}
#container #content #home-style table img{
	margin-top:20px;
}
#container #footer-nav{
	width:742px;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:2px;
	clear:left;
}
#container #footer-nav p{
	margin-top:0px;
}
/*
START SIDE NAVIGATION
*/
#container #yellow-nav{
	background-image:url(../images/yellow-nav-top.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#ffcf06;
	/*background:url(../images/yellow-nav-top.png) top right #ffcf06 no-repeat;
	background-repeat:no-repeat;*/
	width:152px;
	padding:10px;
	
	margin:-10px;
	margin-right:10px;
	margin-top:5px;
	z-index:2;

	
}
#container #yellow-nav img.photo{
	width:128px;
	padding:-10px;
	height:82px;
	background:#231f20;
	border:2px solid #fff;
	z-index:2;
	box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
}
#container #yellow-nav #sub-yellow-nav{
	margin:-12px;
	width:151px;
	background-image:url(../images/yellow-nav-bottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:10px;
	border:2px solid #fff;
	border-radius:15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	z-index:11;
}
hr{
	border:none;
	border-top:1px dotted #c1a636;

	line-height:0px;
	height:0px;
	background:none;
}
hr.white{
	border-top:1px dotted #fff;	
}
#container #outter-nav{
	/*background:url(../images/yellow-nav-top.png) top right #ffcf06 no-repeat;
	background-repeat:no-repeat;*/
	width:165px;
	padding:20px;

	margin-right:0px;
	margin-top:10px;
	z-index:2;	
}
#container #outter-nav img.booking{
	margin-right:5px;
}
#container #outter-nav .spec-line-height{
	line-height:23px;
}
#container #outter-nav p{
	line-height:14px;
	margin-top:13px;
	margin-bottom:13px;
}
table th{
	background:#b3b4ab;
	color:#fff;
	font-weight:bold;
	padding:3px 10px;
}
table tr.rowcolor-impair{
	background:#eeeeeb;
}
table tr.rowcolor-pair{
	background:#fff;
}
table tr td{
	/*padding:3px 10px;*/
}
table tr td.border-right{
	border-right:thin dotted #b3b4ab;
	padding-left:8px;
}
table tr td.padding-right{
	padding-right:8px;
}
table tr td hr{
	color:#58595b;
	width:95%;
}


table.form_table{
	width:725px;
	color:#222;
}
table.form_table th{
	background-color:#FFF;
	color:#222;
	vertical-align:top;
	text-align:left;
	width:150px;
}
table.form_table td{
	color:#222;
	vertical-align:top;
	text-align:left;
}

table.form_table td input[type="text"]{
	width:300px;
}

table.manage_table{
	width:725px;
	color:#222;
}
table.manage_table th{
	background-color:#FFF;
	color:#222;
	padding-left:2px;
	vertical-align:top;
	text-align:left;
}
table.manage_table td{
	color:#222;
	vertical-align:top;
	text-align:left;
}

.input_log{
	margin-bottom:3px;
	width:150px;
}
#outter-nav ul{
	margin-left:0px;
	padding-left:12px;
}
/* AJOUTS NOUVEAU */

#container #content #salon-style #album-photos{
	width:400px;
	min-height:274px;
	height:274px !important;
	color:#02294f;
}
#container #content #salon-style #album-photos img{
	background:url(../images/salon-pilotes-accueil-album-photos.png) no-repeat;
	padding-top:68px;
	padding-left:64px;
	padding-right:35px;
	padding-bottom:11px;
	top:50px;
	left:150px;
}
#container #content #salon-style #album-photos hr{
	width:160px;
	float:left;
	clear:left;
	border:none;
	border-top:1px dotted #566d75;	
}
#container #content #salon-style #sondage hr,
#container #content #salon-style #journal hr{
	border:none;
	border-top:1px dotted #566d75;	
}
#container #content #salon-style #sondage{
	width:166px;
	color:#02294f;
}
.featured-album-table{
	background:#e6e6e3;
	margin:25px 0px;
	display:block;
	float:left;
	clear:both;
}
.featured-infos{
	background: url(../images/album-avion.png) center no-repeat;
}
.album-featured-pic{
	background:url(../images/album-featured-pic-bg.png) no-repeat;
	padding:8px 15px 15px 11px;
	display:block;
}
hr.colored-as-link{
	border:none;
	border-top:1px dotted #4b7799;
	line-height:0px;
	height:0px;
	background:none;
}
.photo-dalbum{
	width:205px;
	display:block;
	float:left;
	margin:15px 15px;
}
.photo-dalbum a{
	float:left;
	display:block;
	margin-right:10px;
}
.equipe{
	display:block;
	float:left;
}
.equipe_right{
	display:block;
	float:left;
}
#container #content .equipe_right h2{
	margin-bottom:0px;	
}
.equipe p{
	display:block;	
}