html, body { 
 margin:0; 
 padding:0; 
 text-align:center; 
}

body 
{
 background: transparent url(../images/template1/header1.gif) repeat-x;
}

a
{
  color: red;
  /*color: #29DF64;*/
}

.form_error
{
  color: red;
}

#sfSimpleBlog_container
{
  width: 768px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color:#000;
  font-family: georgia,verdana,arial,helvetica,sans-serif;
  font-size: 12px;
}

#sfSimpleBlog_container #header
{
	margin-bottom: 10px;
}

#sfSimpleBlog_container #content 
{
	padding: 0 5px 5px 5px;
	margin-right: 250px;
}

#sfSimpleBlog_container #sidebar-a
{
  float: right;
  width: 230px;
  margin: 0;
  padding: 0 5px;
}

#sfSimpleBlog_container #footer
{
  padding: 5px;
  margin-top: 10px;			
  height:30px; 
  clear:both;
}

#sfSimpleBlog_container #header h1
{
   background: transparent url(../images/template1/logo.gif) 0 13px no-repeat;
   font-size: 11px;
   height: 230px;
   margin-top: -15px;
}

#sfSimpleBlog_container #header h1 a
{
  display:block;
  width: 550px;
  height:220px;
  margin-top: 0;
  color: transparent;
}

#sfSimpleBlog_container #header #tagline
{
  visibility: hidden;
}


#sfSimpleBlog_container #sidebar-a div
{
  margin: 10px 0  20px 0;
}

#sfSimpleBlog_container #sidebar-a h2
{
  height: 23px;
  margin-bottom: 5px;
}

#sfSimpleBlog_container #sidebar-a #about h2
{
  background: transparent url(../images/template1/about.gif) no-repeat;
}

#sfSimpleBlog_container #sidebar-a #latestposts h2
{
  background: transparent url(../images/template1/latestposts.gif) no-repeat;
}

#sfSimpleBlog_container #sidebar-a #tags h2
{
  background: transparent url(../images/template1/tags.gif) no-repeat;
}

#sfSimpleBlog_container #sidebar-a #feeds
{
  text-align: center;
}

#sfSimpleBlog_container #sidebar-a #feeds h2
{
  background: transparent url(../images/template1/feeds.gif) no-repeat;
}

#sfSimpleBlog_container #sidebar-a #search
{
  text-align: left;
}

#sfSimpleBlog_container #sidebar-a #search input
{
}

#sfSimpleBlog_container #sidebar-a #search h2
{
  background: transparent url(../images/template1/search.gif) no-repeat;
  margin-bottom: -2px;
}

#sfSimpleBlog_container #sidebar-a #blogroll h2
{
  background: transparent url(../images/template1/blogroll.gif) no-repeat;
}

#sfSimpleBlog_container #sidebar-a #autoroll
{
  position: relative;
}

#sfSimpleBlog_container #sidebar-a #autoroll h2
{
  position: absolute;
  z-index: 2;
}

#sfSimpleBlog_container #sidebar-a #autoroll div#cto_ac
{
  position: absolute;
  margin-top: -15px;
  z-index: 1;
}

#sfSimpleBlog_container #sidebar-a h2 span
{
  visibility: hidden;
}

#sfSimpleBlog_container #sidebar-a ul, #sfSimpleBlog_container #sidebar-a li
{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}

#sfSimpleBlog_container #sidebar-a li
{
  margin-bottom: 5px;
}

/***********************************************/ 
/*
/*           POST 
*/
#sfSimpleBlog_container .sfSimpleBlog .post
{
  margin-bottom: 20px;
}

#sfSimpleBlog_container .sfSimpleBlog .content
{
  /*padding: 2px  5px;*/
  margin-top: 0px;
}

#sfSimpleBlog_container .sfSimpleBlog .content p
{
  margin-bottom: 8px;
}
#sfSimpleBlog_container .sfSimpleBlog .content p:first-letter
{
  font-size: 16px;
}
#sfSimpleBlog_container .sfSimpleBlog .content ul
{
  margin-bottom: 8px;
}

#sfSimpleBlog_container .sfSimpleBlog .content li
{
  margin-top: 5px;
  list-style: none;
  background: transparent url(../images/template1/puce_verte.gif) 0 5px no-repeat;
  padding-left: 14px;
}

#sfSimpleBlog_container .sfSimpleBlog .content a
{
  color: green;
}

#sfSimpleBlog_container .sfSimpleBlog .related_details
{
  text-align: right;
  margin-top: 0px;
}

#sfSimpleBlog_container .sfSimpleBlog .related_details a
{
  background: transparent url(../images/template1/puce_rouge.gif) 0 5px no-repeat;
  padding-left: 10px;
}

#sfSimpleBlog_container .sfSimpleBlog h2
{
  letter-spacing: 0.5px;
  font-weight: normal;
  font-size: 2.0em;
  background-color: #fff;
  color: #000;
  padding: 0;
}

#sfSimpleBlog_container .sfSimpleBlog .details
{
  background-color: #fff;
  color: #000;
  font-style: italic;
  padding: 0 5px 5px 0;
}

/***************************************************************/
/*
/*                  Commentaires
*/

#comments
{

}

#comments h3
{
}

#comments .comment
{
}

#comments .comment .author
{

  margin: 0 10px;
  font-style: italic;
}

#comments .comment .body
{
  background-color: #C8EFC3;
  padding: 4px;
  border: 1px dotted green;
  margin: 0 10px 10px 10px;
}

#comments .comment
{
}

#comments .add_comment
{
  margin: 0 10px;
}

#comments .add_comment .form_control
{
  color: #000;
}

#captcha_div #captcha
{
  width: 125px;
}

#captcha_div img
{
  border: 1px solid #7F9DB9;
}

#envoyer_comment, #envoyer_message, #envoyer_buzz
{
  margin-top: 5px;
}

textarea
{
  width: 500px;
  height: 180px;
}
