* {
font-size:1.1em;
background-color:black;
border:0;
color:#a4a4a4;
font-family:monospace;
font-weight:bold;
margin:0;
text-decoration:none;
}
#conteneur {
margin-left:auto;
margin-right:auto;
width:587px;
}
div > div {
margin-top:5px;
margin-bottom:5px;
}
a {
color:#00a700;
}

a:focus, a:hover {
color:#f4f451;
}

b, strong {
color:#ea4e4e
}

img {
border:2px solid #9d4f00;
}

h1 {
font-size:130%;
background-color:blue;
color:#ff5;
text-align:center;
}
h2 {
font-size:120%;
color:#999;
}
h3 {
font-size:110%;
color:#999;
margin-left:15px
}

hr {
margin-top:10px;
margin-bottom:10px;
background-color:#aaaa39;
border:0;
/*decoration:none;*/
height:4px;
}
p {
color:#999;
margin-bottom:10px;
margin-left:20px
}
strong {
font-weight:bold
}
cite {
color:cyan;
}