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

/* Page Radio */
#gauche {
	float: left;
	margin-top: 70px;
	width: 610px;
	_height: 300px;
	min-height: 300px;
}

#droite {
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 312px;
	_height: 300px;
	min-height: 300px;
}


#texte {
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
	width: 590px;
	_height: 100px;
	min-height: 100px;
	background-image: url(../images/uber-mich/fond.png);
}

#titre-intro {
	position: relative;
	width: 610px;
	height: 25px;
}

.ligne-radio {
	position: relative;
	padding-bottom: 10px;
	width: 580px;
	_height: 50px;
	min-height: 50px;
	text-align: center;
}

.titre-radio {
	position: relative;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	width: 570px;
	height: 18px;
	background-color: #FFD000;
}

.legende-radio {
	position: relative;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 570px;
	_height: 30px;
	min-height: 30px;
	text-align: left;
}

/* Fin page Radio */

