
/*
orange ff7f00
2eme couleur bar e8bd9c
marron 301900
gris hiver 6b6b6b
*/

body, #top #logo, #top h1#title, #bottom, #blog_menu ul li a:hover, #blog_menu ul li.active a {
  background-color: #f9f5e5; 
}

body {
  font-family: sans-serif;
  margin: 0px 0px 0px 5px; 
  padding: 0px; 
  background-image: url('Bar_hori.png'); 
  background-repeat: repeat-y;
  background-position: 15px;
  color:black;
}

a {
  text-decoration: none;
 color: #ff7f00;
}

a img {border-color: #ff7f00;}

#top {
  background-image: url('Bar_vert.png');
  background-repeat: repeat-x;
  background-position: center;
  height: 101px;
}

#top #logo {
  padding: 5px; 
  float: left;
}

#top h1#title {
  padding: 0px; 
  margin: 0px;
  color: #301900;
  margin-top: 18px;
  float: left;
  padding-right: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}


.clear {
  clear: both;
}

#blog_content {
margin-left: 84px; padding: 0px 20px 20px 20px;}
#blog_menu {float: left; width: 84px;}

#blog_menu ul {
  margin : 0;
  padding : 0;
  margin-top: 10px;
  list-style : none;
}

#blog_menu ul li {

}

#blog_menu ul li a {
 display: block;
 width: 78px;
 text-align: center;
 color: #301900;                                                                                                                     
 font-size: 14px;
 text-transform: uppercase;
 font-weight: bold;
 margin: 15px 0px;
 text-decoration: none;
 padding: 3px;
  background-color: #e8bd9c;
 border: 1px solid #ff7f00;
}

#blog_menu ul li a:hover, #blog_menu ul li.active a {
 border: 1px solid #e8bd9c;
}

#bottom {
 //position: fixed;
 //bottom: 0px;
 margin-left: 84px;
 /*right: 0px;
 left: 84px;*/
  font-size: 80%;
}

.article {margin: 10px 0px;}


.article .header .info .title h2 .cat_name {

}

.article .header .info .title h2 {
  color: #ff7f00; 
  text-transform: uppercase;
  margin: 0px;
  border-bottom: 1px dashed black;
}

.article .header .info .after {
  font-weight: bold;
  color: #e8bd9c;aaa;
  font-style: italic;
}

.article .header {
  margin-bottom: 5px;
}


h4 {color: #ff7f00; margin: 5px 0px;}
h5 {color: #ff7f00; margin: 0px;}