* {margin:0px; padding: 0px;} /* td,th { border:1px solid red; } div.tableau { border:1px solid black; background-color : #CCFFCC; } */ /* span {border:1px solid blue; } */ /* div {border:1px solid blue; } */ /******************************************************************************/ /* Général */ .center { text-align : center; } .right { text-align : right; } body { font-family : arial,verdana, sans-serif; font-size : 12px; background-color : #FCEBCA; } #global { width : 950px; margin-left: auto; margin-right: auto; background-color : #FFFFFF; } #entete_haut { height : 30px; background-color : #339999; padding-top : 15px; padding-left : 30px; color : white; font-size : 18px; /* font-weight : bold; */ font-family : comic sans ms, verdana, arial, sans-serif; } #entete_bas { height : 10px; background-color : #006666; background-image : url(images/arrondi_blanc.gif); background-repeat : no-repeat; background-position : top right; } #corps { border-left : 1px solid #99CCCC; border-right : 1px solid #99CCCC; } #corps2 { margin-left : 11px; border-left : 1px solid #99CCCC; /* border-right : 1px solid #99CCCC; */ padding : 30px; } #pied { height : 20px; } #pied_gauche { height : 20px; width : 15px; background-color : #CC6600; } #pied_droit { margin-left : 15px; margin-top : -20px; height : 20px; background-color : #006666; } /******************************************************************************/ /* Titres */ h1 { font-size : 18px; color : #006666; font-weight : bold; background-image : url(images/puce_h1.gif); background-repeat : no-repeat; padding-left : 30px; padding-bottom : 10px; /* height:100px; */ } h2 { font-size : 16px; color : #006666; font-weight : bold; padding-bottom : 10px; } /******************************************************************************/ /* Tableaux */ table { border-collapse : collapse; margin-top : 20px; margin-bottom : 20px; } th { background-color : #669999; border: #000000 1px solid; padding-top : 2px; padding-bottom : 2px; padding-right : 5px; padding-left : 5px; font-family : Arial; font-size : 12px; color : #FFFFFF; text-align : left; /* CACE : font-size : 14px; color : #006666; font-weight : bold; */ } td { background-color : #FFFFFF; border : 1px solid #66669D; padding-top : 0px; padding-bottom : 0px; padding-right : 10px; padding-left : 10px; font-family : Arial; font-size : 12px; color : #000000; } /******************************************************************************/ /* Formulaires */ .form_criteres { margin-left : 30px; margin-top : 10px; width : 285px; } .label_form { float : left; width : 130px; text-align : right; } .obligatoire { font-family : "Courier New"; font-size : 12px; /* border : 1px solid #ADADAD; */ padding-left : 2px; color : black; background : #FFFF99; } .facultatif { font-family : "Courier New"; font-size : 12px; /* border : 1px solid #ADADAD; */ padding-left : 2px; color : black; background : #FFD9C4; } .boutonCommande { font-family: Arial; font-size: 12px; color: #FFFFFF; background-color: #669999; height: 22px; /* width: 80px; */ cursor: hand; margin-bottom : 8px; margin-top : 8px; } .boutonCommandeDisabled { font-family: Arial; font-size: 12px; color: #FFFFFF; background-color: #96BDB8; height: 22px; /* width: 80px; */ cursor: default; margin-bottom : 8px; margin-top : 8px; } /******************************************************************************/ /* Commentaires */ #zone_commentaires { position : relative; } #nouveau_commentaire { width : 300px; height : 200px; position: absolute; top: 0; right: 30px; } #anciens_commentaires { width : 550px; } #positionRXP { width: 350px; margin-left : 12px; } #positionREA { margin-left : 370px; margin-top : -17px; margin-bottom : 10px; } div.commentaire { width:550px; margin-bottom: 20px; } div.ligne_commentaire { border : #66669D 1px solid; padding : 2px 2px 2px 2px; } div.commentaire div.commentaire_vuRXP { background-color: #FFCC00; width: 350px; margin: 10px; } div.commentaire div.commentaire_vuREA { background-color: #00FF22; width: 170px; position: absolute; margin-left : 400px; } /******************************************************************************/ /* Autres */ .feu { height: 20px; width: 20px; } .commentaire form input, .vuRXP form input { margin-bottom : -8px; } .label { width : 410px; margin-left : 10px; margin-right : 10px; } .information { font-family : "Courier New"; font-size : 12px; border : 1px solid #ADADAD; padding-left : 2px; padding-right : 2px; color : black; background : #CCFFCC; } /******************************************************************************/ /******************************************************************************/ /* div.titre1 { width : 400px; font-size : 18px; font-weight : bold; text-align : center; color : green; margin-left: auto; margin-right: auto; border: 3px solid green; } div.titre2 { width : 400px; font-size : 16px; text-align : center; color : green; margin-left: auto; margin-right: auto; margin-top : 20px; border: 2px solid green; } .corps form span { display:block; float:left; width:100px; height:25px; overflow:auto; border:1px solid blue; } .corps form { clear:both; } .clear { display:block; clear:both; visibility:hidden; } */