#header {
	display: none;
}

#wrapper {
	width:600px;
}


#main_content {
	width:600px;
}

#content {
	width:600px;
}

.contenu_post img {
	max-width: 570px;
}

/*colonne de droite*/


#sidebar_right {
	display: none;
}

.presentation_commentaires{
	display: none;
}

#footer {
	width:600px;
}

#bg_footer {
	width:600px;
}

#footer p.editeurs {
	display: none;
}

.no_print {
	display: none;
}

img {
	border: none;
}


/* Begin Images */
/*	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.centered {
	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 */



