
body {
	font-family : "Trebuchet MS", tahoma, sans-serif;
	font-size : small;
}

.clear {
	height : 1px;
	overflow : hidden;
	clear : both;
}

/*--------------------------------------------------------------------
/* CONTENU
/**/

#contenu {
	line-height : 1.5em;
}

#contenu h1 {
	margin : 0;
	padding : 0;

	color : #CD6F47;
	font-style : italic;
	font-weight : bold;
	font-size : 1.75em;
	line-height : 1.15em;

	margin-bottom : 0.75em;
}

#contenu h1.titreDansCorps {
	margin-top : 1em;
}

#contenu h2 {
	margin : 0;
	padding : 0;

	color : #CD6F47;
	/*font-style : italic;*/
	font-weight : bold;
	font-size : 1.2em;

	margin-top : 1.5em;
	margin-bottom : 0em;

	line-height : 1.25em;
}


#contenu a {
	color : #AD542D;
}

#contenu a:hover {
	color : #D56F42;
}

#contenu p, #contenu ul, #contenu ol {
	margin-top : 1em;
	margin-bottom : 1em;
}

