#menu {
	width: 15%;
	text-align: left;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
        font-family: verdana;
        font-size: 11pt;
        font-weight: bold;
        color: 663300;
}

#contenu{
	width: 79%;
	padding-right: 2%;
padding-left:2%;
	text-align: justify;
	float: right;
        background-color: FFFFCC;
position:absolute;
top:0.5em;
right:0.5em;
}

h1, h2 {
	margin-top: 0;
	font-variant: small-caps;
color:663300;
}

h1{
        font-size: 16pt;
        font-family: verdana;
}

.journal {
font-style: italic;
}

body{
background-color:CCFF99;
}

A{
color:663300;
border-bottom: thin dashed;
}
A:link {text-decoration: none;}
A:hover {
text-decoration: underline;
color: FF9933;
border-bottom: none;
}
A:visited {text-decoration: none;}
A:active {text-decoration: none}