[CSS] ~plus besoin d'empecher les depassements sur la colonne de droite
[ptitvelo/web/www.git] / www / plugins / skel_ptitvelo / css / perso.css.html
index e3bf0e6..5d5170d 100644 (file)
        top: 90px; left: 20px;  
 }
 
+#entete img, .spip_logos {
+    vertical-align: middle;
+    margin: 15px;
+}
+
 #entete p#intro {
        font-size: 30px;
        line-height: 1.6em;
@@ -22,7 +27,7 @@
        
        /* change the values of top and left to adjust the position */
        bottom: 5px;
-       right: 5px;
+       right: 15px;
 }
 
 /* Pour éviter que le paragraphe nous décale tout */
        background: none;
 }
 
-
 #entete #entete-image {
-       text-align: left;
+       text-align: right;
        position: relative;
+       font-size: 1.5em;
+       font-color: #FFF;
 }
 
 #entete #entete-image a {
        position: float;
        padding-top: 5px;
        padding-left: 5px;
+       color: #FFF;
 }
 #entete #entete-image #logo {
        float:left;
 
 #entete {
     border: none;
-    background : none;
-}
-
-#entete-wrap {
     background-color: #EFAE13;
 }
 
-
 ol#controls li a {
     background: none repeat scroll 0 0 #EFAE13;
     border: none;
@@ -117,6 +119,10 @@ th {
     color: #444444;
 }
 
+.container_12, .container_16 {
+       padding-right: 15px;
+}
+
 #colonne .liste h4, .grid_4.actucolonne2 h4, #colonne_bandeau .liste h4 {
     border-bottom: 1px solid #EBEBEB;
     --color: #9F5D00;
@@ -134,4 +140,4 @@ hr.spip {
 
 .sf-menu ul li a, .sf-menu ul li a:visited {
     color: #666666;
-}
\ No newline at end of file
+}