*{
	margin:0;
	padding:0;
}

body, html {
	margin:0;
	padding:0;
	font-size : 94%;
	font-family: Tahoma, "Trebuchet MS", Helvetica, sans-serif;
color:#63565f;
background-color: #000;
	background-image: url(images/background_leblogdeco.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;

}

body a, body a:visited {
	color: #63565f;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}

#page {
	width: 970px;
	margin: 0px auto; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ombre-970.png', sizingMethod='scale')
	padding: 0 10px 0 10px;
}

/* Hack CSS  */
html>body #page {
	filter: none;
	background: url('images/ombre-970.png') repeat-y;
}

#principal {
	width: 950px;
	margin: 0 auto;
	padding: 0;
 background-color: #fff;
}

#header {
	width: 100%;
	background: #000;
	height: 100%;
}

#logohome { background: url(images/logo-le-blog-deco-950.jpg) no-repeat; margin:0; padding:0;
	text-indent: -9000px;
	width: 950px;
	height: 109px;
}
#logohome a {width: 950px; height: 109px; display: block}
#description {  overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;}
#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 450px;
font-size: 0.9em;
line-height: 1.4em;
margin-left: 15px !important;
margin-left: 10px;
	padding-top: 10px;
}

.more-link, .more-link a:hover, .more-link a:visited, .more-link a {
color: #FF3C00;
	font-weight:bold;
text-decoration: underline;
}

#sidebar {
font: 0.9em Helvetica;
	float: right;
width: 465px !important;
	width: 455px;
	margin-left: 0px;
	padding-top: 0px;
}

#sidebar .edito {
font: 0.9em Helvetica;
text-align: justify;
}

#sidebar .lastcom li {
text-align: left;
}


#footer {
	color: #515151;
	width: 950px;
	clear: both;
padding: 10px 0 10px 0px;
	text-align: center;
	float: center;
	line-height: 1.6em;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #63565f;
	text-decoration: none;
}


.st-related-posts li {
	background:transparent url(images/puce.png) 2px .4em no-repeat;
	padding-left:15px;
list-style-type:none;
list-style-image: none;
}

/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {}

h2 {}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

/*-------------The Post-------------*/

.post h1, .post h1 a:hover, .post h1 a:visited, .post h1 a {
	font-size: 2.0em;
	text-decoration: none;
	color:#000;
	margin-bottom: 0px;
	margin-top: 20px;
	line-height: 1.0em;
}

.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
text-decoration: none;
text-align:left;
font-size: 1.4em;
color:#000;
margin-bottom: 0px;
line-height: 1.2em;
}
.post h2 a:hover {
	text-decoration: underline;
	color : #FF3C00;
}

.post h3 {
	margin-top: 10px;
}

.post {
	margin-bottom: 30px;
	text-align: justify;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.entry {
	text-align: justify;
color:#000;
}

.entry a, body a:visited {
color: #FF3C00;
	text-decoration: none;
}

.entry a:hover {
color: #000;
	text-decoration: underline;
}

.entrytext {
	margin-top: 0px;
	text-align: justify;
}
.postmetadata {
	margin:0; padding:0;
	color:#515151;
	list-style-type:none;
text-align: left;
}

.finpost {
	margin:0; padding:0;
	color:#515151;
	list-style-type:none;
text-align: right;
}

.icon {
	vertical-align:middle;
	border:0;
}
.with_icon {
	padding:2px 0 2px 0
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 20px;
}

.navigation a {font-weight: bold; font-size: 1.5em;}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.5em;
	margin-bottom: 0px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

a img {
	border: 0;
}


/*--------------Sidebar------------*/

#sidebar .orange {
	color: #FF3C00;
text-decoration: underline;
}

#sidebar .sidebar_left a {
text-decoration: none;
}

#sidebar .sidebar_left a:hover, a:visited {
color: #FF3C00;
text-decoration: underline;
}

#sidebar  h2 {
	padding: 10px 0 10px 0;
margin : 0;
	font-size: 1.2em;
}

#sidebar ul {
	margin-bottom:20px;
}

#sidebar .sidebar_left ul h1,h2,h3,h4 {
	/* border-bottom: dashed 1px #000; */
	font-size: 1.2em;
}

#sidebar .sidebar_left h1,h2,h3,h4 {
	font-size: 1.2em;
}


#sidebar ul li {
	list-style:none;
	line-height:1.4em;
	font-size: 1em;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li { }

#sidebar .sidebar_right ul ul li {}

#sidebar a, a:visited {
color: #515151;
	text-decoration: none;
}

#sidebar a:hover {
color: #FF3C00;
	text-decoration: underline;
}

#sidebar .sidebar_left {
	width: 120px;
	float: left;
padding: 0 0px 0 10px !important;
	padding: 0 0 0 0;
}

#sidebar .sidebar_right {
	width: 300px;
	float: right;
padding: 0 15px 0 0 !important;
padding: 0 15px 0 0;
}

#sidebar .sidebar_left ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
}

#sidebar .sidebar_left ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size:.9em; 
      border-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size:.9em; 
      border-bottom:0; 
}

.sidebar_right {text-align: justify;}
/*--------------Comments--------------*/

