/* CSS Document */


/*FORMS Global*/
form {margin:0px;padding:0px;}
input[type=text]:focus,
select:focus {}
input[type=text],
input[type=password]{background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #EEE; font-family: inherit; font-size: 1em; margin: 0; padding:0 4px; vertical-align: middle; height: 28px; color: #000}
select {color: #000; padding:5px; width:260px; border: 1px solid #EEE; margin: 0px;}
textarea {font-family: inherit; font-size: 1em; color: #000; border-color: #EEE;/*gris clair*/; border-width: 1px; border-style: solid; margin: 0px; padding:0 4px;}
input[type=file]{font-family: inherit; font-size: 1em; width: 250px; border: 0 none; margin: 0px; padding: 2px;}

input.update_small,
input.delete_small {margin:2px;margin-top:0px;margin-bottom:0px;}

input.mots_cles_ok {background: #00798C; border:0}
input.mots_cles_ok:hover{background: #004059;}

/*Recherche d'un collège à partir d'une adresse*/
.block-search input[type=text] {outline: medium none; font-family: 'Din', Arial, sans-serif; font-size: 1.7em;}

/*FORMS particulier*/
textarea.xxl_libelle {width:350px}
input.xxl_libelle,
select.xxl_libelle,
textarea.xl_libelle {width:250px} 
select.xl_libelle {width:250px;height:100px}
input.large_libelle,
select.large_libelle {width:120px} 
input.medium_libelle,
select.medium_libelle {width:60px}
input.small_libelle {width:30px}


/********************* FIELDSET PAR DEFAUT *********************************/
fieldset.basket_fieldset,
fieldset.config_fieldset {float:left; clear:both; width:660px; padding:0px; margin:0px; margin:0 20px 20px; background: #F5F5F5; border: 0}
legend.titre_fieldset {height:22px; background: #000; color: #FFF; margin-left:10px; font-family: 'Din', Arial, sans-serif; font-size: 1.7em; text-transform: uppercase; padding: 5px}
legend.collapsed {cursor:pointer;}
select.srce_container {width:655px;height:100px}
select.dest_container {width:620px;height:100px}
textarea.expression_container {width:655px;height:50px}

/*****************************Filtre de recherche en haut des fiches*************************/
div.filtre_element select { width: 340px; min-height: 30px;}


/*SELECT du nombre de ligne de la pagination 10... 20 .... 30*/
select.pagination_ligne {float:left; width:50px; margin: 2px 3px 0 10px}
/*SELECT de la pagination en haut des baskets avec les fleche |< <    > >|*/
select.pager {float:left;width:75px;margin:2px}

/*Surcharge le style des boites de texte enrichit*/
span#refd_description_parent table.mceLayout {border: 1px solid #EEE;}
span#refd_description_parent table.mceLayout tr.mceFirst td {border:0px  }
span#refd_description_parent  table.mceLayout tr.mceLast td {border-bottom:0px;border-top: 1px solid #EEE;}