/* CSS Document */

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

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

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

#table_archive {
	width: 720px;
	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;
}

.style1 {
	color:#CC99FF;
	font-weight:bold;
}

.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;
}

.dg-picture-zoom{
	cursor : url(http://www.dhtmlgoodies.com/scripts/picture-zoom/cursors/magnify-plus.cur), pointer !important;
}

.dg-picture-zoom-large{
	cursor : url(http://www.dhtmlgoodies.com/scripts/picture-zoom/cursors/magnify-minus.cur), pointer !important;
}

.dg-picture-zoom-border-container{
    border : 2px solid #FFFFCC;
    background-color: #FFFFCC;
    margin-left:-7px;
    margin-top:-7px;
    padding:7px;
    border-radius: 5px;
}
