/* en tete */
#entete_recherche{
	margin-bottom:20px;
	text-align:justify;
	float:left;
}

  #img_entete{
    float:right;
    margin-left:50px;
  }
  
  h2.titrePage{
  color:#CF1111;
  font-family:tahoma,helvetica,arial,sans serif;
  font-size:17px;
  font-weight:bold;
  margin:0;
  padding:4px 0 10px;
  text-transform:uppercase;
  }
  
#div_contenu{
  clear:both;
  padding-top:40px;
  width:600px;  
  margin:auto;
}

  #sp_legend_derMinute{
  	background:url(../img/hautrechercher.gif);
  	background-repeat:no-repeat!important;
  	background-color:#afb8ce;
  	line-height:30px;
  	display:block;
  	width:90px;
  	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size:13px;
  }
  
  #fs_derniere_minute{
  	border:none;
  	background-color:#7E8EB7;
  	width:560px;
  	padding:15px 10px 10px 30px;
  	margin:0;
  	color:#ffffff;
  	font-size:12px;
  }
  
  label.lbl_derniere_minute{
    width:250px;
    display:block;
    float:left;
  }
  
  select.lst_derniere_minute{
    width:160px;
  }
  
  #a_valid_form{
    background: #111624 url(../img/superieurlancerlarecherche.gif);
  	background-repeat:no-repeat!important;
  	background-position: left center!important;
  	padding:4px 10px 4px 20px;
  	color:#ffffff;
  	font-weight:bold;
  	text-decoration:none;
  	line-height:20px;
  	padding:4px 20px 4px 25px;
  	float:right;
  	margin-top:10px;
  }