#top .maincol{
	background:#FFF;
	background-repeat:no-repeat;
	width:660px;
	height: 480px;
	overflow-y: scroll;
}
#presse {
	width:600px;
	margin-left: 20px; padding: 0px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:50px;
}
#presse li{
	display: inline;
	float: left;
	margin-left: 6px;
	margin-top: 20px;
	padding: 0px;
	list-style-type: none;
}
#presse li div{
	float: left;
	width: 600px;
	margin: 0px; padding: 0px;
	margin-bottom:20px;
	list-style-type: none;
}
#presse li div img{
	float: left;
	margin-right: 15px; padding: 0px;
}
#presse li div a{
	display:block;
	text-decoration: none;
	margin:0px;
	margin-top:20px;
	color:#009ee0;
}
#presse li div span.titre{
	display:block;
	text-decoration: none;
	text-transform: uppercase;
	color:#009ee0;
	font-weight: bold;
}
#presse hr{
	border: 0; /* enleve toute bordure */
	border-bottom: 2px #999999 dotted; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
	height: 2px; /* pour IE */
}

#detail_presse {
	width:630px;
	margin: 0px; padding: 0px;
}
#detail_presse h2 {
	display:block;
	float:left;
	width:500px;
	font-size:24px;
	margin-bottom:0px;
}
#detail_presse .titre{
	display:block;
	float:left;
	text-decoration: none;
	text-transform: uppercase;
	color:#009ee0;
	font-weight: bold;
	margin-left:20px;
	margin-bottom:20px;
}
#detail_presse img{
	width:530px;
	height:360px;
	margin-left: 50px;
}

#flash{
	width:530px;
	height:360px;
	margin-left: 50px;
}

#text {
	display:block;
	width:530px;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 50px;
}
#close {
	background-position: absolute;
	float:right;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: top;
	font-weight:bold;
	line-height:15px;
	background: url("/images/cross.png") no-repeat top right;
	padding-top:0px;
	padding-right:20px;
	margin-top:15px;
}