body {
	background-color: #f4f4f4;
}

#conteneur {
	margin: 0 auto;
}

h3.titre {
	width: 520px;
	height: 35px;
	padding: 10px;
	margin-bottom: 0;
	background-color: #444444;
	color: #e1e1e1;
}

h3 a {
	color: #e1e1e1;
	text-decoration: none;
}

.section {
	margin-top: 0;
	width: 520px;
	/*height: 250px;*/
	padding: 10px;
	background-color: #e1e1e1;
	
}

.publi {
	width: 500px;
	height: 236px;
	margin-top: 15px;
}

.d_gauche {
	width: 13px;
	height: 236px;
	float: left;
	background: url(../images/fd_gauche.png) no-repeat;
}

.d_droit {
	width: 13px;
	height: 236px;
	float: right;
	background: url(../images/fd_droit.png) no-repeat;
}

.centre {
	width: 474px;
	height: 210px;
	padding: 13px 0 !important;
	padding: 12px 0;
	float: left;
	background: #444 url(../images/fd_centre.png) repeat-x;
}

.visu {
	width: 150px;
	height: 210px;
	float: left;
	background: #ddd;
}

.argu {
	width: 313px;
	height: 200px;
	float: left;
	background: #333;
	padding: 5px;
}

.argu p {
	color: #eaeaea;
	font-size: 10px;
	margin: 5px;

}

.argu p.titrepubli {
	color: #ed4f0a;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

.info {
	background: black;
	color: white;
	padding: 3px 6px;
	border: 1px solid white;
	font-size: 10px;
	line-height: 130%;
	text-decoration: none;
	text-align: center;
}

.concept {
	font-weight: bold;
	color: #fff;
}

.nouveau {
	color: #f8d96a;
	font-size: 11px;
	font-weight: bold;
	background-color: #830a05;
	padding: 2px;
}

h5.edito {
	color: #830a05;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -15px;
}

