/***
 * Styles spécifiques à la home page
 */
 
.home {
}

#bloc_central {
	float:right;
	width:780px;
	margin-bottom:20px;
}

#bloc_news {
	float:left;
	width: 305px; 
	height: 335px;
	overflow:hidden;
	/*
	*/
	background: url(../_images/gif/vert_01.gif) no-repeat top right; 
}

#bloc_selection {
	float:left;
	width: 475px; 
	height: 335px;
	/*
	*/
	background: url(../_images/gif/vert_02.gif) repeat-x top;
	padding-bottom: 12px;
}

#bloc_selection dl {
	text-align:center;
	margin:0; padding:0;
	margin:3px;
	float:left; 
	width:150px; 
	height:150px; 
	overflow:hidden;
	font: normal 0.9em/1em Arial;
}

#bloc_selection dl dt {
	text-align:center;
	height:2.2em;
	margin:0; padding:0;
	font:bold 1em/1.1em Arial;
}

#bloc_selection dl dd {
	margin:0; padding:0;
}


/**
 * Positionnement du Flash
 */
#popup {
	width:230px;
	height:255px;
	position: relative; 
	top:-285px; left:0;
}


/**
 * Positionnement des 2 petits boutons pour afficher / cacher le Flash
 */
#onoff {
	position: relative;
	top:-305px; left:260px;
}

