.tabs {
	float: left;
	width: 300px;
	text-decoration: none;
	height: 31px;
	position: relative;
	top: 0px;
	padding-top: 0px;
}
#onglet {
	height: 31px;
	line-height: 15px;
}
#w1Tabs {
	float: left;
	height: 29px;
	text-align: center;
	padding-top: 3px;
}
.w1_text {
	padding-left: 5px;
}
#w2Tabs {
	float: left;
	height: 29px;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.w2_text {
	padding-left: 8px;
}
#w3Tabs {
	float: left;
	height: 29px;
	text-align: center;
	padding-top: 3px;
}
/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	height:29px;
	width: 300px;
	float: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* single tab */
ul.tabs li {
	list-style-image:none !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #013f5c;
	display: inline;
	font-weight: bold;
	text-indent: 0px;
	height: 33px;
	line-height: 15px;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	font-size:12px;
	height: 33px;
	text-align:center;
	text-decoration:none;
	color:#013f5c;
	margin:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 33px;
	float: left;
	padding-top: 0px;
}

/* when mouse enters the tab move the background image
ul.tabs a:hover {
	background-position: -4px -38px;
	color:#013f5c;
		
} */

/* active tab uses a class name "current". it's highlight is also done by moving the background image.*/
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position:  -4px -71px;
	cursor:default !important;
	color:#013f5c !important;
} 

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 		{
	background-position: -4px -3px;
	width:145px;
}
ul.tabs a.w1:hover 	{
	background-position: -4px -124px;
	width:145px;
}
ul.tabs a.w1current {
	background-position: -4px -124px;
	width:145px;
}

/* width 2 */
ul.tabs a.w2 			{
	background-position: -71px -3px;
	width:135px;
}
ul.tabs a.w2:hover 	{
	background-position: -71px -124px;
	width:135px;
}
ul.tabs a.w2current {
	background-position: -71px -124px;
	width:135px;
}

/* width 3 */
ul.tabs a.w3 		{ background-position: -118px -3px; width:180px; }
ul.tabs a.w3:hover 	{ background-position: -118px -124px; width:180px;}
ul.tabs a.w3current { background-position: -118px -124px; width:180px;}



/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
}
#boites {
	clear: both;
	float: left;
	width: 310px;
	height: 480px;
	margin-top: -2px;
}

#titre_searchbox {
	font-size: 16px;
	color: #1f4d83;
	float: left;
	position:absolute;
	left:10px;
	width: 285px;
	text-align: center;
	font-weight: bold;
	
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 30px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	
	
		
}

#searchBox1 {
	background-repeat: no-repeat;
	width: 307px;
	height: 392px;
	text-align: center;
	padding-top: 60px;
	padding-left: 5px;
	clear: left;
	float: left;
}
#searchBox2 {
	background-repeat: no-repeat;
	clear: left;
	float: left;
	width: 307px;
	height: 550px;
	padding-top: 60px;
	text-align: center;
	padding-left: 5px;
}
#searchBox3 {
	boitesbackground-image: url(/images/derniereMinute_1.png);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	width: 307px;
	height: 550px;
	text-align: center;
	padding-top: 60px;
	padding-left: 5px;
}
.images_background_forfaits  {
	width: 69px;
	float: left;
	background-position: left;
	height: 33px;
	text-align: center;
}
.images_background_vols {
	float: left;
	width: 48px;
	height: 33px;
	background-position: left;
	text-align: center;
}
.images_background_derniereMinute {
	float: left;
	width: 193px;
	background-position: left;
	height: 33px;
	text-align: left;
}
#boites_formulaire {
	float: left;
	width: 300px;
	height: 33px;
}
#derniere_minute_positionnement {
	float: left;
	margin-left: -15px;
}
.placement_loader {
	margin-left: 100px;
	margin-top: 175px;
	clear: left;
	float: left;
}
#phrase_sous_loader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	float: left;
	clear: left;
	width: 300px;
	margin-top: -15px;
}


a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
