body
{
	background: url(images/dark-forest.png) black fixed no-repeat center;
	border: thick groove white;
	margin: 5px;
	color: red;
	text-align: justify;
	font-size: medium;
	font-family: Calibri;
	padding: 5px;
	
}
p
{
	color: red;
	text-align: justify;
	font-size: medium;
	font-family: Tahoma, Arial, Times New Roman;
}
.article:hover
{
	background-color: black;
}
.article
{
	margin-left: 5px;
	margin-right: auto;
    margin-top: 10px;
	width: 75%;
	overflow: visible;
	border: medium double white;
	padding: 6px;
}
.pied_de_page
{
	color: gray;
	font-size: 0.7em;
	text-align: center;
	font-family: Arial;
	border-top: thin solid gray;
	padding-bottom: 5px;
}
h1
{
	text-indent: 40px;
	color: lime;
	font-size: 2em;
	font-family: Monaco, Verdana, Arial;
	font-weight: bold;
	border-bottom: thin dashed lime;
}
h2
{
	font-family: Monaco, Verdana, Arial;
    color: green;
}
a:active
{
	background-color:yellow;
}
a
{
	color: white;
	text-decoration: none;
}
a:focus, a:visited
{
	color: gray;
	text-decoration: none;
}
a:hover
{
	color: white;
	text-decoration: blink;
	font-style: italic;
}
q
{
	color: teal;
	font-family: Constantia;
	font-style: italic;
}
#menu
{
	margin-left: auto;
	right: 15px;
    margin-top: 10px;
	width: 19%;
	overflow: visible;
	border: medium double white;
	padding: 6px;
	font-family: Tahoma, Arial, Times New Roman;
	position: fixed;
	background-color: black;
	
}
#menu.ul {
	list-style-type: none;
}
strong
{
	font-weight: bold;
	text-decoration: underline;
	color: maroon;
}
em
{
	font-style: oblique;
}
.date
{
	color: green;
	font-family: Constantia;
	font-style: italic;
	font-size: 0.4em;
	text-align: right;
}
.red
{
	color: red
}
#en_tete
{
	width: 1024px;
	height: 104px;
	background-image: url("images/entete.png");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin: auto;
}
#footer
{
	border: medium double white;
	text-align: center;
}
.lecteur
{
	text-align: center;
}