body {
font-family: arial, verdana, sans-serif;
background: transparent url("images/lignes.jpg") repeat top left; 
color: #422d12;
text-align: left;
}

body, h1, h3, img, 
#container, #header, #content, 
#title, #menu, #dots,
#menu ul {
margin: 0;
border: 0;
padding: 0;
}

a:link, a:visited, a:hover, a:active {
color: #422d12;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

#container {
width: 825px;
min-width: 825px;
margin: 10px;
}

#header, #content {
position: relative;
clear: both;
float: left;
width: 100%;
}

#title, .smallcaps {
font-variant: small-caps;
}

#title h1 {
position: relative;
float: left;
font-weight: 100;
font-size: 72px;
padding: 20px 0 0 20px;
}

#title h3 {
position: absolute;
top: 1px;
left: 1px;
font-weight: lighter;
font-size: 18px;
padding: 0 0 5px 5px;
}

#menu {
position: relative;
clear: both;
float: left;
background: #422d12;
padding: 10px;
}

#menu li {
display: inline;
text-align: center;
padding: 15px 10px;
}

#menu a {
color: #fff;
}

#menu a.selected {
text-decoration: underline;
}

#dots {
position: relative;
float: right;
}

#dots img {
padding: 0 10px;
}

#content {
width: 400px;
height: 300px;
background: white;
text-align: justify;
margin-left: 100px;
padding: 50px;
border: 5px solid #422d12;
}

.smallfont {
font-size: small;
font-weight: bold;
text-align: right;
}
