#bandeau_top_accueil {
	width: 980px;
	background-color:#eee;
	background-image:url(/public/images/titleAccueil.jpg);
	height: 22px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDF8CD;
	behavior: url(/public/styles/PIE.htc);
}



#accueil_content {
	background-color: #EEE;
	min-height: 500px;
	width: 980px;

}

#main_accueil {
	box-shadow: 0 0 10px 0px #000000;
	-moz-box-shadow: 0 0 10px 0 #000000;
	-webkit-box-shadow: 0 0 10px 0 #000000;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	behavior: url(/public/styles/PIE.htc);
}

/*#text_accueil {
	margin-left: 40px;
	width: 300px;
	float: left;
	font-size: 12px;
	background-color: #FFF;
	padding: 5px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	margin-top:20px;
}
#anim_flash {
	float: left;
	width: 560px;
	height: 350px;
	margin-left: 50px;
	margin-top: 50px;
	text-align: center;
}*/

#text_accueil {
   margin-left: 40px;
   width: 240px;
   float: left;
   font-size: 12px;
   background-color: #FFF;
   padding: 5px;
   border-radius: 10px 0px 0px 10px;
   -moz-border-radius: 10px 0px 0px 10px;
   -webkit-border-radius:10px 0px 0px 10px;
   margin-top:20px;
   border: 1px solid #CCCCCC;
   height: 440px;
   behavior: url(/public/styles/PIE.htc);
}
#anim_flash {
   float: left;
   width: 640px;
   height: 450px;
   margin-left: 2px;
   margin-top: 20px;
   text-align: center;
   border-radius: 0px 10px 10px 0px;
   -moz-border-radius: 0px 10px 10px 0px;
   -webkit-border-radius:0px 10px 10px 0px;
   background-color:#FFFFFF;
   border: 1px solid #CCCCCC;
   behavior: url(/public/styles/PIE.htc);
}
