/* ---------->>> Blog <<<-----------------------------------------------------------------------------*/
.span_constant {
	position: relative;
	top: 0px;
	left: 0px;
	height:25px;
	border: 1px Solid #799dc5;
	background-color: #e0edfb;
	font-family: Verdana;
	color: #799dc5;
	font-weight: normal;
	font-size: 10pt;
}
.span_normal {
	position: relative;
	top: 0px;
	left: 0px;
	height:25px;
	border: 1px Solid #999999;
	background-color: #EEEEEE;
	font-family: Verdana;
	color: #999999;
	font-weight: normal;
	font-size: 10pt;
}
.span_today {
	position: relative;
	top: 0px;
	left: 0px;
	height:25px;
	border: 1px Solid #799dc5;
	background-color: #e0edfb;
	font-family: Verdana;
	color: #799dc5;
	font-weight: normal;
	font-size: 10pt;
}
.span_ok {
	position: relative;
	top: 0px;
	left: 0px;
	height:25px;
	border: 1px Solid #990033;
	background-color: #FF00CC;
	font-family: Verdana;
	color: #990033;
	font-weight: normal;
	font-size: 10pt;
	cursor: pointer;
}

.blog_title{
	font-family: Verdana;
	color: #799dc5;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
}
.blog_title:hover{
	color: #009999;
}
.blog_info{
	font-family: Verdana;
	color: #666;
	font-weight: normal;
	font-size: 8pt;
}
.blog_barre{
	font-family: Verdana;
	color: #799dc5;
	font-weight: bold;
	font-size: 14pt;
}
.nb_res{
	font-family: Verdana;
	color: #990000;
	font-weight: normal;
	font-size: 8pt;
}