@import "site.css";

/* -----------------------------------------------------------------------

	Page d'accueil

----------------------------------------------------------------------- */


body { 
  background:#FFFFFF url(img/fond-accueil.jpg) repeat-x;  
}

#identite h1, #identite h2 { display:none; }

#prelude { 
	width:313px;
	height:30px;
	background:#FF9900 url(img/fond-prelude.gif) bottom no-repeat;
	text-align:center;
	font-weight:bold;
}

#accroche { color:#333; position:relative; width:627px; height:286px;
	background: url(img/fond-accroche.jpg) no-repeat;
	}
	#accroche h1 { font-size:2em; margin:40px 0 0 0; }
	#accroche h1, #accroche p { padding:40px 0 0 20px; width:320px; }
	#accroche h2 { display:none; }
	#inscription_btn { position:absolute; top:218px; left:397px; }

#actu { 
	padding-top:40px;
	background:url(img/fond-actu.jpg) no-repeat;
	width:293px; height:256px;
	color:#FFFFFF;
	}
	#actu img { margin-bottom:5px; }
	#actu h1 {font-size:16px; }
	#actu li { list-style:url(img/puce-bleue.gif); }
	#actu a:link, #actu a:visited { color:#FFFFFF; }
	#actu a:hover, #actu a:active { color:#FFCC00; background:none; }

.colonne h1 span { display:none; }