body {
	font-family : verdana;
	font-size : 80%;
	width : 90%;
	margin : auto;
	background-color : lightgrey;
}

hr, div#header .description, div#footer p {
	display : none;
	visibility : hidden;
}

a {
	color : slategray;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : cadetblue;
	background : transparent;
}

a:hover {
	background-color : lightsteelblue;
}

a:active,a:visited {
	color : black;
}

img {
	border : none;
}

h2 a {
	text-decoration : none;
	color : darkslategray;
}

h2 a:hover {
	text-decoration : underline;
}

div#page {
	margin : 1em;
	border : 1px solid black;
	background-color : white;
}

div#header, div#footer {
	clear : both;
	background-color : slategray;
	padding : 1em;
	margin : 0em;
	text-align : center;
}

div#header a:hover, div#header a:hover {
	background-color : slategray;
}

div#footer {
	height : .5em;
	padding : .2em 0em 1em 0em;
}

div#header h1 a {
	font-size : 120%;
	text-decoration : none;
	color : black;
}

div#footer a,div#footer a:visited {
	color : black;
}

.navigation {
	margin : 1em;
}

.navigation .alignleft {
	float : left;
	text-align : left;
	width : 50%;
}
.navigation .alignright {
	float : right;
	text-align : right;
	width : 50%;
}

div#content {
	float : left;
	width : 75%;
}

div#sidebar {
	float : right;
	width : 23%;
	font-size : .8em;
	padding : .5em;
}

div#sidebar ul {
	padding : 0em;
}

div#sidebar ul li {
	list-style-type : none;
	padding : 1em;
	margin : 0em -.5em;
}

div#sidebar ul li ul li {
	list-style-type : disc;
	padding : 0em;
}

div#sidebar ul li ul.children {
	margin : 0em 1.5em;
}

div#sidebar ul li.linkcat {
	padding : 0em;
}

div#sidebar ul li.linkcat h2 {
	margin : 0.5em;
}

div#sidebar ul li.linkcat ul li {
	margin : 0em 1.5em;
}

div#content .post {
	clear : both;
	padding : 1em;
}

div#content .post h2 {
	font-size : 1.8em; /* Assurer une meilleure visibilité des titres des billets. */
	line-height : 1.3em; /* Pour que les titres sur plusieurs lignes soient affichés correctement. */
	margin : 0em -.5em; /* Pour que le titre d'un billet soir en retrait par rapport au reste du billet. */
}

div#content .post h2 a {
	padding : 1px; /* Pour que le souligné ne soit pas coupé dans le sens de la hauteur. */
}

div#content .post small {
	font-size : .8em;
	color : lightgray;
	margin-bottom : 1em;
	margin-left : 1em;
	margin : 0px;
}

div#content .post .postmetadata {
	margin : 0em -1em;
}

div#content .post .postmetadata {
	border-top : 1px dashed black;
	border-bottom : 1px dashed black;
	color : black;
	background-color : lavender;
	padding : 2px 20px;
}

.post .alt {
	font-size : .8em;
	color : black;
}

textarea#comment {
	width : 80%;
	margin : 1em;
}
