body {
	font-family: "Trebuchet MS","Vera", "Trebuchet", "Tahoma", sans-serif;
	text-align: justify;
	background: url("i/bg.png");
	background-repeat: repeat-x;
	background-position: top left;	
	background-color: #3c4449;
	font-size: 12px;
        width: 700px;
	margin-top: 30px;
	margin-left: 150px;
	margin-right: 50px;
}

img {
	border-top: 1px #fff solid;
        border-bottom: 1px #fff solid;
        border-right:1px #fff dashed;
        border-left:1px #fff solid;
}

a:link,a:visited {
	font-style: oblique;
	text-decoration: none;
	color: #f1d32c;
}

a:active,a:hover {
	font-style: oblique;
	text-decoration: none;
	color: #000;
}

p.texte {
	text-align: justify;
}

table.texte {
	width: 600px;
	text-align: justify;
        color: #FFF
}

td {
	vertical-align: top;
}
/*
#navlist {
	margin-bottom: 32px;
	margin-top: 8px;
}

#navlist ul {
	margin:0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
}

#navlist a {
	padding: 2px 10px 2px 10px;
	border: 1px solid #f1d32c;
	width: 30px;
	background-color: #fff;
	-moz-border-radius: 10 10;
}

#navlist a.select {
	padding: 2px 10px 2px 10px;
	border: 1px solid #303BA8;
	width: 50px;
	background-color: #fff;
	-moz-border-radius: 20 5;
}

#navlist a:link, #navlist a:visited {
	color: #000;
	color: #000;
	text-decoration: none; 
	
}

#navlist a:hover {
	border: 1px solid #333;
	background-color: #f1d32c;
}

#navlist li {
	display: inline;
        color: #FFFFFF
}
*/
#menu {
	background: #800000;
	padding: 0;
	position: absolute;
	left: 8px;
	top: 30px;
	width: 100px;
	border: 3px #fff solid; 
        color: #fff;
	-moz-border-radius: 10 10;
}

#contenu {
	background: #800000;
        background-repeat: no-repeat;
        background-image: url("i/bg_e.png");
        background-position : 99% 99%;
	border: 3px #fff solid; 
	padding: 10px;
        color: #fff;
	-moz-border-radius: 20 20;
	font-size: 12px;
	text-align: justify;
}

.titre {
	font-size: 15px;
	font-weight: bold;
}

.year {
        font-size: 16px;
        font-weight: bold;
        color: #4d4c5f;
        text-align: center;
}

.translate {
        font-size: 14px;
        color: #000;
        /*background-color: white;*/
}

h1 {
        font-family: "Bitstream Vera", "Vera", "Trebuchet MS", "Trebuchet", "Tahoma", sans-serif;
        color: #fff;
	font-weight: bold;
        font-size: 14px;
}

h2 {
        font-family: "Bitstream Vera", "Vera", "Trebuchet MS", "Trebuchet", "Tahoma", sans-serif;
        color: #fff;
        font-size: 13px;
}
hr {
        width: 25%;
        height: 1px;
        background-color: #ddd;
        border: 0px;
}

#menu ul {
	color: yellow;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
	text-transform: uppercase;
}

#menu ul li {
	font: italic normal 100% 'Times New Roman', Times, serif;
	letter-spacing: 0.4em;
	margin-top: 10px;
	padding-bottom: 2px;
}

div.entry {
	padding-left: 20px;
	padding-right: 20px;
}

#copy {
	text-align: right; 
	font-size: 10px;
	padding-top: 5px;
}

/*
.sb {
	scrollbar-face-color: #222;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #222;
	scrollbar-arrow-color: #FFFFFF
        }
*/

