html, body { 
 margin: 0; 
 padding: 0; 
}

body 
{
 background: #65B52A url(../images/template2/bg.gif) 0 0 repeat-x;
 font-family: verdana,arial,helvetica,sans-serif;
 font-size: 12px;
}

a
{
  color: #65B52A;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

ul
{
  list-style: none;
}

.form_control input 
{
  width: 200px;
}

textarea
{
  width: 400px;
  height: 180px;
}

h3
{
  font-size: 14px;
}

.space
{
  clear: both;
}

.form_error
{
  color: red;
}

#container
{
  width: 777px;
  margin: 0 auto;
  padding-top: 75px;
}

#container #header
{
  background-color: #fff;
  margin-top: 0px;
  height: 100px;
  position: relative;
  z-index: 2;
}

#container #header_content 
{
  position: absolute;
  z-index: 1;
  background: transparent url(../images/template2/header.gif) 0 0 no-repeat;
  top: -30px;
  width: 777px;
  height: 40px;
  padding-top: 80px;
  text-align: center;
}

#container #header #fleur
{
  position: absolute;
  z-index: 2;
  right: -35px;
  top: -75px;
  width: 208px;
  height: 241px;
  background: transparent url(../images/template2/fleur.gif) 0 0 no-repeat;
}



#container #body 
{
  background-color: #fff;
}

#container #content 
{
  float: left;
  width: 552px;
  padding: 0 0 0 10px;
}

#container #colonne
{
  float: right;
  width: 210px;
  margin: 0 0 0 0px;
  padding: 0;
}

#container #colonne a
{
  padding-left: 12px;
  background: transparent url(../images/template2/puce1.gif) 0 5px no-repeat;
}

#container #colonne #feeds a
{
  padding-left: 0px;
  background: none;
}

#container #footer
{
  width: 777px;
  margin: 0 auto 10px auto;
  background: #fff url(../images/template2/footer.gif) 0 100% no-repeat;
  text-align: center;
  padding: 50px 0 10px 0;
}

#container #header h1 a
{
  display:block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 270px;
  height:50px;
}

#container #header h1 a span
{
  display: none;
}

#container #colonne div
{
  margin: 10px 0 15px 0;
}

#container #colonne h2
{
  height: 30px;
}

#container #colonne p, #container #colonne li
{
  margin: 0px 5px;
}

#container #colonne #about h2
{
  margin-top: -10px;
  background: transparent url(../images/template2/about.gif) no-repeat;
}

#container #colonne #about p
{
  background-color: #fff;
}

#container #colonne #latestposts h2
{
  background: transparent url(../images/template2/latestposts.gif) no-repeat;
}

#container #colonne #tags
{
  color: #AAA;
}

#container #colonne #tags h2
{
  background: transparent url(../images/template2/tags.gif) no-repeat;
}

#container #colonne #feeds h2
{
  background: transparent url(../images/template2/feeds.gif) no-repeat;
}

#container #colonne #blogroll h2
{
  background: transparent url(../images/template2/blogroll.gif) no-repeat;
}


#container #colonne #autoroll
{
  position: relative;
  height: 310px;
}

#container #colonne #autoroll h2
{
  position: absolute;
  z-index: 2;
}

#container #colonne #autoroll div#cto_ac
{
  position: absolute;
  margin-top: -14px;
  z-index: 1;
}

#container #colonne #lastreaders
{
  position: relative;
  height: 180px;
  padding-left: 10px;
}

#container #colonne #lastreaders h2
{
  margin-left: -10px;
  position: absolute;
  z-index: 2;
  height: 28px;
}

#container #colonne #lastreaders #MBL_COMM
{
  position: absolute;
  margin-top: 6px;
  z-index: 1;
}

#container #colonne h2 span
{
  visibility: hidden;
}


/***********************************************/ 
/*
/*           POST 
*/
#container .sfSimpleBlog .post
{
  margin-bottom: 30px;
}

#container .sfSimpleBlog .post li
{
  padding-left: 12px;
  background: transparent url(../images/template2/puce1.gif) 0 5px no-repeat;
}
}

#container .sfSimpleBlog .post img
{
  margin: 10px auto;
}

#container .sfSimpleBlog .content
{
  margin-top: 0px;
}

#container .sfSimpleBlog .content p
{
  margin-top: 5px;
}

#container .sfSimpleBlog .content p.lien_ext
{
  text-align: center; 
}

#container .sfSimpleBlog .content p.lien_ext a
{
  padding: 4px;  
  border: 1px solid #1E69DF;
  background-color: #EFF8FF;
  text-decoration: none;
}


#container .sfSimpleBlog .related_details
{
  font-size: 0.8em;
  color: #CCC;
  margin-top: 10px;
}

#container .sfSimpleBlog .related_details a
{
}
  
#container .sfSimpleBlog h2
{
  font-size: 2.2em;
  font-family: "Lucida sans unicode";
  font-weight: normal;
}

#container .sfSimpleBlog h2 a
{
  text-decoration: none;
}

#container .sfSimpleBlog .details
{
  font-size: 0.8em;
  color: #CCC;
  margin-bottom: 10px;
}

/***************************************************************/
/*
/*                  Commentaires
*/

#comments
{

}

#comments h3
{
}

#comments .comment
{
}

#comments .comment .author
{

  margin: 0 10px;
  font-size: 0.8em;
  color: #AAA;
}

#comments .comment .body
{
  background-color: #FFFCDF;
  padding: 4px;
  border: 1px dotted #65B52A;
  margin: 0 10px 10px 10px;
}

#comments .comment
{
}

#comments .add_comment
{
  margin: 0 10px;
}

#comments .add_comment .form_control
{
  color: #AAA;
}