﻿*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #E5E9EA;
	background-image: url(IMG/bkg-01.jpg);
	background-repeat: repeat-x;
	font-family:  Verdana, sans-serif;
	font-size: 0.7em;
	text-align: center;
	margin: 50px 0;
}

.header {
	position: relative;
	width: 802px;
	margin: 0 auto;
}

.menu {
	position: absolute;
	z-index: 10;
	top: 20px;
	right: 20px;
	text-align: right;
	list-style: none;
}

.menu li {
	float: left;
	margin: 0 0 0 5px;
}

.menu a {
	display: block;
	color: #31536C;
	text-decoration: none;
	padding: 2px 4px;
}

.accueil .menu #menu1 a,
.avion .menu #menu2 a,
.services .menu #menu3 a,
.photos .menu #menu4 a,
.partenaires .menu #menu5 a,
.contact .menu #menu6 a {
	color: #ffffff;
	background-color: #cc0000;
}

.content {
	text-align: left;
}

.content .boxcontent {
	position: relative;
	line-height: 1.6em;
}

.content .boxcontent {
	background-image: url(IMG/avion_hp.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 3em 4em 4em 300px;
}

.photos .content .boxcontent {
	padding: 3em 3em 4em;
	background-image: none;
	text-align: center;
}



.content .boxcontent .banner {
	position: absolute;
	top: 3.5em;
	left: -270px;
}

html>body .content .boxcontent .banner {
	position: absolute;
	top: 3.5em;
	left: 3em;
}


.content .boxcontent p {
	margin: 0 0 1em 0;
}





.avion .banner img {
	margin: 0 35px 20px;
	border: solid 5px #E5E9EA;
}

.photos img {
	margin: 0 20px 20px 0;
	border: solid 5px #E5E9EA;
}

.ssmenu {
	position: absolute;
	top: 3.5em;
	left: -340px;
	color: #cc0000;
	list-style: none;
	width: 300px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;	
	font-weight: bold;
	text-align: right;
}

.ssmenu li {
	margin: 0 0 1em;
}

.ssmenu a {
	color: #63A2AA;
	text-decoration: none;
	padding: 2px 5px 2px;
}

.ssmenu a:hover {
	color: #31536C;
}

.services1 #ssmenu1 a,
.services2 #ssmenu2 a,
.services3 #ssmenu3 a,
.services1 #ssmenu1 a:hover,
.services2 #ssmenu2 a:hover,
.services3 #ssmenu3 a:hover {
	color: #ffffff;
	background-color: #31536C;
}

html>body .ssmenu {
	position: absolute;
	top: 3.5em;
	left: -40px;
}


h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #cc0000;
	margin: 0.5em 0 1em 0;
}


h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	ont-weight: normal;
	color: #194F72;
	border: solid #57A8B3;
	border-width: 0 0 1px 0;
	margin: 2em 0 0.9em 0;
}

.infos {
	background-color: #E5E9EA;
	padding: 0.05em 20px 20px;
	margin: 1.5em 0;
}

.infos h2 {
	border: none;
}

.accueil h1, 
.accueil .content .boxcontent p,
.partenaires h1, 
.partenaires .content .boxcontent p,
.contact h1, 
.contact .content .boxcontent p {
	margin-left: 80px;
}

.services h1, 
.services h2,
.services .content .boxcontent p {
	margin-left: 60px;
}

.content .boxcontent ul {
	margin: 0 0 1em 75px;
}

.content .boxcontent li {
	margin: 0 0 1em;
}

.right {
	float: right;
	margin: 0 0 20px 30px;
}

.footer {
	color: #31536C;
	font-size: 0.9em;
	width: 760px;
	margin: 0 auto 5em;
	text-align: right;
}

.footer a {
	color: #31536C;
	text-decoration: none;
}

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

.accueil img {
	border: none;
}
