r512 - in trunk/coser-web/src/main/webapp: WEB-INF/content WEB-INF/decorators images styles
Author: chatellier Date: 2011-01-14 17:06:55 +0000 (Fri, 14 Jan 2011) New Revision: 512 Log: Nouvelle maquette Added: trunk/coser-web/src/main/webapp/images/barre_select.png trunk/coser-web/src/main/webapp/images/bas_page.png trunk/coser-web/src/main/webapp/images/bas_page2.png trunk/coser-web/src/main/webapp/images/bt_suite.png trunk/coser-web/src/main/webapp/images/bt_suitehover.png trunk/coser-web/src/main/webapp/images/carte_accueil.png trunk/coser-web/src/main/webapp/images/contenu_haut.png trunk/coser-web/src/main/webapp/images/degrade.png trunk/coser-web/src/main/webapp/images/fond.jpg trunk/coser-web/src/main/webapp/images/fond_02.jpg trunk/coser-web/src/main/webapp/images/fond_contenu.png trunk/coser-web/src/main/webapp/images/footer.png trunk/coser-web/src/main/webapp/images/footer_01.jpg trunk/coser-web/src/main/webapp/images/footer_02.jpg trunk/coser-web/src/main/webapp/images/haut_page.png trunk/coser-web/src/main/webapp/images/ico_accueil.png trunk/coser-web/src/main/webapp/images/ico_carte.png trunk/coser-web/src/main/webapp/images/ico_pdf.png trunk/coser-web/src/main/webapp/images/logoIfremer.png trunk/coser-web/src/main/webapp/images/logoSIH.png trunk/coser-web/src/main/webapp/images/poisson.jpg trunk/coser-web/src/main/webapp/images/puce_liste.png trunk/coser-web/src/main/webapp/images/puce_liste_18.png trunk/coser-web/src/main/webapp/images/top_contenu.png trunk/coser-web/src/main/webapp/images/warper_page.png Removed: trunk/coser-web/src/main/webapp/WEB-INF/decorators/footer.jsp trunk/coser-web/src/main/webapp/WEB-INF/decorators/header.jsp trunk/coser-web/src/main/webapp/images/logo_ifremer.gif trunk/coser-web/src/main/webapp/images/logo_sih.png Modified: trunk/coser-web/src/main/webapp/WEB-INF/content/index.jsp trunk/coser-web/src/main/webapp/WEB-INF/decorators/layout.jsp trunk/coser-web/src/main/webapp/styles/coser.css Modified: trunk/coser-web/src/main/webapp/WEB-INF/content/index.jsp =================================================================== --- trunk/coser-web/src/main/webapp/WEB-INF/content/index.jsp 2011-01-14 17:06:27 UTC (rev 511) +++ trunk/coser-web/src/main/webapp/WEB-INF/content/index.jsp 2011-01-14 17:06:55 UTC (rev 512) @@ -30,10 +30,6 @@ </head> <body> - <div class="maintitle"> - <s:text name="message.index.title" /> - </div> - <p><s:text name="message.index.paragraph1" /></p> <p><s:text name="message.index.paragraph2" /></p> <p><s:text name="message.index.paragraph3" /></p> @@ -59,7 +55,7 @@ <s:a action="quality"><s:text name="message.index.qualitymessage" /></s:a> </p> - <p> + <p class="annotations"> <span style="font-weight:bold"><s:text name="message.index.quotetitle"/> :</span> <s:text name="message.index.quotemessage"> <s:param value="dataUpdateDate"/> Deleted: trunk/coser-web/src/main/webapp/WEB-INF/decorators/footer.jsp =================================================================== --- trunk/coser-web/src/main/webapp/WEB-INF/decorators/footer.jsp 2011-01-14 17:06:27 UTC (rev 511) +++ trunk/coser-web/src/main/webapp/WEB-INF/decorators/footer.jsp 2011-01-14 17:06:55 UTC (rev 512) @@ -1,29 +0,0 @@ -<!-- - #%L - Coser :: Web - - $Id$ - $HeadURL$ - %% - Copyright (C) 2010 - 2011 Ifremer, Codelutin, Chatellier Eric - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L% - --> -<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> -<%@taglib uri="/struts-tags" prefix="s" %> - - <div> - - </div> \ No newline at end of file Deleted: trunk/coser-web/src/main/webapp/WEB-INF/decorators/header.jsp =================================================================== --- trunk/coser-web/src/main/webapp/WEB-INF/decorators/header.jsp 2011-01-14 17:06:27 UTC (rev 511) +++ trunk/coser-web/src/main/webapp/WEB-INF/decorators/header.jsp 2011-01-14 17:06:55 UTC (rev 512) @@ -1,44 +0,0 @@ -<!-- - #%L - Coser :: Web - - $Id$ - $HeadURL$ - %% - Copyright (C) 2010 - 2011 Ifremer, Codelutin, Chatellier Eric - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L% - --> -<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> -<%@taglib uri="/struts-tags" prefix="s" %> - - <div> - <img src="<s:url value='/images/logo_ifremer.gif' />" style="width:333px;heigth:69px" /> - <img src="<s:url value='/images/logo_sih.png' />" style="width:178px;heigth:89px" /> - - <s:url id="localeEN" namespace="/" action="locale"> - <s:param name="request_locale" >en</s:param> - </s:url> - <s:url id="localeFR" namespace="/" action="locale"> - <s:param name="request_locale" >fr</s:param> - </s:url> - - <s:a href="%{localeEN}"><img src="<s:url value='/images/gb.png' />" /></s:a> - <s:a href="%{localeFR}"><img src="<s:url value='/images/fr.png' />" /></s:a> - - </div> - - <hr /> - Modified: trunk/coser-web/src/main/webapp/WEB-INF/decorators/layout.jsp =================================================================== --- trunk/coser-web/src/main/webapp/WEB-INF/decorators/layout.jsp 2011-01-14 17:06:27 UTC (rev 511) +++ trunk/coser-web/src/main/webapp/WEB-INF/decorators/layout.jsp 2011-01-14 17:06:55 UTC (rev 512) @@ -34,20 +34,48 @@ </head> <body> - <%@ include file="header.jsp" %> + <div id="conteneur"> + <div id="head" class="clearfix"> + <a href="#" class="logoSIH">Système d'Information Halieutique</a> + <h1>Indices de populations et de communauté <br/> + issus des campagnes de <span class="jaune">surveillance halieutique</span> de <span class="jaune">l'Ifremer </span> + </h1> + <a href="#" class="logoIfremer">L'Ifremer</a> + </div> - <s:text name="message.layout.title" /> + <div id="middle" class="clearfix"> + <div class="page"> + <div class="content"> + <div class="degrade"> + <div class="top_content"> + <a href="<s:url action='index' />" class="accueil">Accueil</a> + <a href="<s:url action='index' />" class="anglais">Anglais</a> + </div> - <div class="main"> - <decorator:body/> - </div> + <decorator:body/> - <p><s:text name="message.layout.oceanicdatatitle" /> - <ul> - <li><a href="http://www.ifremer.fr/sismer/index_FR.htm"><s:text name="message.layout.oceanicdata1" /></a></li> - <li><a href="http://www.ifremer.fr/sih"><s:text name="message.layout.oceanicdata2" /></a></li> - </ul></p> - - <%@ include file="footer.jsp" %> + </div> + </div> + + <span class="clb"> </span> + </div> + <div class="col_droite"> + <img src="<s:url value='/images/carte_accueil.png'/>" alt="carte des zones de campage en europe" title="carte des zones de campage en europe"/> + <div class="mgt20"> + <h3><s:text name="message.layout.oceanicdatatitle" /></h3> + <ul> + <li><a href="#" class="lien"><s:text name="message.layout.oceanicdata1" /></a></li> + <li><a href="#" class="lien"><s:text name="message.layout.oceanicdata2" /></a></li> + </ul> + </div> + </div> + </div> + </div> + <div id="footer"> + <ul class="clearfix"> + <li><a href="#">Contact</a></li> + <li><a href="#">Mentions Légales</a></li> + </ul> + </div> </body> </html> \ No newline at end of file Added: trunk/coser-web/src/main/webapp/images/barre_select.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/barre_select.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/bas_page.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/bas_page.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/bas_page2.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/bas_page2.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/bt_suite.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/bt_suite.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/bt_suitehover.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/bt_suitehover.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/carte_accueil.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/carte_accueil.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/contenu_haut.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/contenu_haut.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/degrade.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/degrade.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/fond.jpg =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/fond.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/fond_02.jpg =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/fond_02.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/fond_contenu.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/fond_contenu.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/footer.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/footer.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/footer_01.jpg =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/footer_01.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/footer_02.jpg =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/footer_02.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/haut_page.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/haut_page.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/ico_accueil.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/ico_accueil.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/ico_carte.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/ico_carte.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/ico_pdf.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/ico_pdf.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/logoIfremer.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/logoIfremer.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/logoSIH.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/logoSIH.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Deleted: trunk/coser-web/src/main/webapp/images/logo_ifremer.gif =================================================================== (Binary files differ) Deleted: trunk/coser-web/src/main/webapp/images/logo_sih.png =================================================================== (Binary files differ) Added: trunk/coser-web/src/main/webapp/images/poisson.jpg =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/poisson.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/puce_liste.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/puce_liste.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/puce_liste_18.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/puce_liste_18.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/top_contenu.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/top_contenu.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/warper_page.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/warper_page.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/coser-web/src/main/webapp/styles/coser.css =================================================================== --- trunk/coser-web/src/main/webapp/styles/coser.css 2011-01-14 17:06:27 UTC (rev 511) +++ trunk/coser-web/src/main/webapp/styles/coser.css 2011-01-14 17:06:55 UTC (rev 512) @@ -1,54 +1,611 @@ -/* - * #%L - * Coser :: Web - * - * $Id$ - * $HeadURL$ - * %% - * Copyright (C) 2010 - 2011 Ifremer, Codelutin - * %% - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - * #L% - */ +/*reset*/ +* { + margin: 0; + padding: 0; +} + +.clearfix:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +.clearfix { + display: inline-block; +} + +/* Hide from IE Mac \*/ +.clearfix { + display: block; +} + +/* End hide from IE Mac */ +.float_left,.fleft { + float: left; +} + +.float_right,.fright { + float: right; +} + +.pdt5 { + padding-top: 5px; +} + +.pdr5 { + padding-right: 5px; +} + +.pdb5 { + padding-bottom: 5px; +} + +.pdl5 { + padding-left: 5px; +} + +.pdt10 { + padding-top: 10px; +} + +.pdr10 { + padding-right: 10px; +} + +.pdb10 { + padding-bottom: 10px; +} + +.pdl10 { + padding-left: 10px; +} + +.pdt15 { + padding-top: 15px; +} + +.pdr15 { + padding-right: 15px; +} + +.pdb15 { + padding-bottom: 15px; +} + +.pdl15 { + padding-left: 15px; +} + +.pdt20 { + padding-top: 20px; +} + +.pdr20 { + padding-right: 20px; +} + +.pdb20 { + padding-bottom: 20px; +} + +.pdl20 { + padding-left: 20px; +} + +.pdt25 { + padding-top: 25px; +} + +.pdr25 { + padding-right: 25px; +} + +.pdb25 { + padding-bottom: 25px; +} + +.pdl25 { + padding-left: 25px; +} + +.pdt30 { + padding-top: 30px; +} + +.pdr30 { + padding-right: 30px; +} + +.pdb30 { + padding-bottom: 30px; +} + +.pdl30 { + padding-left: 30px; +} + +.pdt35 { + padding-top: 35px; +} + +.pdr35 { + padding-right: 35px; +} + +.pdb35 { + padding-bottom: 35px; +} + +.pdl35 { + padding-left: 35px; +} + +.pdt40 { + padding-top: 40px; +} + +.pdr40 { + padding-right: 40px; +} + +.pdb40 { + padding-bottom: 40px; +} + +.pdl40 { + padding-left: 40px; +} + +.mgt5 { + margin-top: 5px; +} + +.mgr5 { + margin-right: 5px; +} + +.mgb5 { + margin-bottom: 5px; +} + +.mgl5 { + margin-left: 5px; +} + +.mgt10 { + margin-top: 10px; +} + +.mgr10 { + margin-right: 10px; +} + +.mgb10 { + margin-bottom: 10px; +} + +.mgl10 { + margin-left: 10px; +} + +.mgt15 { + margin-top: 15px; +} + +.mgr15 { + margin-right: 15px; +} + +.mgb15 { + margin-bottom: 15px; +} + +.mgl15 { + margin-left: 15px; +} + +.mgt20 { + margin-top: 20px; +} + +.mgr20 { + margin-right: 20px; +} + +.mgb20 { + margin-bottom: 20px; +} + +.mgl20 { + margin-left: 20px; +} + +.mgt25 { + margin-top: 25px; +} + +.mgr25 { + margin-right: 25px; +} + +.mgb25 { + margin-bottom: 25px; +} + +.mgl25 { + margin-left: 25px; +} + +.mgt30 { + margin-top: 30px; +} + +.mgr30 { + margin-right: 30px; +} + +.mgb30 { + margin-bottom: 30px; +} + +.mgl30 { + margin-left: 30px; +} + +.mgt35 { + margin-top: 35px; +} + +.mgr35 { + margin-right: 35px; +} + +.mgb35 { + margin-bottom: 35px; +} + +.mgl35 { + margin-left: 35px; +} + +.mgt40 { + margin-top: 40px; +} + +.mgr40 { + margin-right: 40px; +} + +.mgb40 { + margin-bottom: 40px; +} + +.mgl40 { + margin-left: 40px; +} + body { - background-color: #1F7DCB; - color: #2A2A2A; - font-family: Verdana,"Lucida Grande",Lucida,Arial,Helvetica,sans-serif; - width: 960px; + font-family: Arial, Helvetica, sans-serif; + font-size: 10px; +} + +h1 { + color: #FFFFFF; + font-size: 180%; + padding-top: 65px; + text-transform: uppercase; +} + +.jaune { + color: #FFE600; +} + +p { + margin: 5px 0; +} + +h2 { + color: #375A94; + font-size: 100%; + font-weight: bold; + margin: 15px 0 10px; + text-transform: uppercase; +} + +h3 { + text-transform: uppercase; + color: #ffffff; + font-weight: normal; + margin: 0 5px; +} + +/*fin reset*/ +body { + background: #1E3471 url(../images/fond_02.jpg) repeat-y scroll center 0; + position: relative; +} + +#conteneur,#conteneur_int { + width: 1000px; + position: relative; margin: 0 auto; } -a { - color: #0080CB; +#head { + position: relative; + width: 1000px; + height: 135px; +} + +#head a { + display: block; + text-indent: -999999px; +} + +#head a.logoSIH { + background: url(../images/logoSIH.png) no-repeat; + width: 250px; + height: 135px; + float: left; +} + +#head a.logoIfremer { + background: url(../images/logoIfremer.png) no-repeat; + position: absolute; + top: 0; + right: 0; + width: 250px; + height: 65px; +} + +#middle { + height: 100%; + min-height: 100px; +} + +#middle .page { + width: 626px; + margin: 23px 22px 10px 60px; + float: left; +} + +#middle .page span.clt { + background: url(../images/haut_page.png) no-repeat; + width: 626px; + display: block; + padding-top: 10px; +} + +#middle .page .content { + background: url(../images/warper_page.png) repeat-y; + font-size: 140%; + color: #2e2e2e; + line-height: 1.4em; +} + +#middle .page span.clb { + background: url(../images/bas_page.png) no-repeat; + width: 626px; + display: block; + height: 15px; +} + +#middle .page span.clb2 { + background: url(../images/bas_page2.png) no-repeat 0 0; + width: 626px; + display: block; + height: 15px; +} + +#middle .page .degrade { + background: url(../images/degrade.png) repeat-x 0 bottom; + margin: 0 5px; + padding: 5px 20px; +} + +#middle .top_content { + height: 37px; + position: relative; + margin-bottom: 20px; +} + +#middle .top_content .accueil { + background: transparent url(../images/ico_accueil.png) no-repeat scroll 0 + bottom; + color: #2c9eff; + display: block; + font-weight: bold; + height: 35px; + line-height: 56px; + padding-left: 45px; text-decoration: none; + font-size: 90%; } -a:hover { - color: #165A97; +#middle .top_content .accueil:hover { + text-decoration: underline; } -.main { - background-color: white; - border: 1px solid black; - color: #696969; - margin-left:200px; - padding:2.5em 1.95em 1.5em; +#middle .top_content .anglais { + display: block; + text-indent: -999999px; + background: url(../images/gb.png) no-repeat; + position: absolute; + right: 0; + top: 10px; + width: 32px; + height: 24px; + border: 2px solid #fff; } -.main .maintitle { - font-weight: bold; - font-size: 125%; - color: #044F90; - border-bottom: 1px solid #044F90; +#middle .top_content .anglais:hover { + border: 2px solid #ffe600; +} + +#middle .page .degrade ul li { + list-style: none; + padding-left: 10px; +} + +#middle .page .degrade table { + width: 558px; +} + +#middle .page .degrade table th { + background-color: #375a94; + color: #ffffff; + height: 36px; +} + +#middle .page .degrade table td { + padding: 20px; + text-transform: uppercase; +} + +#middle .page .degrade table .pdf { + background: url(../images/ico_pdf.png) no-repeat; + display: block; + height: 45px; + text-indent: -999999px; + width: 41px; + margin-left: 35px; +} + +#middle .page .degrade table .carte { + background: transparent url(images/ico_carte.png) no-repeat scroll 0 0; + display: block; + height: 51px; + text-indent: -999999px; + width: 47px; + margin-left: 35px; +} + +.annotations { + font-size: 100%; + color: #6e6e6e; + font-size: 80%; + line-height: 1em; +} + +#middle .col_droite { + float: right; + margin-top: 159px; + width: 288px; + position: relative; + height: 100%; +} + +#middle .col_droite ul li { + background: url(../images/puce_liste.png) no-repeat left center; + list-style: none; + margin: 15px 0; + padding-left: 25px; + height: 23px; +} + +#middle .col_droite ul li a { + color: #2C9EFF; +} + +#middle .col_droite ul li a:hover { + color: #ffe600; +} + +#footer { + background: url(../images/footer.png) repeat-x; + height: 45px; + padding: 10px 20px 15px 20px; + margin: 30px 0; + position: relative; +} + +#footer ul { + width: 1000px; + margin: 0 auto; +} + +#footer ul li { + float: left; + list-style: none; + margin: 0 10px; + line-height: 30px; + padding: 0 5px; +} + +#footer ul li a { + text-transform: uppercase; + color: #fff; + text-decoration: none; + font-size: 140%; +} + +#footer ul li a:hover { + color: #ffe600; +} + +#conteneur_int .top_content { + background: url(../images/top_contenu.png) no-repeat; + height: 37px; + margin: 23px 22px 10px 60px; + padding: 15px 20px; + width: 588px; + font-size: 140%; +} + +#conteneur_int .top_content .anglais { + position: absolute; + top: 22px; + right: 20px; +} + +#conteneur_int #middle .col_droite { + margin: 0; +} + +#conteneur_int .content { + padding: 10px 15px 10px 20px; +} + +#conteneur_int .part_bottom { + clear: both; + margin-left: 60px; + position: relative; +} + +#conteneur_int .part_bottom .barre_select { + background: url(../images/barre_select.png) no-repeat; + height: 23px; + padding: 20px 20px 30px; + width: 588px; + float: left; +} + +.barre_select form { + float: right; +} + +.barre_select p { + display: inline; + text-transform: uppercase; + color: #ffffff; + font-size: 120%; + line-height: 30px; + margin: 0; +} + +.barre_select input { + border: none; + background: url(../images/bt_suite.png) no-repeat; + color: #305594; + height: 31px; + width: 85px; + font-size: 140%; + cursor: pointer; +} + +.barre_select select { + background-color: #fff; + border: 1px solid #ccc; } \ No newline at end of file
participants (1)
-
chatellier@users.labs.libre-entreprise.org