#page {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
}
div.auteur {
	display: block;
}

#haut, .post-court, div#listcat, div.auteur {
	border :0px solid #FFF;
	border-bottom: 1px solid #919698;
	margin-top :10px;
	margin-bottom :10px;
}

/* @group HAUT */
#haut h2 {
	font-family: 'Lucida Grande',Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin:0px;
}

#haut h1 {
	font-family: 'Lucida Grande',Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #000000;
	margin:0px;
}

#haut h1 a, #haut h2 a {
	text-decoration: none;
	color:#000;
}
#haut_logo {
	margin-bottom: 10px;
}

/* @end */
/* @group BAS */
#bas {
	margin-top: 30px;
	border :0px solid #FFF;
	border-top: 1px solid #919698;
	clear: both;
}

#bas P {
	text-align: center;
}
#bas P IMG {
	padding:0px;
}
#creativecommons {
	background-image: url('../images/creativecommons.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 83px;
}
/* @end */

/* @group COMMENTAIRES */

ol.commentlist {
	padding: 25px;
}
.commentlist .odd, .commentlist .even
{
	
	padding:10px;
	border: 1px solid #999999;
}
.commentlist .odd
{
	background-color: #EAF4F7;
}
.commentlist .even
{
	background-color: #F8F8F8;
}
.commentmetadata a
{
	color: #666666;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}
cite a, .cite_author {
	color: #000;
	text-decoration: none;
	font-style: italic;
}

/* @end */

/* @group Display:none */
#comments, #respond, #commentform {
	display: none;
}
div#nav {
	display: none;
}
div#sidebar {
	display: none;
}
hr {
	display: none;
}

/* @end */