decoration : le logo du crans en haut a droite, dites moi ce que vous en

pensez...

darcs-hash:20060603115105-f46e9-b30aecbedfdb685d167e76da5016f3a309f5714f.gz
This commit is contained in:
gdetrez 2006-06-03 13:51:05 +02:00
parent cf09ad93f4
commit c85b947eed

View file

@ -41,29 +41,43 @@ body
} }
/*<!-- TITRE -->*/ /*<!-- TITRE -->*/
h1#title div#titleBarre {
{
color:white;
font: 25px "Trebuchet MS", helvetica, sans-serif ;
float:right; float:right;
z-index:5; z-index:5;
position: fixed; /* positionnement */ position: fixed; /* positionnement */
left: 0; left: 0;
top: 0; top: 0;
padding:5px 0 0 15px; padding:0;//5px 0 0 15px;
margin:0; margin:0;
height: 35px ; height: 40px;//35px ;
width:100%; width:100%;
border-bottom: thin solid orange; border-bottom: thin solid #f9821d;//orange;
background: url(../img/BarreOrange.png) repeat-x; background: url(../img/BarreOrange.png) repeat-x;
text-align:left; 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 { h1#title a {
margin: 0;
color:white; color:white;
font: 25px "Trebuchet MS", helvetica, sans-serif ; font: 25px "Trebuchet MS", helvetica, sans-serif ;
text-decoration:none; text-decoration:none;
} }