diff --git a/wiki/static/crans/css/crans.css b/wiki/static/crans/css/crans.css index bc2fa21e..11577d7a 100644 --- a/wiki/static/crans/css/crans.css +++ b/wiki/static/crans/css/crans.css @@ -41,29 +41,43 @@ body } /**/ -h1#title -{ - color:white; - font: 25px "Trebuchet MS", helvetica, sans-serif ; +div#titleBarre { float:right; z-index:5; position: fixed; /* positionnement */ left: 0; top: 0; - padding:5px 0 0 15px; + padding:0;//5px 0 0 15px; margin:0; - height: 35px ; + height: 40px;//35px ; width:100%; - border-bottom: thin solid orange; + border-bottom: thin solid #f9821d;//orange; background: url(../img/BarreOrange.png) repeat-x; text-align:left; + +} + +div#titleBarre * { + color:white; + font: 25px "Trebuchet MS", helvetica, sans-serif ; + text-decoration:none; +} + +h1#title +{ + margin: 0; + display:block; + width:100%; + height:25px; + padding:5px 10px 10px 10px; + background: url(../img/barreLogo.png) no-repeat right bottom; } h1#title a { - margin: 0; color:white; - font: 25px "Trebuchet MS", helvetica, sans-serif ; + font: 25px "Trebuchet MS", helvetica, sans-serif ; text-decoration:none; + }