table {
	float : left;
}
fieldset input {
	position : relative;
	color : #000;
	width : 50%;
	margin-top : 5px;
	margin-bottom : 5px;
	float : left;
}
textarea {
	background-color : #fff;
	width : 100%;
	height : 200px;
}
fieldset {
	position : relative;
}
legend {
	padding : 5px;
	font-weight : bold;
}
a {
	outline : none;
	font-style : italic;
}
.post {
	position : relative;
    -moz-border-radius : 10px;
    border-radius : 10px;
    margin-bottom : 10px;
}
.postContent {
	position : relative;
	padding : 10px;
	padding-top : 5px;
}
.fondPost {
	position : absolute;
	top : 0;
	right : 0;
	background-color : #501622;
	width : 100%;
	height : 100%;
	opacity : 0.3;
    filter : alpha(opacity=30);
    -moz-border-radius : 10px;
}
.titre {
	font-variant : small-caps;
	font-size : 12pt;
	color : #000;
}
.jour {
	font-size : 8pt;
	color : darkgrey;
}
.corps, .commentaires {
	margin-top : 10px;
	text-align : justify;
}
.entete {
	color : darkgray;
}
.visiteur {
	font-weight : bold;
	color : darkgray;
}
.liens {
	font-variant : small-caps;
	font-style : normal;
	font-size : 8pt;
	color : lightgrey;
}
#bienvenue {
	width : 100%;
	text-align : center;
	color : darkgrey;
	font-weight : bold;
}
#texteInfos {
	margin-top : -20px;
}
