body {
	font-family: Bodoni MT,Arial, Helvetica, Verdana, sans-serif;
	background-image: url(images/page-background.png);
	margin: 0px;
	font-size: 12px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 766px;
}
h1 {
	margin: 0px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
	font-size: 24px;
	font-family: "Bodoni MT", Arial, sans-serif;
}
h4 {
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #A00000;
	font-family: "Bodoni MT", Arial, sans-serif;
}
div.spacer {
 	clear: both;
 }
 
/* bloc d'image */

#image-header {
	background-image: url(images/image-header.png);
	height: 50px;
}
#image-menu {
	background-image: url(images/page-whitebg.png);
	padding-right: 13px;
	padding-left: 13px;
}
#image-menu a {
	color: #666666;
	text-decoration: none;
}
.menu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-family: Bodoni MT,Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 6px;
	padding-right: 6px;
	height: 14px;
}
#image-menu li {
	display: inline;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#image-menu li:hover {
	background-color:#E5E5E5;
}
#image-menu ul {
	display: inline;
	margin: 0px;
	display:table;
	border-collapse:collapse;
	line-height: 14px;
}
#image-content {
	background-image: url(images/page-whitebg.png);
	padding-right: 18px;
	padding-left: 18px;
	font-family: "Bodoni MT", Arial, sans-serif;
}
#image-content a {
	color: #990000;
	text-decoration: none;
}
#image-content a:hover {
	text-decoration: underline;
}
#image-footer {
	background-image: url(images/image-footer.png);
	height: 21px;
}

/* bloc de texte */

#texte-header {
	background-image: url(images/text-header.png);
	height: 20px;
}
#texte-content {
	background-image: url(images/page-whitebg.png);
	padding-right: 22px;
	padding-left: 18px;
	text-align: justify;
	font-family: "Bodoni MT"Arial, sans-serif;
}
#text-content p {
 	margin: 0 0 10 0;
}
#texte-content a {
	color: #990000;
	text-decoration: underline;
}
#texte-content a:hover {
	text-decoration: none;
}
#texte-footer {
	background-image: url(images/text-footer.png);
	height: 26px;
}


/* Footer */

#footer {
	font-size: 10px;
	color: #666666;
	font-style: italic;
	text-align: center;
	font-family: Bodoni MT,Arial, Helvetica, Verdana, sans-serif;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}

/* Formulaire commentaires */
#comment-top {
    background:#fff;
	border-bottom:1px solid #eee;
	padding:5px;
	margin-bottom:25px;
	height:15px;
	}    

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#444;
	text-decoration:none;
	padding:10px;
	border:1px solid #eee;
	}
	
#comments li a {
	color:#444;
	text-decoration:none;
	}
	
#comments li:hover {
	background:#f5f5f5;
	}
	
#comments li a:hover {
	background:#f5f5f5;
	}

#comment-middle {
    background:#fff;
	border-top:1px solid #eee;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #eee;
	background:#f5f5f5;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}

/* Thumbnails */

.thumbnails       { margin: 1px; border: solid 1px #fff }
.thumbnails:hover {border: 1px solid #d73414; }
.current_thumbnail       { margin: 1px; border: solid 1px #d73414 }

blockquote {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 7px;
	margin: 5px;
	color: #333333;
	font-style: italic;
}

