/* CSS Document */

body {
	background-color: #002000;
	text-align: center;
	font-family: "Trebuchet MS";
	color:#FFFFCC;
	scrollbar-arrow-color:#B4B68B;
	scrollbar-highlight-color:#8B8D6A;
	scrollbar-face-color:#002b00;
	scrollbar-3dlight-color:#818146;
	scrollbar-shadow-color:#054C04;
	scrollbar-darkshadow-color:#012E01;
	scrollbar-track-color:#002d00;
}

#conteneur {
	background-color: #002500;
	width: 720px;
	text-align: center;
	margin: 0 auto;
	}

a {
   color: #ffcc66;
   text-decoration: none;
}

a:hover, a:focus {
     text-decoration: underline;
	 color: #FF9933;
}

h1 {
	font-size: 24px;
	font-style: normal;
}

.titre {
	color: #FFFFCC;
}

h2 {
	font-size: 20px;
	color: #ffcc66;
	font-style: normal;
}
	
.texte {
	font-size: 16px;
	text-align: center;
}

.blabla {
    text-align: justify;
}

.latin {
    font-style: italic;
}

.date {
	font-size: 24px;
	text-align: right;
}

.commentaire {
	font-size: 14px;
	text-align: justify;
}
	
table {
	text-align: center;
	width: 700px;
}

.table_archive {
	border: 1px;
	border-color: #999966;
}
	
.tr_archives {
	border-color: #cc99ff;
	background-color: #657b4f;
}
	