/* ***** FEUILLE DE STYLE CSS DU SITE INTERNET DE LA FOIRE INTERNATIONALE DE RENNES *****

/*
Titre:      	Page d'accueil du site
Auteur:     	Acreat Web Technologies
Mise à jour:    5 Février 2006
*/

@import url(structure_site.css);	
	
/* --------------------------------------------------------------------------------------
PAGE D'ACCUEIL
-------------------------------------------------------------------------------------- */	

h1 span { display:none; }

/* [ Date Exposition]---------------------------------------------------- */	
	
#zone_date {
	width:425px;
	height:50px;
	line-height:61px;
	background:url(../img/index/fond-date-expo.png) repeat-x top left;	
	font-size:31px;
	font-weight:200;
	color:#b6100a;	
	padding-left:50px;
	margin-top:-34px;
	margin-left:10px;
	position:relative;
}	

/* [ Zone invité d'honneur]---------------------------------------------------- */	

#zone_invite_honneur {
	float:left;
	width:445px;
	margin:10px 0 0 5px;
	padding:0;
	vertical-align:top;
}

#zone_invite_honneur h1 {
	width:445px;
	height:38px;
	background:url(../img/index/titre-invite-honneur.png) no-repeat top left;
	margin:0;
	padding:0;
}

#zone_invite_honneur #affiche_invite {
	margin-left:0;
	padding:8px;
	border:1px solid #E7E7E7;
}

/* [ Zone catch]---------------------------------------------------- */	

#zone_catch {
	float:right;
	width:386px;
	margin:10px 5px 0 0;
	padding:0;
	vertical-align:top;	
}

#zone_catch h1 {
	width:386px;
	height:38px;
	background:url(../img/index/titre-catch.png) no-repeat top left;
	margin:0;
	padding:0;
}


/* [ Zone exposants]---------------------------------------------------- */

#zone_exposants {
	float:left;
	width:280px;
	margin:20px 0 0 5px;
	padding:0;
	vertical-align:top;	
}

#zone_exposants h1 {
	width:280px;
	height:38px;
	background:url(../img/index/titre-exposants.png) no-repeat top left;
	margin:0;
	padding:0;
}

/* [ Zone animations]---------------------------------------------------- */

#zone_animations {
	float:right;
	width:550px;
	margin:20px 5px 0 0;
	padding:0;
	position:relative;
	vertical-align:top;	
}

#zone_animations h1 {
	width:440px;
	height:30px;
	background:url(../img/index/titre-animations.png) no-repeat top left;
	margin:0;
	padding:0;
}	

#zone_animations #visuel_animations {
	display:block;
	margin:0;
	padding:0;
	width:440px;	
}

#zone_animations IMG {
	position:absolute;
	/top:30px;
	z-index:0;
}	