@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
}
	
.floatleft 		{ float: left; }
.clearboth		{ clear: both; font-size: 1px; }
.nomarginleft 	{ margin-left: 0; }
.nomarginright 	{ margin-right: 0; }
.left 			{ text-align: left; }
.right 			{ text-align: right; }
.center 		{ text-align: center; }

.caps			{ text-transform: uppercase; }

.white			{ color: #fff;	}
.marine			{ color: #023f52; }

.px10			{ font-size: 10px; }
.px11			{ font-size: 11px; }
.px12			{ font-size: 12px; }
.px14			{ font-size: 14px; }
.px18			{ font-size: 18px; }
.px22			{ font-size: 22px; }

body {
	background: #fff url(../img/bg.jpg) repeat-x;
}

#container {
	width: 875px;
	margin: auto;	
}

#content2 {
	height: 500px;
	background: url(../img/bg_content2.jpg) no-repeat top left;
}

#content {
	height: 500px;
	background: url(../img/bg_content.jpg) no-repeat top left;
}


.flash-avion {
	margin-top: 45px;
}

.title-step {
	margin: 20px 0 0 100px;	
}
.title-step3 {
	margin: 20px 0 0 70px;	
}


.title-step2 {
	margin: 20px 0 0 40px;	
}

.form-step {
	width: 300px;
	height: 360px;
	margin: 0px 0 0 90px;
	padding: 0 20px;
	font-size: 11px;
	background: url(../img/bg_form.png) no-repeat top left;
}


.field {
	width: 130px;
	height: 32px;
	padding: 0 5px;	
}


.field-alt {
	height: 32px;
	padding: 0 5px;	
}

.form-step label {
	display: block;
	height: 14px;
}

.form-step select {
	width: 125px;	
	font-size: 11px;
	border: 1px solid #023f52;
}

.input-text {
	width: 100px;
	height: 17px;
	font-size: 11px;
	border: 1px solid #023f52;
}

.input-submit {
	width: 195px;
	height: 44px;
	margin: auto 0 auto 50px;
	border: 0;
	background: url(../img/bg_submit.png) no-repeat top left;
}

#menu {
	height: 40px;
	margin: 10px auto;
}

.tab {	
	width: 142px;
	height: 35px;
	margin: 0 1.5px;
	background: url(../img/bg_aqua-button.png) no-repeat top left;
}

#menu a {	
	display: block;
	margin: auto;
	color: #fff;
	font-size: 13px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#footer {
	font-size: 10px;
	text-align: right;	
}