#contenu
{
	float: left;
	width: 600px;
}

#sidebar
{
	float: right;
	width: 165px;
}

#headering 	{ 
	background: url('../carnet/wp-content/themes/default/images/carnetheader.jpg') no-repeat bottom center;
	margin: 7px 9px 0; 
	height: 231px; 
	width: 740px; 
	} 
	
#banner-blogue .description {
	font-size: 1.5em;
	text-align: center;
	
	}
	
	
#banner-blogue a {
	text-decoration: none;
	text-align: center;
	color: white;
}

#banner-blogue h1 {
	font-size: 4em;
	border-bottom: 0;
}

h2 a, h2 a:hover {
text-decoration:none;
}

div.post p {
  margin: 12px 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter,
#contenu img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
