@charset "utf-8";
/* CSS Document */

.chroniqueList{
	float:left;
	margin:0 0 50px 0;
	width:445px;
}

.chroniqueHeader{
	float:left;
}

.chroniqueHeader-left{
	float:left;
	height:55px;
	width:445px;
}

.calendrier{
	float:left;
	height:55px;
	width:43px;
	background-image:url(../images/interface/pictos/calendar.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

span.year{
	float:left;
	color:#fff;
	width:43px;
	height:15px;
	padding:2px 0 0 0;
	text-align:center;
	font-size:9px;
	line-height:8px;
}

span.day{
	float:left;
	color:#723105;
	width:43px;
	text-align:center;
	font-size:9px;
	padding:0 0 0 0;
	line-height:9px;
}

span.time{
	float:left;
	color:#723105;
	width:43px;
	text-align:center;
	font-size:9px;
	padding:10px 0 0 0;
	line-height:9px;
}


.chroniqueHeader-left h1{
	float:left;
	height:55px; 
	font-size:18px;
	color:#f01648;
	padding:0 0 0 5px;
}

.photoUser{
	float:left;
	width:54px;
	height:61px;
	background-image:url(../images/interface/bgPhotoUser.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

.chroniqueContent{
	float:left;
	padding:10px;
	color:#5e534b;
}

a.chroniqueListSuite, a.chroniqueListSuite:link, a.chroniqueListSuite:active, a.chroniqueListSuite:visited, a.chroniqueListSuite:hover{
	float:right;
	margin:10px 0 0 0;
	display:block;
	width:100px;
	text-align:right;
	font-size:12px;
	color:#f01648;
	line-height:10px;
}

.chroniqueHeaderFooter{
	float:left;
	width:100%;
	height:30px;
	margin:10px 0 0 0;
	background-color:#f8f8f8;
	border-top:1px dotted #f01648;
	border-bottom:1px dotted #f01648;
	text-align:center;
}

a.nbComments, a.nbComments:link, a.nbComments:active, a.nbComments:visited{
	display:block;
	height:18px;
	padding:2px 0 0 26px;
	color:#f01648;
	font-size:12px;
	margin:5px 0 0 0;
	background-image:url(../images/interface/bgComments.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#comments{
	float:left;
	padding:10px;
	width:425px;
}

#comments h1{
	float:left;
	width:425px;
	font-size:14px;
	color:#f01648;
	padding:0 0 0 0;
	margin:0 0 10px 0;
}

#comments cite{
	color:#f01648;
}

#comments .bulle_header{
	width:445px;
	height:27px;
	background-image:url(../images/interface/bulle-header.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#comments .bulle_body{
	width:425px;
	background-image:url(../images/interface/bulle-body.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	padding:10px;
	color:#5e534b;
}

#comments .bulle_footer{
	width:445px;
	height:22px;
	background-image:url(../images/interface/bulle-footer.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

