body {
	margin: 0;
	background-color: #E4E2E2;
}

#container {
	width: 1050px;
	height: 1550px;
	margin: 0 auto;
}

#header {
	width: 1050px;
	height: 22px;
	background-image: url(images/header_bg2.png);
}

#logo {
	margin-left: 15px;
}

#content {
	width: 100%;
	height: 100%;
	background-image: url(images/main_bg.png);
	margin: 0 auto;
}

#footer {
	width: 1050px; 
	height: 22px;
	background-image: url(images/footer_bg.png);
}

#partnershiplinks {
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	color: #000000;
	width: 990px;
	height: 20px;
	margin: 0 auto;
}

#promobottom {
	width: 950px; 
	height: 150px;
	margin: 15px auto;
}


/* Recopié de l'autre css */
table.trade{
	margin: 0 0 0 14px;
	width: 1024px;
	
}

table.trade td{
	margin: 0;
	width: 25%;
	text-align: center;
	font: bold 14px verdana;
	vertical-align: top;
}

table.trade td img{
	margin: 0;
	padding: 0;
	width: 240px;
	height: 180px;
	border: 1px solid #fff;
}

table.trade td a{
	text-decoration: none;
	color: #132F9F;
}

.linkbloc2{
	font: bold 13px tahoma;
	margin:0 0 0 95px;
}


.linkbloc{
	width: 900px;
	font: bold 13px tahoma;
	margin: 0 0 0 105px;
	color: #132F9F;
}

.linkbloc td{
	
}

.linkbloc a, .linkbloc2 a{
	color: #132F9F;
	text-decoration: none;
}

.linkbloc a:hover, .linkbloc2 a:hover{
	color: #ffffff;
	background:  #132F9F;
}

