#set($cssHeader=$templateLogic.getComponentLogic().getPageUrl("HeaderCss")) #set($cssMenu=$templateLogic.getComponentLogic().getPageUrl("MenuCss")) #set($cssContent=$templateLogic.getComponentLogic().getPageUrl("ContentCss")) #set($cssNews=$templateLogic.getComponentLogic().getPageUrl("NewsCss")) #set($cssFooter=$templateLogic.getComponentLogic().getPageUrl("FooterCss")) @import "$cssHeader"; @import "$cssMenu"; @import "$cssContent"; @import "$cssNews"; @import "$cssFooter"; body { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000; font-size: 0.75em; background-color: #fff; } /***/ #container { position:absolute; width: 100%; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; background: transparent; } #header { width: 100%; height: 130px; background: #fff url(../../img/esup/bandeau1.gif) no-repeat; } #left { float: left; width: 22%; height: auto; margin: 1px 1px 1px 6px; padding: 0px 0px 20px 0px; background: #fff url(../images/background_menu.png) repeat-x; } #content { margin-top: 25px; margin-left: 22%; width: 60%; height: auto; text-align:left; background-color: transparent; } #news { display:block; margin-top: 25px; margin-left: 22%; width: 100%; height: auto; min-height:70px; text-align:left; background-color: transparent; }