@charset "utf-8";
body {background:#333;}
header {background:#161616; overflow:hidden; position:fixed; top:0; width:100%;}
header a:hover {}
h1 {float:left;}
h1 a span {-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease;}
h1 a:hover span {color:#CF0;}
nav {float:right;}
nav li {display:inline;}
header a {font-family:Titres; color:white; text-decoration:none; font-size:2em; padding:10px; display:inline-block; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; }
nav a:hover {color:#CF0; padding:10px 20px; background:#666}

/*
#css2 {background:#161616; position:fixed; bottom:0;  width:100%}
#css2 ul {padding:20px;}
#css2 li {line-height:0.6em; display:inline;}
#css2 a {font-size:0.7em; text-decoration:none; color:white; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; padding:1px 0; display:inline-block;}*/