/* CSS Document */

body
{
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg.jpg);
	font-size:12px;
}

.container
{
	/*
	border:1px;
	border-style:solid;
	border-color:#FF0000;
	*/
	
	height:auto;
	width:100%;
	text-align:center;
}

.header_container {
	width:763px;
	margin: 0px auto 0px auto;
	
}
.header {
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	background-position:right;
	* background-image: url("images/blank.gif");
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header.png');
	width:763px;
	height:365px;
	margin: 0px auto 0px auto;
}
.spot{
position:absolute;
z-index:2; 
left:auto; 
height:365;

}




.post_date {
	background-image: url(../images/post_it_date.png);
	background-repeat:no-repeat;
	background-position:right;
	* background-image: url("images/blank.gif");
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/post_it_date.png');
	float:left;
	width:240px;
	height:175px;
}
.post_prix {
	background-image: url(../images/post_it_prix.png);
	background-repeat:no-repeat;
	background-position:right;
	* background-image: url("images/blank.gif");
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/post_it_prix.png');
	float:left;
	width:255px;
	height:175px;
	position:relative
}

img
{
	border: 0px;
}

#board {
	background-image: url(../images/bg-board.png);
	background-repeat:repeat-y;	
	width:763px;
	height:600px;
	margin: 0px auto 0px auto;
	position:relative;
}

.contenu_postit{
	width:223px;
	height:419px;
	float:left;
}

#contenu_container {
	background-image: url(../images/bg-contenu.png);
	background-repeat:no-repeat;
	* background-image: url("images/blank.gif");
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-contenu.png');
	width:421px;
	height:577px;
	margin: 5px 0px 0px 0px;
	float:left	
}

#contenu {
	z-index:2;
	float:left;
	overflow:auto;
	position:absolute;
	width:370px;
	height:500px;
	margin: 30px 0px 0px 260px;
	text-align:left;
	vertical-align:text-top;
}



.footer {
	background-image: url(../images/footer.png);
	background-repeat:no-repeat;
	* background-image: url("images/blank.gif");
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer.png');
	width:763px;
	height:192px;
	margin: 0px auto 0px auto;
}

table.section{
font:Arial, Helvetica, sans-serif;
font-size:11px;
color:#4c3824;
width:100%;
}

table.section th{
	text-align:left;
	font-size:14px;
	color:#663300;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	vertical-align:text-top;
	height:15px;
}

a:hover{

}

table.section a{
	color:#FF6600;
	font-weight: bold;
}
table.section a:hover{
	color:#FF6600;
	background-color:#4c3824;
	text-decoration: none;
	font-weight: bold;
}
table.board{
	padding:4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	background-color:#FFFFFF
}
table.section td.orange{
	color:#FF6600;
	text-decoration: none;
	font-weight: bold;
}
img.band{
	padding:4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;

}
<style type="text/css">
        img { behavior: url("inc/pngbehavior.htc"); }
</style>
