@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: 460px;
	min-height: 460px;
}

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

#texte {
	position: relative;
	margin-top: 20px;
	width: 540px;
	_height: 460px;
	min-height: 460px;
	background-image: url(images/programm/fond.png);
	background-repeat: no-repeat;
}

.ligne-links {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	width: 510px;
	_height: 50px;
	min-height: 50px;
	background-image: url(images/links/fond-links.png);
	background-repeat: repeat-x;
	background-color: #EEF4F6;
	border: 1px solid #DBE7EB;
}

.logo-links {
	float: left;
	width: 150px;
	_height: 50px;
	min-height: 50px;
}

.descriptif-links {
	float: left;
	margin-left: 10px;
	width: 350px;
	_height: 50px;
	min-height: 50px;
}
	
.clear {
	clear: both;	
	padding: 0px;
	margin: 0px;
	height: 0px;
	_display: none;
	visibility: hidden;
}
