@charset "utf-8";

body {
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF !important;
}
p {
	margin: 0px;
	padding: 0px;
}

#container {
	background-image: url(/images/bcg_site.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 900px;
}
.section {
	max-width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo {
	padding-top: 25px;
	padding-bottom: 0px;
	text-align: center;
}

#logo p {
	font-size: 11px;
	line-height: 11px;
	color: #F5F5F5;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}
#logo img {
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#menu {

}
.menu {
	font-size: 12px;
	line-height: 44px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 700;
}
.menu:hover {
	text-decoration: underline;
}
#airplane {
	background-image: url(/images/airplane.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 199px;
	margin: 0px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#airplane_small {
	background-image: url(/images/airplane_small.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 199px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content {
	background-image: url(/images/bcgContent.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	max-width: 754px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#content p {
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#content_site {
	background-repeat: repeat;
	background-position: 0px 0px;
	max-width: 754px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_site_contact {
	background-repeat: repeat;
	background-position: 0px 0px;
	max-width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_site  p {
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#title {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#title h1 {
	font-size: 25px;
	line-height: 70px;
	font-weight: 700;
	color: #252a2e;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#cap {
	background-image: url(/images/cap.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 175px;
	width: 295px;
	position: relative;
	left: -175px;
	top: -5px;
	z-index: 0;
}
#air {
	background-image: url(../images/bcg_contact.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 286px;
	z-index: 0;
	width: 100%;
}
.big {
	font-size: 18px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #949494;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 40px;
}
.col30 {
	float: left;
	width: 30%;
}
.col50 {
	float: left;
	width: 50%;
}
.col70 {
	float: left;
	width: 70%;
}
.col50 p {
	font-size: 12px;
	color: #414b52;
}
.menu_footer {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	color: #414b52;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #949494;
	padding-left: 12px;
}
.menu_footer:hover {
	text-decoration: underline;
}
.menu_footer:first-child {
	padding-left: 0px;
}
.menu_footer:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
label {
	font-size: 13px;
	line-height: 18px;
	color: #252a2e;
	display: block;
	margin-top: 0px;
	padding-left: 30px;
}
input[type=text] {
	background-color: transparent;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #363c41;
	width: 35%;
	height: 35px;
	margin-left: 20px;
	font-size: 16px;
}
.btnLogin {
	margin-left:20px;
	background-color:#000066;
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	padding-bottom:7px;
	color:#FFFFFF;
	text-decoration:none;
	border-radius: 5px;
}
textarea {
	background-color: transparent;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #363c41;
	width: 90%;
	border-top-width: 1px;
	border-top-color: #363c41;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100px;
}
#frame_contact {
	border: 1px solid #363c41;
	width: 100%;
}
.padding {
	padding: 40px;
}
#btnSubmit {
	margin: 0px;
	border: 1px solid #363c41;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	background-color: transparent;
	line-height: 22px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#btnSave {
	margin: 0px;
	border: 1px solid #363c41;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	background-color: transparent;
	line-height: 22px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#btnBack {
	margin: 0px;
	border: 1px solid #363c41;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #000000;
	line-height: 22px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #FFFFFF;
}
#btnEnd {
	margin: 0px;
	border: 1px solid #363c41;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #FF0000;
	line-height: 22px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #FFFFFF;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2  {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	color: #252a2e;
	text-align: center;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3  {
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	color: #252a2e;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.tdTitle {
	font-family: Tahoma;
	font-size: 16px;
	color: #161616;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tdSubTitle {
	font-family: Tahoma;
	font-size: 11px;
	color: #4F598F;
	text-decoration: none;
}
ol {
	margin: 0px;
	padding: 0px;
}
ol  li {
	font-size: 13px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	font-size: 13px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: justify;
}
ul  ul li {
	font-size: 13px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: justify;
}
#content_site_statut   {
	background-image: url(../images/bcg_statut.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#content_site_statut  p {
	text-align: justify;
	font-size: 13px;
	line-height: 20px;
}
.paragraph {
	text-align: center !important;
	margin-top: 30px;
	margin-bottom: 10px;
}
*:focus {
	outline: none;
}
#radioEtat {
	float: left;
}
#radioKontr {
	float: left;
}
.ttitle {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
