/* begin Header */
div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 800px;
	height: 134px;
}


div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 800px;
	height: 134px;
	background-image: url('../affichages/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */
/* begin Box, Post */
.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:21px;
	min-height:21px;
}

.Post-body
{
	position: relative;
	z-index:1;
	padding: 10px;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl, .Post-tc, .Post-bc,.Post-cr, .Post-cl
{
	position:absolute;
	z-index:-1;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl
{
	width: 20px;
	height: 20px;
	background-image: url('../affichages/Post-s.png');
}

.Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 10px, 10px, auto);
}

.Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 10px, 10px);
}

.Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(10px, 10px, auto, auto);
}

.Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(10px, auto, auto, 10px);
}

.Post-tc, .Post-bc
{
	left: 10px;
	right: 10px;
	height: 20px;
	background-image: url('../affichages/Post-h.png');
}

.Post-tc
{
	top: 0;
	clip: rect(auto, auto, 10px, auto);
}

.Post-bc
{
	bottom: 0;
	clip: rect(10px, auto, auto, auto);
}

.Post-cr, .Post-cl
{
	top: 10px;
	bottom: 10px;
	width: 20px;
	background-image: url('../affichages/Post-v.png');
}

.Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 10px);
}

.Post-cl
{
	left:0;
	clip: rect(auto, 10px, auto, auto);
}

.Post-cc
{
	position:absolute;
	z-index:-1;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #FDBE0F;
}


.Post
{
	margin: 5px;
}

/* Start images */
