body{
	font-family:'arial', sans-serif;
	font-size:12px;
	margin:0;


}

#general{
	width:1000px;
	margin-left:auto;
	margin-right:auto;


}
#header{
	position: relative;
	width:1000px;
	height:330px;
	background:url('../images/header.jpg');
	background-repeat:no-repeat;

}
#contenu{
position:relative;
}
#footer{
	width:1000px;
	height:134px;
	margin-top:30px;
	background:url('../images/footer.gif');
	background-repeat:no-repeat;
	
}
#footer table{
	width:980px;
	text-align:center;
}
#footer a{
	color:#FFFFFF;
	font-size:21px;
	font-weight:bold;
	text-decoration:none;



.myBlock {
	display: block;
}