@charset "utf-8";
/* CSS Document */

#gauche {
	float: left;
	margin-top: 30px;
	width: 410px;
	_height: 400px;
	min-height: 400px;
}

#droite {
	float: left;
	margin-top: 30px;
	width: 540px;
	_height: 434px;
	min-height: 434px;
	background-image: url(images/news/fond.png);
	background-repeat: no-repeat;
}

#titre {
	position: relative;
	width: 500px;
	height: 52px;
}

#actu-dev {
	position: relative;
	width: 540px;
	_height: 50px;
	min-height: 50px;
}

#titre-actu-dev {
	position: relative;
	width: 540px;
	_height: 20px;
	min-height: 20px;
	margin-bottom: 10px;
}

#titre-archives {
	position: relative;
	margin-top: 20px;
	width: 528px;
}

#bloc-archives {
	position: relative;
	padding: 10px;
	width: 508px;
	_height: 20px;
	min-height: 20px;
	border: 1px solid #DBE7EB;
	background-color: #EDF3F5;
}

.ligne-archives {
	position: relative;
	width: 508px;
	_height: 20px;
	min-height: 20px;
}

.clear {
	clear: both;	
	padding: 0px;
	margin: 0px;
	height: 0px;
	_display: none;
	visibility: hidden;
}

.borderFFFFFF {
	border: 1px solid #FFFFFF;
}
