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

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

#droite {
	float: left;
	margin-top: 15px;
	width: 310px;
	_height: 400px;
	min-height: 400px;
}

#bloc-video-intro {
	position: relative;
	width: 620px;
	_height: 300px;
	min-height: 300px;
}

#bloc-news {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 620px;
	_height: 100px;
	min-height: 100px;
}

#video {
	float: left;
	width: 300px;
	_height: 300px;
	min-height: 300px;
}

#intro {
	float: left;
	top: 0px;
	padding-left: 20px;
	width: 300px;
	_height: 300px;
	min-height: 300px;
	background-image: url(../images/index/fond-intro.png);
	background-repeat: no-repeat;
	text-align: left;
}

#liste-news {
	position: relative;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 550px;
	_height: 50px;
	min-height: 50px;
	background-color: #EDF3F5;
	border: 1px solid #DBE7EB;
}

.ligne-news {
	position: relative;
	width: 550px;
	_height: 20px;
	min-height: 20px;
	margin-bottom: 15px;
	text-align: left;
}

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