/* partie formulaire de recherche */
#searchBox { border: 1px solid #CCC; border-width: 0 0 1px 0; padding: 0 0 15px 0; }
#searchBox table { width: 470px; border-spacing: 6px; border-collapse: separate; margin: 0 0 0 25px; }
#searchBox td { font-weight: normal; vertical-align: middle; }
#searchBox td.stepNumber { padding: 0 4px; height: 20px; width: 12px; text-align: center;  vertical-align: middle; background: #0060B6; color: #FFF; font-size: 1.3em; font-weight: bold; }
#searchBox td.stepText { font-size: 1.2em; font-weight: bold; font-variant: small-caps; }

#searchBox label { font-weight: normal; }
#searchBox input.submit { margin: 0 0 0 88px; }
#searchBox input[type="radio"] { margin: 0 6px 0 25px; }
#searchBox input[type="checkbox"] { margin: 0 6px 0 0; }
#searchBox select { margin: 0 0 0 25px; }
#searchBox #q { width: 262px; margin: 0 0 0 25px; }


/* listing apres recherche */
table#listingDemande tr th { font-weight: bold; padding: 2px 2px 2px 0; }
table#listingDemande tr td { padding: 2px 2px 2px 0; font-size: 0.95em; }
table#listingDemande tr td a { font-size: 1em; }
table#listingDemande tr td.date { width: 45px; }
table#listingDemande tr td.intitule { width: 200px; }
table#listingDemande tr td.poste { width: 130px; }

table#listingOffre tr th { font-weight: bold; padding: 2px 2px 2px 0; }
table#listingOffre tr td { padding: 2px 2px 2px 0; font-size: 0.95em; }
table#listingOffre tr td a { font-size: 1em; }
table#listingOffre tr td.date { width: 45px; }
table#listingOffre tr td.intitule { width: 200px; }
table#listingOffre tr td.societe { width: 130px; }

p.seeAll { margin: 5px 0 0 0; }
p.seeAll a { font-size: 0.95em; }


/* fiche detaillee */
#ficheOffre { border: 1px solid #EEE; padding: 4px; margin: 15px 0 2px 0; }
#ficheOffre h4 { padding-bottom: 5px; margin-top: 0; border: 1px solid #DDD; border-width: 0 0 1px 0; }
#ficheOffre table tr td { padding: 2px 0; vertical-align: top; }
#ficheOffre table tr th { padding: 2px 0; width: 125px; font-weight: bold; vertical-align: top; }
#ficheOffre fieldset { margin: 8px 0; border: 1px solid #EEE; border-width: 1px 0 0 0; }
#ficheOffre fieldset legend { font-size: 1.1em; color: #FF7F00; padding: 0 5px; }
#ficheOffre fieldset.identity { border: 0; }
#ficheOffre table tr td.societe { font-size: 1.2em; color: #000; padding: 0 0 0 0; font-weight: normal; }
#ficheOffre table tr td.societe span { font-size: 0.9em; color: #333; font-weight: bold; }

#ficheDemande { border: 1px solid #EEE; padding: 4px; margin: 15px 0 2px 0; }
#ficheDemande h4 { padding-bottom: 5px; margin-top: 0; border: 1px solid #DDD; border-width: 0 0 1px 0; }
#ficheDemande table tr td { padding: 2px 0; vertical-align: top; }
#ficheDemande table tr th { padding: 2px 0; width: 190px; font-weight: bold; vertical-align: top; }
#ficheDemande fieldset { margin: 8px 0; border: 1px solid #EEE; border-width: 1px 0 0 0; }
#ficheDemande fieldset legend { font-size: 1.1em; color: #FF7F00; padding: 0 5px; }
#ficheDemande fieldset.identity { border: 0; }
#ficheDemande table tr td.name { font-size: 1.2em; color: #000; padding: 0 0 6px 0; font-weight: normal; }


/* formulaire de depot d'offre */
#newDep table tr td { padding: 2px 0; vertical-align: middle; }
#newDep table tr td:first-child { width: 40%; }
#newDep input[type="text"] {  }
#newDep select { margin: 0; }
#newDep p input[type="text"] { width: 350px; margin-bottom: 4px; }
#newDep input.submit { margin: 10px 0 0 5px; }

#newRec table tr td { padding: 2px 0; vertical-align: middle; }
#newRec table tr td:first-child { width: 26%; }
#newRec input[type="text"] {  }
#newRec select { margin: 0; }
#newRec p input[type="text"] { width: 350px; margin-bottom: 4px; }
#newRec textarea { width: 350px; }
#newRec input.submit { margin: 10px 0 0 5px; }