.unecolonne .contenupage {
    padding: 0 0em 0 0em;
    /*width: 69.5em;*/
  width:973px;
  min-height: 20em;
  clear: both;
}



/* ###### Moteur de recherche PEL/IMT ###### */
.unecolonne .principalRecherche {
  border-top: 1px solid #DEDFDF;
  border-bottom: 1px solid #DEDFDF;
  padding: 5px 0px 5px 0px;
  margin-bottom: 10px;
}

.unecolonne .principalRecherche form {
  background: #0363a8; /* Old browsers */
  background: -moz-linear-gradient(top,  #0363a8 0%, #075790 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0363a8), color-stop(100%,#075790)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0363a8 0%,#075790 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0363a8 0%,#075790 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0363a8 0%,#075790 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0363a8 0%,#075790 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0363a8', endColorstr='#075790',GradientType=0 ); /* IE6-9 */
  
  -pie-background: linear-gradient(#0363a8, #075790);
    behavior: url('?eID=css3pie');


  margin-bottom: 0px;
  padding-left: 10px;
  height: 4.0em;
}

.unecolonne .principalRecherche form label { 
  display: inline; 
  color: #ffffff; 
  top: 0.9em; 
  position: relative;
  margin-right: 30px;
}

.unecolonne .principalRecherche select, .unecolonne .principalRecherche input[type="text"] {
    margin-bottom: 0px;
  margin-left: 5px;
}

.unecolonne .principalRecherche form input[type="submit"] {
  background: #014174;
  background: -moz-linear-gradient(-45deg,  #014174 0%, #042f5f 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#014174), color-stop(100%,#042f5f));
  background: -webkit-linear-gradient(-45deg,  #014174 0%,#042f5f 100%);
  background: -o-linear-gradient(-45deg,  #014174 0%,#042f5f 100%);
  background: -ms-linear-gradient(-45deg,  #014174 0%,#042f5f 100%);
  background: linear-gradient(135deg,  #014174 0%,#042f5f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014174', endColorstr='#042f5f',GradientType=1 );
  
  -pie-background: linear-gradient(#014174, #042f5f);
    behavior: url('?eID=css3pie');

  top: 0.9em; 
  position: relative;
  border: none;
  color: #ffffff;
  height: 1.7em;
  width: 5.5em;
}

.unecolonne .recherche-liste { padding: 3px; clear: both; }
.unecolonne .recherche-liste a { font-weight: bold; font-size: 1.2em; }
.unecolonne .recherche-compte { clear: both; margin-bottom: 20px; }
.unecolonne .recherche-detail { margin: 5px 0px 8px 0px;}

.unecolonne .recherche-entete {
  background: #fdfcfc;
  background: -moz-linear-gradient(top,  #fdfcfc 0%, #f3ede9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfcfc), color-stop(100%,#f3ede9));
  background: -webkit-linear-gradient(top,  #fdfcfc 0%,#f3ede9 100%);
  background: -o-linear-gradient(top,  #fdfcfc 0%,#f3ede9 100%);
  background: -ms-linear-gradient(top,  #fdfcfc 0%,#f3ede9 100%);
  background: linear-gradient(to bottom,  #fdfcfc 0%,#f3ede9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfc', endColorstr='#f3ede9',GradientType=0 );
  
  -pie-background: linear-gradient(#fdfcfc, #f3ede9);
    behavior: url('?eID=css3pie');
  
  float: left;
  width: 100%;
}
.unecolonne .recherche-entete h1 { 
  float: left; 
  font-size: 1.3em;
  margin-left: 10px;
}
.unecolonne .recherche-entete a { 
  float: left; 
  margin-top: 1.6em;
  margin-left: 10px;
}

/*#col_left { padding-right: 10px; width: 48% !important; }*/
.unecolonne #col_left { width: 49% !important; }
.unecolonne #col_right { width: 49% !important; float: right !important; }

/* ###### Fin Moteur de recherche PEL/IMT ###### */