/* en tete */
#entete_recherche{
	margin-bottom:20px;
	text-align:justify;
	float:left;
}

  #img_entete{
    float:right;
    margin-left:50px;
  }
  
  h2.titrePage{
  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/fond_titre_derniere_minute.gif);
  	background-repeat:no-repeat!important;
  	line-height:30px;
  	height:39px;
  	display:block;
    text-transform: uppercase;
    font-weight: bold;
    font-size:15px;
    color:#80A313;
    
  }
  
  #fs_derniere_minute{
  	border:none;
  	background-color:#80A313;
  	width:560px;
  	padding:15px 10px 10px 30px;
  	margin:0;
  	color:#ffffff;
  	font-size:12px;
  	background-image: url(../img/fond_bas_recherche.gif);
  	background-repeat: no-repeat;
  	background-position: bottom;
  	padding-bottom:30px;
  }
  
  label.lbl_derniere_minute{
    width:250px;
    display:block;
    float:left;
  }
  
  select.lst_derniere_minute{
    width:160px;
  }
  
  #a_valid_form{
    background:#DF003A none no-repeat scroll 0 0;
    color:#FFFFFF;
    font-weight:bold;
    line-height:20px;
    padding:4px 50px 4px 25px;
    text-decoration:none;
  	float:right;
  	margin-top:10px;
  }