/**********************************************************************/
/* @file repertoire_recherche_avancee.css         	          		  */
/* @brief Ce fichier met en forme le repertoire de l'intranet du CDES */
/**********************************************************************/
/* @htmlinclude copyright_mediaprojets.html                		      */
/* @since 2011-03-30                                       		      */
/* @date 2011-03-30                                       		      */
/* @author Didier RIBIERE                                  		      */
/**********************************************************************/

/**********************************************************************/
/*  STYLE GENERAL                                                     */
/**********************************************************************/



/**********************************************************************/
/*  PROPRE A LA VUE DE RECHERCHE AVANCEE                              */
/**********************************************************************/

div#ViewRechercheAvancee { width: 1250px; height: 45px ; font-size: 0.90em; border: solid #064C7E; border-width: 1px 0px 1px 0px; padding: 10px 0px 10px 0px; }
div#ViewRechercheAvancee form { width: 413px; margin: 0px 0px 0px 0px; display: inline; }
div#ViewRechercheAvancee span:first-child { margin: 0px 0px 0px 5px; }
div#ViewRechercheAvancee span { margin: 0px 0px 0px 12px!important; }
div#ViewRechercheAvancee input.date { width: 30px; margin: 0px 3px 0px 0px; }
div#ViewRechercheAvancee label {margin-right : 6px;margin-left:-6px;}

/**********************************************************************/
/*  PROPRE A LA VUE DE RECHERCHE AVANCEE                              */
/**********************************************************************/

div#ViewRechercheAvanceeResultats { width: 1206px; min-height: 340px; margin: 30px 0px 0px 0px; padding: 0px 22px 0px 22px; }
div#ViewRechercheAvanceeResultats div.repertoire_onglet { width: 110px; height: 35px; font-family: verdana; font-weight: bold; font-size: 13px; text-align: center; border: 1px solid #064C7E; margin: 0px 3px 0px 0px; padding: 10px 20px 0px 20px; display: inline-block; position: relative; z-index: 100; cursor: pointer; }
div#ViewRechercheAvanceeResultats div.repertoire_panneau { background: #E6EEF1; width: 1190px; min-height: 300px; border: 1px solid #064C7E; margin: -1px 0px 0px 0px; padding: 10px 7px 10px 7px; display: none; position: absolute; z-index: -1; }
div#ViewRechercheAvanceeResultats div.repertoire_panneau table { width: 100%; text-align: center; border: none; }
div#ViewRechercheAvanceeResultats div.repertoire_panneau table td { width: 50%; }
div#ViewRechercheAvanceeResultats div.repertoire_panneau table td span { margin: 0px 20px 0px 0px; }
div#ViewRechercheAvanceeResultats div.repertoire_panneau table td span:last-child { margin: 0px 0px 0px 0px; }

div#ViewExportsCsv_panneau select { min-width: 100px; }
div#ViewExportsCsv_panneau input[type="image"] { margin: 0px 25px 0px 25px; border: none; }
