
html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 10px 20px; 
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; 
	font-size: .8em; 
	line-height: 1.25; 
	color: black;
	background: #fef8fd;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; 
}

h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal; 
}

h1 {
	font-size: 3em; 
	font-style: italic;
}

h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}


ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; 
}

ul {
	list-style: square;
}

li {
	margin: 0;
	padding: 0;
}

p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}

cite {
	font-style: italic;
}

a {
	color: mediumblue;
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}

a img {
	border: none; 
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: dimgray;
}

pre {
	width: 90%;
	font-size: 100%;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}

pre strong {
	font-weight: normal;
	color: black;
}

hr {
	color: red;
	background-color: red;
	height: 1px;
	border: 0;
	width: 200px;
}


#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
	margin-left: 20%;
}

#copyright a {
	color: #848F63;
	text-decoration: none;
}

#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}

#navigation {
	background: #181A12;
	width: 18%;
	float: left;
}

#navigation a {
	color: #FF6533;
	display: block;
	height: 1%;
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

#navigation a:hover, #navigation a:focus {
	background: #000000;
}

#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}

#contenu {
	color: #363B29;
	margin-left: 20%;
	margin-bottom: 20px;
	padding: 10px 20px;
	border : 1px solid #fbedfd; 
	background-color: white;
	text-align: justify;
}

#contenu a {
	color: #FF9900;
	text-decoration:none;
}

#contenu a:hover, #contenu a:focus {
	color: #ff0000;
	text-decoration: underline;
}

#contenu strong {
	color: #181A12;
}

#contenu > :first-child {
	margin-top: 10px;
}

#contenu p, #contenu li {
	line-height: 1.5;
}

#entete {
	padding: 20px 0;
}

#entete h1 {
	margin: 0;
}

#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}

#entete .sous-titre {
	margin: 4px 0 15px 0;
}