#comments, #commentform, #respond, .commentlist { float: left; clear: left; width: 456px;  }
.commentlist { color: #6e604f;}
.commenttext p { line-height: 1.5; margin-bottom: 0; }
ol.commentlist { margin-top: 1em; margin-bottom: 2.5em; font: 12px Tahoma, Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; }
.commentlist li { display: block; min-height: 80px; padding:10px; margin-bottom: 10px; background-color:transparent; border: 1px solid #cbcbcb; line-height:1.7em; list-style: none;}
<!--[if IE]>
.commentlist li { display: block; min-height: 80px; padding:10px; margin-bottom: 10px; background-color:transparent; border: 1px solid #cbcbcb; line-height:1.7em; list-style: none;}
.commentlist li.alt { display: block; min-height: 80px; padding:10px; margin-bottom: 10px; background-color: #f3f3f3; border: 1px solid #cbcbcb; line-height:1.7em; list-style: none;}
<![endif]-->
.commentlist li.alt { padding:10px; border: 1px solid #cbcbcb; background-color:transparent; } 
.commenttext { clear:both; }
.commentmetadata { float:right; }
.commentmetadata a { color: #6e604f; font-weight: bold; text-decoration:none; }
.commentmetadata a:hover, .commentauthor a:hover { color: #cc2a43; text-decoration: none; }
.commentauthor, .commentauthor a { float:left; font-weight: bold; color: #362b23; }

#commentform #email, #commentform #author, #commentform #url {
font-size: 12px;
background: #fff;
color: #000;
border: 1px solid #cbcbcb;
width: 200px;
}

#commentform textarea {
background-color: #f3f3f3;
border: 1px solid #cbcbcb;
padding: 2px;
font: normal 12px Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
width: 450px;
height: 140px;
margin-bottom: 4px;
display: block;
}

.commentlist li.admin_comment { background-color: #f3f3f3; border: 1px solid #FF3C00; }
/*.commentlist li.admin_comment { background-color: #cbcbcb; border: 1px solid #aaaaaa; }*/
/*.commentlist li.admin_comment { background-color: #FFE4CC; border: 1px solid #FCC696; }*/

/*--------------Search Form-------------*/

#search {
	margin-bottom: 0px;
	text-align: right;
}

#searchform {
margin: 10px 0 0 0;
}

#searchform input {
width: 294px;
padding:2px;
border:1px solid #666;
color: #FF3C00;
font-weight: bold;
font-size : 1.4 em;
background: #eee;
}

#searchform_google {
margin: 10px 0 0 0;
}

#searchform_google input {
padding:2px;
border:1px solid #666;
color: #FF3C00;
font-weight: bold;
font-size : 1.4 em;
background: #eee;
}

#searchform_google input.submit {
padding:2px !important;
padding:0px;
border:1px solid #666;
color: #FF3C00;
font-weight: bold;
font-size : 1.4 em;
background: #eee;
}


/*-------------Other------------------*/

hr {
	display: none;
}

#adsense_singlepost_top_square {
	float: left;
	margin-right: 10px;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 20px;
}

#adsense_homepage_linkunit {
	margin-bottom: 20px;
}

#adsense_homepage_banner {
	margin-bottom: 20px;
}

/*-------------Barre navigation------------------*/

.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(images/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:12px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url(images/button3.gif);}
.menu1 li.current a b {background:url(images/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(images/button2.gif);}
.menu1 li a:hover b {background:url(images/button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(images/button3.gif); cursor:pointer;}
.menu1 li.current a:hover b {background:url(images/button3.gif) no-repeat right top;}

.st-related-posts a {text-decoration: none;}
.st-related-posts a:hover {text-decoration: underline;}
.postmetadata a {text-decoration: none;}
.postmetadata a:hover {text-decoration: underline;}

.postrapido {
padding : 0 5px 0 7px;
	margin-bottom: 30px;
	text-align: justify;
background-color:#f3f3f3; border: 1px solid #cbcbcb;
}

.postrapido p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.postrapido img {
	padding: 0;
	margin: 0 0 0 -6px;
}

#rapido_comment {
	float: right;
	width: 50px;
	text-align: right;
padding: 10px 5px 3px 0;
}

#rapido_comment a { color: #FF3C00; text-decoration: underline;
}
#avertissement {margin-top : 50px; padding-top: 20px;}
#disclaimer { color: #FF0000; font-weight: bold;}
#ads_inf {margin: 10px 0 0 0;}

/* Related Posts */  
ol.related-posts {clear:both; text-align:center;; margin:10px 0px 10px 0px; padding:0;}  
ol.related-posts li{width:100px; height: 100px; float:left; display:inline; margin: 0 10px 10px 0;; padding:0;}  
    ol.related-posts img{clear:both; padding:5px; background:#F7F7F7; border:1px solid #DDD;}  
    ol.related-posts a{clear:both; display:block; border:none; text-decoration:none;}  
    ol.related-posts li{font-size:12px;}

.ads_bas {margin: 10px auto 20px auto; text-align:center;}
.ads_top_center {margin: 10px auto 20px auto; text-align:center;}
h3#respond {font-size: 1.8em;}
h3#comments {font-size: 1.3em;}
.social {margin: 20px 0 0 0;}
.social img {margin-right : 12px;}

/* Author bio */
.authbio{
color: #666;
font: 0.90em Helvetica;
text-align: justify;
background-color:#f3f3f3;
border: 1px solid #cbcbcb;
width: 440px;
height:90px;
padding: 10px 12px 8px 10px;
margin-bottom:5px;
}

img.bioleft {
    float:left;
    background-color: #fff;
    border:1px solid #ccc;
    padding: 4px;
    margin: 0 10px 2px 0;
    display: inline;
}

#author_name{font-weight:bold;}

p.parabio
{ 
margin-top: 0px;
}

.facebooklike {margin:7px 0 -15px 0; padding:0;}
