/* CSS Document */
html, 
body {
	height: 100%;
	margin: 0;
}
html {
	background: #ddd url(../images/helicoptere_motif.gif);
}
body {
	font: 90% "Trebuchet MS", sans-serif;
}
#global {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}
#header {
	position: relative;
	color:#447777;
	height: 120px;
}
.headerHelico_00 {
	background: #14397d url(../images/helicoptere_header_00.jpg) no-repeat;
}
.headerHelico_01 {
	background: #14397d url(../images/helicoptere_header_01.jpg) no-repeat;
}
.headerHelico_02 {
	background: #14397d url(../images/helicoptere_header_02.jpg) no-repeat;
}
.headerHelico_03 {
	background: #14397d url(../images/helicoptere_header_03.jpg) no-repeat;
}
.headerHelico_04 {
	background: #14397d url(../images/helicoptere_header_04.jpg) no-repeat;
}
.headerHelico_05 {
	background: #14397d url(../images/helicoptere_header_05.jpg) no-repeat;
}
.headerHelico_06 {
	background: #14397d url(../images/helicoptere_header_06.jpg) no-repeat;
}
#header h1 {
	margin: 0;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;	
}
/*#header div#photo_helico {
	margin-left:286px;
}*/
#fil_ariane,
#breadcrumb {
	margin-top:10px;
	padding:0 20px;
	font-size:0.85em;

}
#footer {
	position: absolute;
	width: 750px;
	bottom: 0;
	background: #14397d url(../images/footer.png) repeat-x;
	color: #fff;	
}
#footer p {
	margin: 2px 0;
	font-size: 0.9em;
}
#center {
	/* éviter la superposition 
	du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: auto;
	background:#FFFFFF;
}
#content {
	/* On laisse de la place à droite 
	pour l'autre colonne */
	float: left;
	width: 500px;
	padding: 0;
	margin-left: 10px;	
	margin-right: 20px;		
	color: #444444;	 
}
div#sidebar {
	float: right;
	width: 200px;
	margin-top:10px;
}
div#sidebar form {
	margin:0;
	padding:0;	
}
div#sidebar form input.text {
	border:1px solid #14397d;
	background-color:#F1F1F1;
	width:135px;
}
div#sidebar form input.button {
	border:none;
	background-color:#14397d;
	color:#FFFFFF;
	font-weight:bold;
	width:30px;	
}
#content h1 {
	padding-left: 30px;
	background: #fff url(../images/helicoptere_titreh1.gif) left center no-repeat;
	color: #14397d;
	font-size:1.6em;
	border-bottom:1px solid #14397d;
}
div#sidebar h1 {
	background-color: #1A4AA3;
	color: #FFFFFF;	
	font-size:1.1em;
	padding-left:5px;
	margin-right:5px;	
}
div#sidebar p,
div#sidebar ul,
div#sidebar form {
	margin-left:5px;
	margin-right:5px;	
}
#content h2 {
	color: #1A4AA3;
	font-size:1.1em;
	border-bottom:1px solid #1A4AA3;	
	width:75%;
}
#content, 
#footer p {
	padding: 0 10px;
}
a {
	color: #1A4AA3;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #1A4AA3;
	text-decoration:underline;	
}
#nav {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;		/* Création du contexte de formatage */
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
}
#nav li {
	float: left ;
	width: 145px ;
	margin-left: 2px ;	
	margin-right: 2px ;
	color: #fff ;
	background: #205BC9 ;
}
#nav li a {
	display: block ;
	background: #205BC9 url(../images/helicoptere_menu.gif) left top no-repeat ;
	color: #fff ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px 0px ;
	text-align: center ;
	text-decoration: none ;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: #1A4AA3 url(../images/helicoptere_menu.gif) left bottom no-repeat ;
	text-decoration: underline ;
}
ul#menu,
ul#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:0.95em;
}
ul#menu li a,
ul#menu ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
}
ul#menu li a:hover,
ul#menu ul li a:hover {
	text-decoration:none;
}
