/* http://auris-solutions.fr : commentaires */
#header {
  width:800px;
  margin:0 auto 10px;
  border:1px solid #803000;
   background-image: url(../images/bandeau-clair.jpg);
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #803000;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  }

#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #803000;
  border-width:0 1px 1px;
  font:78%/1.4em verdana;
  text-transform:uppercase;
  letter-spacing:.2em;
  text-align:center;
  }

/* Content 800 pixel au total, 580 pour le texte,
200 pour la barre de cote
----------------------------------------------- */
#content {
  width:800px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }
#main {
  width:580px;
  float:left;
  }
#sidebar {
  width:200px;
  float:right;
  text-align:right;
  font-size:60%;
  }

/* H1, H2, H3 definis dans style.css
----------------------------------------------- */


/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #444;
  padding-bottom:1.5em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  line-height:1.4em;
  }
.post-title a {
  text-decoration:none;
  }
.post-title a:hover {
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  }
.post-footer em, .comment-link {
  font-size:78%
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer {
  font-style:normal;
  margin-right:.6em;
  }

/* Profile
----------------------------------------------- */
#profile-container {
  background:#FFCC66;
  margin:0 0 1.5em;
  border-bottom:1px dotted #444;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
