/*
Si la fonte principale est téléchargée, le navigateur
prend du temps pour réagir.

font Josefin, pas d’œ
font Ubuntu, light un peu lourd
font eot : IE s'emmêle un peu dans les styles

*/
@font-face {
  font-family: 'mac90';
  src: url("img/mac90.eot");
  src: local("☺"),
    url("img/mac90.ttf") format("truetype")
  ;
  font-weight: normal;
  font-style: normal;
}

body {
	font-family:"Helvetica Neue",Helvetica,"Century Gothic", "DejaVuSans-ExtraLight", "Futura", sans-serif;
  font-weight:300;
	font-size:13px;
  font-weight:normal;
  background-image:url('img/chou.png');
  background-repeat:no-repeat;
  background-attachment:fixed;
}
li {
  list-style-image:url("img/o.png");
}
#header h1 small,
#nav address,
#header,
#ariane,
#footer {
  font-family: 'mac90', Chicago, Verdana, sans-serif;
  font-size:12px;
  color:black;
}
#ariane a {
  color:#000000;
}
#nav a {
}
#nav address a {
  color:black;
}

#nav hr {
  display:none;
}

#nav {
  background-color:transparent;
  background-image:url('img/bg.png');
  position:absolute;
  top:0;
  bottom:0px;
  right:0;
  margin:0;
  height: auto !important;
  left:auto !important;
  text-align:right;
  padding-top:65px;
  border-left:1px dotted rgba(192, 192, 192, 0.5);
  /* override for IE */
  filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
#nav .tree li {
  background-position: right 5px;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  list-style-image: none !important;
  list-style-position: inside;
  margin: 0;
  padding:1px 10px 1px 1px;
}
.tree li {
  background-image: url("img/o.png");
}
.tree li.minus {
  background-image: url("img/minus.png");
}
.tree li.plus {
  background-image: url("img/plus.png");
}
/*
#header {
 -webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
}
*/
#nav a {
}
#nav .tree {

}
#article {
  float:left;
  max-width:800px;
  margin-right:305px;
}
#article > * {
  background-color:rgba(255,255,255,0.4);
  -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
  border-radius:1ex;
  -moz-box-shadow:0 0 3em rgba(255,255,255,0.8);
  -webkit-box-shadow:0 0 3em rgba(255,255,255,0.8);
  box-shadow:0 0 3em rgba(255,255,255,0.8);

 */
}
#header {
  position:relative;
  z-index:2;
  background-image:url('img/sillywalk.png');
  height:100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* pas de version fixed  */
body.fixed #header {

}
h1, h2 {
  font-family: 'mac90', Chicago, Verdana, sans-serif;
  font-weight:normal;
  color:#333333;
  font-size:100%;
}
#header h1 {
  opacity:1;
  color:#000;
  font-size:30px;
	text-shadow:0.2ex 0.2ex #FFF;
  font-family: 'mac90', Chicago, Verdana, sans-serif;
}
#footer {
  background-color:#FFFFFF;
  background-image:url('img/bg-bar.png');
  padding:0;
  height:19px;
  border:none;
  background-repeat:repeat-x;
  text-shadow: 1px 1px #FFFFFF;
}
#footer a {
  line-height:19px;
}
#footer a.img {
  padding:0;
}
a.img {
  display:block;
  float:right;
  background-color:rgba(255,255,255, 0.5);
}
a.img:hover {
  background-color:rgba(255,255,255, 0.7);
}
#footer a img {
  padding:0;
}
