
#editorial {
	background:#FFFFFF url(http://www.vilanovadigital.com/v2/img/h150.png) repeat scroll 0;
	height:120px;
	padding:10px 0 10px 20px;
	border:1px solid #ddd;
}

#blocs_home {
	width:650px;
}

.posthome {
	float:left;
	width:295px;
	min-height:100px;
	background:#FFFFFF url(http://www.vilanovadigital.com/v2/img/h150.png) repeat scroll 0;
	padding:10px 0 10px 20px;
	border:1px solid #ddd;
	margin-bottom:20px;
	margin-right:5px;
}

.posthome img {
	float:left;
	margin-right:10px;
}

.posthome h3 {
	color:#444;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;	
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
.posthome p {	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#FFFFFF url(http://www.vilanovadigital.com/v2/img/h150.png) repeat scroll 0;
	height:80px;
	padding:10px 0 10px 20px;
	width:730px;
	border:1px solid #ddd;
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:10px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:170px;
	font-size:15px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
#accordion div p {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:170px;
}

