#resultActions {
	clear: left;
	padding-top: 5px;
}

#resultActions p#resultActionsText {
	margin: 0px;
	margin-bottom: 2px;
	font-size: 15px;
	float: left;
	width: 330px;
	padding-right: 10px;
}

.legendCell {
	vertical-align:top;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  width: 100%;
  margin-right: 5px;
}

.inputs .input {
  clear: left;
  display: block;
  width: 220px; /* for ie at least */
  position:relative;
}


.inputs.input label {
 width: 260px;
 padding: 0;
 margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
 text-align: left;
}

.inputs .input input {
 /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
 width:220px;
}

#content form .fieldset-rightInfo fieldset p.fieldset-info {
 font-size:1em;
 margin-left: 5px;
 padding-top:10px;
 
}

.fieldset-rightInfo {
 width: 240px;
 position: relative;
 
 padding: 0em 1em 1em 0em;
 /* ici ou dans form fieldset */
  font-size: 1.4em;
}

#filterSection {
	border:1px solid lightgrey;
	background-color:#F4F4F4;
	margin-top: -10px;
	padding:5px;
	width:730px;
}

#filterSection form{
	margin-right: 0px;
}

#filterSection #typeTrajet,  #filterSection #vehiculeTrajet{
	font-size: 13px;
	padding:0 1em 1em 0;
	position:relative;
}

#filterSection #infosTrajet {
	font-size: 13px;
	position:relative;
}

#infosTrajet {
	width: 100%;
}

#adresses, #horaires {
	width: 100%;
}

#labelDepart, #labelArrivee {
	float:left;
	width:60px;
}

#inputDepart {
	float:left; 
	width: 250px;
}

#paysDepart {
	float:left; 
	width:100px;
}

#horaireDepart {
	float:left; 
	width: 310px;
}

#labelHoraireDepart {
	padding-left:5px; 
	padding-right: 5px;
}

#labelDateAller {
	padding-left:5px; 
	padding-right: 5px;
}

#arrivee, #depart {
	clear:left; 
	float:left;
	width: 100%; 
	padding-top: 1px;
	height: 30px;
}

#paysArrivee {
	float:left; 
	width:100px;
}

#horaireRetour {
	float:left; width: 310px; 
}

#labelHoraireRetour {
	padding-left:5px; 
	padding-right: 7px;
}

#labelDateRetour {
	padding-left:5px; 
	padding-right: 7px;
}

div.form-actions {
	clear:left; 
	text-align: right; 
	padding-top: 0px;
}
#arrivee div.input div, #depart div.input div{
	margin-top: 5px;
}

#spotedPointsDiv {
	clear: left;
}
	
#spotedPointsDiv div.input div.input {
	float:left;
	margin-right: 5px;
}

#spotedPointsDiv div.input div.input label {
	margin-right: 30px;
	color:#00284B;
	font-weight:bold;	
}

a#inscrivezVous {
	float: left;
}

a#connectezVous {
	float: left;
	padding-left: 15px;
}
