/*Pour chaque article du weblog (div class="weblog_unit") */
#weblog {
	border: 1px solid #C0C0C0  ;
	padding: 0px 10px 10px 10px;
	width:80%;
	}
div.weblog_unit {
	padding-bottom:30px;
	border-bottom: 1px solid #C0C0C0;
	padding-top:10px;
	}
div.weblog_unit_dernier {
	margin-bottom:10px;
	padding-top:10px;
	}
div.weblog_entete {
	border-bottom: 2px dotted #C8C8C8;
	margin-bottom:5px;
	}
div.weblog_entete h4, div.weblog_entete h4 a {
	font-size:16px;
	color:black;
	}
div.weblog_entete .weblog_dateheure {
	font-size:10px;
	float:right;
	vertical-align:bottom;
	}
div.weblog_texte {
	text-align:justify;
	}
div.weblog_texte h5 {
	font-size:130%;
	}
div.weblog_texte h6 {
	font-size:115%;
	}
div.weblog_bas, div.weblog_bas a {
	margin-top:10px;
	font-size:10px;
	}



/* --------------------------------------- */
/* Pour les commentaires */
#Commentaires {
	border: 1px dashed #C0C0C0  ;
	border-top:0px;
	padding: 20px 10px 10px 10px;
	width:80%;
	}
div.commentaire_unit {
	border-bottom: 1px dotted #C0C0C0;
	padding-top:5px;
	padding-bottom:15px;
	}
div.commentaire_entete h5 {
	font-size:12px;
	margin-bottom:0px;
	}
div.commentaire_entete .commentaire_auteur {
	font-style:italic;
	}
div.commentaire_entete .commentaire_dateheure {
	float: right;
	}
div.commentaire_texte {
	text-align:justify;
	}
	
/* --------------------------------------- */
/*Pour le formulaire sur log.php */
form {
	margin-top:20px;
	}
fieldset {
	width:80%;
	}
fieldset legend {
	font-size:120%;
	font-weight:bold;
	}
fieldset label {
	display: inline;
  	float: left;
  	width: 100px;
	text-align: right; }
fieldset input {
	margin:5px;
	width:200px; }
fieldset textarea {
	margin:5px;
	height:200px;
	width:300px;
	}
