@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-btns {
	position: relative;
	width: 540px;
	height: 25px;
}

.btn {
	float: left;
	margin-right: 10px;
}

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

.borderDBE7EB {
	border: 1px solid #DBE7EB;
}
