Author: chatellier Date: 2011-01-24 17:11:44 +0000 (Mon, 24 Jan 2011) New Revision: 559 Log: Fix main part content size Modified: trunk/coser-web/src/main/webapp/styles/coser.css Modified: trunk/coser-web/src/main/webapp/styles/coser.css =================================================================== --- trunk/coser-web/src/main/webapp/styles/coser.css 2011-01-24 17:11:31 UTC (rev 558) +++ trunk/coser-web/src/main/webapp/styles/coser.css 2011-01-24 17:11:44 UTC (rev 559) @@ -355,12 +355,12 @@ /*fin reset*/ body { background: #1E3471 url(../images/fond_02.jpg) repeat-y scroll center 0; - position: relative; + /*position: relative;*/ } #conteneur,#conteneur_int { width: 1000px; - position: relative; + /*position: relative;*/ margin: 0 auto; } @@ -399,8 +399,10 @@ #middle .page { margin: 23px 22px 10px 60px; float: left; + -moz-border-radius: 10px; border-radius: 10px; text-align: justify; + width: 882px; } #middle .pagemain { @@ -417,10 +419,12 @@ #middle .page .content { /*background: url(../images/warper_page.png) repeat-y;*/ background-color: white; + -moz-border-radius: 10px; border-radius: 10px; font-size: 140%; color: #2e2e2e; line-height: 1.4em; + width: 100%; } #middle .page span.clb { @@ -447,6 +451,8 @@ height: 37px; position: relative; margin-bottom: 20px; + -moz-border-radius: 10px; + border-radius: 10px; } #middle .top_content .accueil { @@ -578,6 +584,9 @@ padding: 10px 20px 15px 20px; /*margin: 30px 0;*/ position: relative; + text-transform: uppercase; + color: #fff; + font-size: 140%; } #footer ul { @@ -594,10 +603,8 @@ } #footer ul li a { - text-transform: uppercase; color: #fff; text-decoration: none; - font-size: 140%; } #footer ul li a:hover { @@ -605,11 +612,12 @@ } #conteneur_int .top_content { - background: url(../images/top_contenu.png) no-repeat; + /*background: url(../images/top_contenu.png) no-repeat;*/ + background-color:white; height: 37px; margin: 23px 22px 10px 60px; padding: 15px 20px; - width: 588px; + /*width: 588px;*/ font-size: 140%; } @@ -639,7 +647,7 @@ position: relative; } -#conteneur_int .part_bottom .barre_select { +/*#conteneur_int .part_bottom .barre_select { background: url(../images/barre_select.png) no-repeat; height: 23px; padding: 20px 20px 30px; @@ -673,4 +681,4 @@ .barre_select select { background-color: #fff; border: 1px solid #ccc; -} +}*/