@import url("podiocom.structure.css");

#conteneur { background:url(../img/index/fond_conteneur.png) repeat-x top left; }
#contenu { padding-top:20px;	}

/* [ Bandeau principal]---------------------------------------------------- */	

#bandeau_principal {
	height:300px;
	background:url(../img/index/bandeau_principal.jpg) no-repeat top left;	
}
#bandeau_principal_g { background:url(../img/index/bandeau_principal_g.jpg) no-repeat top right;	}
#bandeau_principal_d { background:url(../img/index/bandeau_principal_d.jpg) no-repeat top left;	}

#structure_contenu #col_bienvenue { width:560px; }
#structure_contenu #col_actu { width:390px; padding-left:30px; }

/* [ Zone bienvenue]---------------------------------------------------- */	

#titre_coeur_evenement {
	width:384px;
	height:21px;
	background:url(../img/index/titre_coeur_evenement.png) no-repeat top left;	
	margin-bottom:15px;
}	

#rolling {
	margin:auto
}

#bt_savoirplus {
	display:block;
	width:104px;
	height:25px;
	background:url(../img/index/bt_savoirplus_off.png) no-repeat top left;	
	margin-left:auto;
	margin-right:0;
}
#bt_touteactu {
	display:block;
	width:104px;
	height:25px;
	background:url(../img/index/bt_touteactu_off.png) no-repeat top left;	
	margin-left:auto;
	margin-right:0;
}
A:HOVER#bt_savoirplus {	background:url(../img/index/bt_savoirplus_on.png) no-repeat top left; }
A:HOVER#bt_touteactu {	background:url(../img/index/bt_touteactu_on.png) no-repeat top left; }

/* [ Zone calendrier]---------------------------------------------------- */	

#titre_calendrier {
	display:block;
	width:112px;
	height:21px;
	background:url(../img/index/titre_calendrier.png) no-repeat top left;
	text-decoration:none;	
}	
A:HOVER#titre_calendrier { text-decoration:none; }

.actu {
	font-size:9px;
	background:url(../img/index/pointilles.gif) repeat-x bottom left;	
	padding:10px 0;
}	

.actu  IMG {
	clear:left;
	float:left;
	margin:10px 10px 10px 0;
}	

.actu .titre_actu {
	font-weight:bold;
	color:#FFF;
	background:url(../img/structure/picto_fiche_off.gif) no-repeat top left;	
	background-position:0 3px;
	padding-left:11px;
}		