#col-left{
	width:100%;
	position:relative;
	z-index:1;
}
#col-left p{
	font-size: 12px;
}
#list-calendrier{
	height:27px;
	background:#90d1df;
	padding:8px 0 0 7px;
	margin-bottom:4px;	
}
#list-calendrier li{
	display:inline;
	font-size:13px;
	padding:0 2px;
}
#list-calendrier li a{
	color:#fff;
}
#list-calendrier li a:hover,
#list-calendrier li a.selected{
	color:#000;
}
#conteneur-article{
	background:#fff;
	padding:55px 0 108px 47px;
}
#conteneur-article h2{
	font-size:31px;
	margin-bottom:26px;
}
.article{
	padding:0px 0 0 0;
	position:relative;
	line-height:24px;
	width:853px;
}
.article.hover{
	background:#90d1de;
}
.article .jour-article{
	width:98px;
	padding-right:41px;
	text-align:right;
	font-family:georgia;
	font-weight:bold;
	float:left;
	font-size:12px;
}
.article .heure-article{
	width:85px;
	text-align:center;
	font-family:georgia;
	font-size:12px;
	text-transform:uppercase;
	float:left;
}
.article .intitule-article{
	width:578px;
	padding-left:51px;
	font-size:12px;
	float:left;
}
.border-calendrier{
	background:transparent url(../images/border-right.gif) repeat-x 0 4px;
	font-size:1px;
	height:9px;
	width:853px;
	clear:both;
}

.block-hover{
	cursor:pointer;	
}

/* RECHERCHE */
.label-recherche{
    width: 450px;
    font-family: georgia;
    float: left;
    font-size: 12px;
}
.jour-recherche{
    width: 200px;
    font-family: georgia;
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding: 0 60px 0 40px;
}
.heure-recherche{
    width: 50px;
    font-family: georgia;
    font-size: 12px;
    text-transform:uppercase;
    float: left;
}
.resultat_recherche{
    padding: 0 0 30px 0;
}
.resultat_recherche span{
    font-weight:bold;
}