body {
	font-family: 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: 862px;
}
h1 {
	margin: 0px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
	font-size: 24px;
	font-family: "Century Gothic", Arial, sans-serif;
}
h4 {
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #D23929;
	font-family: "Century Gothic", 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;
	border: 0px;
}
.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: 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;
	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 ul {
	display: inline;
	margin: 0px;
	display:table;
	border-collapse:collapse;
	line-height: 14px;
}
#image-content {
	background-image: url(images/page-whitebg.png);
	padding-right: 0px;
	padding-left: 0px;
	font-family: "Century Gothic", Arial, sans-serif;
}

#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: "Century Gothic", Arial, sans-serif;
}
#text-content p {
 	margin: 0 0 10px 0;
}
#texte-content a {
	color: #ffffff;
	text-decoration: none;
	border: 0px;
}
#texte-content a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 0px;
}
#texte-footer {
	background-image: url(images/text-footer.png);
	height: 26px;
}
#texte-commentaires-top {
	background-image: url(images/text-comments-top.png);
	height: 7px;
	font-size: 2px;
}
#texte-commentaires-content {
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/text-comments-bg.png);
}


/* Footer */

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

/* Thumbnails */

.thumbnails       {
                  margin: 0px;
                  border: solid 0px #fff;
                  }
.thumbnails:hover {
                  border: solid 0px #fff;
                  }
.current-thumbnail       {
                  border: solid 0px #fff;
}



