/* * BOUTON LORS DE LA CREATION / MODIFICATION D'UNE NOTICE DANS L'ENTETE */ .options { float: left; width: 100%; background: #222; } .options input { float: left; width: 33.33%; background: none; border: none; color: #fff; padding: 6px 0; font-size: 1.1rem; border-right: 1px solid #ddd; cursor: pointer; margin: 0; } .options input:hover { background: #333; } .options input#lnkEnregistrer { background: #4da432; } .options input#lnkEnregistrer:hover { background: #4c9644; } .options input#AnnulerMod { background: #d62151; } .options input#AnnulerMod:hover { background: #c92742; } /* * AUTRES */ #selTypeNotice table#selTypeNoticeTable td h3, #selTypeNotice table#derivationNoticeTable td h3 { margin-top: 0; } #editor, #voir { width: 49%; margin: 0 2% 0 0; float: left; } #editor { background: #fff; } #ongletmenu { width: 49%; position: relative; top: -58px; background: #fff; } #ongletmenu_titre { float: left; width: 90%; padding: 10px 5%; background: #e28c05; color: #fff; height: 38px; font-size: 1.7rem; font-weight: 600; text-transform: uppercase; } #saisie { float: left; width: 100%; } #ongletmenu { float: right; font-style: normal; display: block; margin: 0; cursor: pointer; z-index:0; } #ongletmenu, #ongletmenu a { color: #333; font-weight: 600; } #ongletmenu ul { float: left; width: 90%; margin: 10px 5%; padding: 0; } #ongletmenu ul li { list-style:none; line-height: 30px; border-bottom: 1px solid #ddd; } #ongletmenu ul li ul { width: 95%; margin: 0 0 0 18px; padding: 0 5% 0 0; } #ongletmenu ul li ul li a { font-weight: normal; text-decoration: none; } #z0xx .entete,#z1xx .entete,#z2xx .entete,#z3xx .entete,#z4xx .entete,#z5xx .entete,#z6xx .entete,#z7xx .entete,#z8xx .entete,#z9xx .entete { margin: 0; padding: 5px 10px; background: #F8F8F8; cursor: pointer; } #z0xx,#z1xx,#z2xx,#z3xx,#z4xx,#z5xx,#z6xx,#z7xx,#z8xx,#z9xx { float: left; width: 100%; } #selTypeNoticeTable, #derivationNoticeTable { width: 98%; border-collapse: collapse; border-spacing: 0; } #editor input { width: 93%; } #editor select.combozone { width: 93%; } #editor em { display: block; } #editor div.entete em { display: inline; } #editor .options input { width: 33.33%; } #editor .error, #editor .infoBulleError { z-index: 100; } .selType input[type="text"] { width: 50%; margin: 0 25% 20px 25%; font-size: 1.2rem; } .selType input[type="text"]::placeholder { text-transform: lowercase; text-align: left; } #deriverNoticeReponse { font-size: 1.2rem; width:50%; margin-left:25%; margin-right:25%; overflow:auto; text-align:center; border-width:1px; border-style:solid; border-color:black; } #derivation_lienppn{ font-weight: bold; }