﻿
#view_colloque {
	padding: 8px 8px 8px 8px;
	background: none;
/*	clear: both;*/
	overflow: hidden;
	font-size:12px;
	position:relative;
	padding-bottom:.83333em;
	min-height:60px;
}

#view_colloque:hover {
	
	/*-webkit-box-shadow:0 4px 10px 0 rgba(0, 0, 0, .2);
box-shadow:0 4px 10px 0 rgba(0, 0, 0, .2)*/
}


.post:hover {-webkit-box-shadow:0 4px 10px 0 rgba(0, 0, 0, .2);
box-shadow:0 4px 10px 0 rgba(0, 0, 0, .2) }

.post {
	padding: 6px;
	clear: both;
	overflow: hidden;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 5px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 0px;
}



.post .title {
	/*float: left;*/
	margin-left: 60px;
	/*width: 438px;*/
	}

.entry {
	padding: 0px 0px 0px 0px;
	margin:0;
	clear: both;
}


#view_colloque h3 {
	color: #000;
	margin: 3px 0 2px;
	padding-bottom: 40px;
	font: normal 140%/100% "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}

/* post title */
#view_colloque h2 {
	color: #000;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 140%/100% "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}

.image_cadre {
	border:#c0c0c0 1px solid;
	border-radius: 6px;
}