/*CSS POUR LA HOMEPAGE*/

#head { float:left; width:1000px; height:430px; margin:20px 0; }
	#logo { float:left; width:700px; height:450px; background:white; }
	#baseline { float:left; margin:0 0 0 30px; }
		#baseline img{ border:none; }
		#right{ margin:-77px 0 0 0; }
			#registerhome{ float:left; width:280px; margin:40px 0 0 0; padding:30px 0 0 30px; background:#ededec url(../img/arrow_nav.png) top left no-repeat; }

#blocvisuel{ float:left; width:700px; background:white; margin:-80px 0 20px 0; }
	#visuel { float:left; width:400px; margin:0 20px 20px 20px; }

.news{ float:left; width:100%; background:#FFF; padding:20px; margin:0 0 20px 0; font-size:0.9em; border-top:5px solid #DDD; }
	.news h2{ padding:0px; margin:0 0 20px 0; font-size:1.7em; }
	.news h3{ padding:0px; margin:0px; color:#BBB; }
	.news img{ float:right; margin:0 0 20px 20px; }
	.news a img { border:none; background:none; text-decoration:none;}
	.news .up { text-align:right; }
