/* BLOC RECHERCHER VOLS/VOYAGES */

#bloc_rechercher {
	float: left;
	height: 224px;
	/*background-image: url(../../images/rechercher_fond.jpg);
	background-repeat: no-repeat;*/
	overflow: hidden;
	width: 460px;
}

#bloc_rechercher h2 {
}

#rechercher_contenu {
	clear: both;
}

#bloc_rechercher ul
{
	margin: 0;
}

#bloc_rechercher li
{
	margin: 0;
	float: left;
	list-style: none;
	height: 34px;
}

#rechercher_vols_contenu {
	padding-left: 10px;
	padding-top: 13px;
	padding-right: 8px;
	padding-bottom: 9px;
	color: #ffffff;
	font-size: 13px;
	/*width: 370px;*/
	width: 438px;
	font-weight: bold;
}

#rechercher_vols_contenu h3 {
	padding-left: 10px;
	margin-bottom: 4px;
	background-image: url(../../images/puce1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
}

#rechercher_vols_contenu .ligne {
	line-height: 26px;
	height: 26px;
}

#rechercher_vols_contenu .colonne1 {
	width: 175px;
	float: left;
	overflow: hidden;
}

#rechercher_vols_contenu .colonne1 input {
	margin-right: 3px;
}

#rechercher_vols_contenu .colonne1 #edDestination {
	width: 170px;
}

#rechercher_vols_contenu .colonne2 {
	width: 177px;
	float: right;
	overflow: hidden;
}

#rechercher_vols_contenu .colonne2 input {
	margin-right: 3px;
	margin-left: 3px;
	width: 77px;
}

#rechercher_vols_contenu .colonne2 .bandeau_boutons {
	margin-top: 30px;
	text-align: right;
}

#rechercher_vols_contenu .colonne2 .bandeau_boutons a {
	display: block;
	color: #032639;
	margin-bottom: 2px;
	margin-right: 4px;
}

#rechercher_vols_contenu .colonne2 .bandeau_boutons input {
	margin-right: inherit;
	margin-left: inherit;
	width: auto;
}

#bloc_rechercher #rechercher_vols {
	clear: both;
	background-image: url(../../images/rechercher_vols_fond_large.png);
	background-repeat: no-repeat;
	height: 222px;
}

#bloc_rechercher #rechercher_voyages {
	clear: both;
	background-image: url(../../images/rechercher_voyages_fond_large.jpg);
	background-repeat: no-repeat;
	height: 145px;
}

#rechercher_voyages_contenu {
	padding-left: 10px;
	padding-top: 13px;
	padding-right: 8px;
	padding-bottom: 9px;
	color: #ffffff;
	font-size: 13px;
	width: 370px;
}

#rechercher_voyages_contenu h3 {
	padding-left: 10px;
	margin-bottom: 4px;
	background-image: url(../../images/puce1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
}

#rechercher_voyages_contenu .ligne {
	line-height: 26px;
	height: 26px;
}

#rechercher_voyages_contenu .colonne1 {
	width: 175px;
	float: left;
	overflow: hidden;
	height: 108px;
}

#rechercher_voyages_contenu .colonne2 {
	width: 177px;
	height: 108px;
	float: right;
	overflow: hidden;
}

#rechercher_voyages_contenu .bandeau_boutons {
	clear: both;
	margin-top: 0px !important;
	text-align: right;
	float: right;
}

#rechercher_voyages_contenu .bandeau_boutons a {
	display: block;
	color: #032639;
	margin-bottom: 2px;
	margin-right: 4px;
}

#rechercher_voyages_contenu .bandeau_boutons input {
	margin-right: inherit;
	margin-left: inherit;
	width: auto;
}

#rechercher_voyages_contenu label {
	float: left;
	width: 60px;
}

#rechercher_voyages_contenu #idDestination {
	width: 170px;
}

#rechercher_voyages_contenu #cbDate {
	width: 80px;
}

#rechercher_voyages_contenu #idDuree {
	width: 170px;
}

#rechercher_voyages_contenu #idFormule {
	width: 170px;
}

#rechercher_voyages_contenu #idToursOp {
	width: 170px;
}

#rechercher_voyages_contenu #idBudget {
	width: 170px;
}

/* EOF */

