/**** fabou.be ******/

body{
	background-image:url(./img/fond.jpg);
	 background-position: 0 0;
   background-repeat: no-repeat;
   background-attachment: fixed;
   
	}

html, body {
	height: 100%;
	margin: 0;
	color:#323232;
	}
pre {
	margin: 0 auto;
	width: 500px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #ccc;
	}
.tip {
	padding: 5px 5px 5px 50px;
	border: 1px solid #c66;
	background: url(img/tip.png) 5px 5px no-repeat;
	}

#global {
	min-height: 100%;
	width: 862px;
	margin: 0 auto;
	position: relative;
	}
#footer {
/*	position: absolute;*/
	height:44px;
/*	bottom: 0;*/
	background-image:url(./img/footer.jpg);
	color: #fff;
	}

#center_header {
	/* éviter la superposition 
	du pied de page et du contenu */
	background-image:url(./img/centre_top.png);
	height:100px;
	}
#center_bas{
	/* éviter la superposition 
	du pied de page et du contenu */
	padding-bottom:44px;
	background-image:url(./img/centre_bas.png);
	height:33px;
	background-repeat:no-repeat;

	}
#center {
	/* éviter la superposition 
	du pied de page et du contenu */
/*	padding-bottom: 60px; */
	overflow: auto;
	background-image:url(./img/centre.png);
	}
#sidebar {
	margin-right:20px;
	float: right;
	width: 299px;
	}
#content {
	/* On laisse de la place à droite 
	pour l'autre colonne */
	float: left;
	width: 530px; 
	}
#global {
	padding: 0 10px;
	}
#header {
	background-image:url(./img/top_bg.png);
	height: 221px;
	width: 862px;

	}
#titresite{
	margin-top:-180px;
	margin-left:280px;
}
p {
	margin-left:20px;
	}

#content, #sidebar h3, #footer p, #sidebar p {
	padding: 0 10px;
	}
#content {
	padding: 0;
	margin-left: 10px;
	}
#content h2 {
	padding-left: 35px;
	color: #6c0;
	}
#content h3, #sidebar h3 {
	color: #c00;
	font-variant: small-caps;
	}
#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	margin: 0 auto;
	position: relative;

	width:862px;
}
a {
	color: #6c0;
	font-weight: bold;
	}
a:hover {
	color: #c00;
	}
 body{
  margin:0;
  padding:0 0 <length> 0;
 }
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:<length>;
 }
 @media screen{
  body>div#footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
.band_left{
	height:71px;
	width:32px;

	background-image:url(./img/band_left.png);
	float:left;
}	
.band_titre{
	max-width:150px;
	height:71px;
	background-image:url(./img/band_titre.png);
	float:left;

}
.spand_titre a{
	color:#Fff;
	margin-left:-25px;
	font-weight:bold;
	text-decoration:none;
}
.band_right{

	height:71px;
	width:45px;
	background-image:url(./img/band_right.png);
	float:left;
}
div.centrage {
margin-left:-20px;

}
.topPost{
	padding-left:15px;
}
.ligneseparation{
	padding-left:12px;	
}
.topTitle a{
	text-decoration:none;
	color:#323232;
	font-size:24px;
}
.topMeta{
	float:left;	
}
#toprss {
	position:absolute;
	float:rigt;
	}
#toprss a{
	text-decoration:none
	}
