/* CSS Document */

body {
	background-color: #002000;
	text-align: center;
	font-family: "Trebuchet MS";
	color:#FFFFCC;
}

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

#logo {
	text-align: center;
	margin-left: 12px;
}

#table_archive {
	width: 700px;
	margin-left: 12px;
	border: #999966 1px solid;
}

#table_archive td {
	width: 350px;
	background-color: #657b4f;
	border: 2px;
	border-style: inset;
	border-color: #cc99ff;
	border-collapse: separate;
	border-spacing: 10px;
	text-align: center;
	font-size: 18px;
	color: #002500;
}

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

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

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

.titre {
	color: #FFFFCC;
}

.texte {
	font-size: 16px;
}

.latin {
	font-style:italic;
}

img {
	border: 0 none;
}

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

.journal {
	font-size: 16px;
	text-align: justify;
}

.commentaire {
	font-size: 14px;
	color:   #cc99ff;
	text-align: justify;
}
	
.nav {
	height: 30px;
	border: 0;
	text-align: center;
	letter-spacing: 10px;  
}

.pied_page {
    text-align: center;
    font-size: 11px;
	color: #999966;
}

