#listDossiers {
	width: 100%;
}

#listDossiers ul {
	list-style-type: none;
}

#listDossiers li {
	position: relative;
	padding: 5px 10px 20px 10px;
	margin: 0 0 3px 0;
	border-bottom: 1px solid #ccc;
}

#listDossiers li h3 {
	color: #019f94;
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;	
}

#listDossiers li .authorAndDate {
	color: #666;
	font-size: 13px;
}
#listDossiers li .authorAndDate a {
	color: #1a9fe4;
}

#listDossiers li p.summary {
	margin-top: 5px;
}
#listDossiers li p.summary a {
	color: #666;
}

#listDossiers li .com {
	background: url(/images/icons/balloon.png) right 0 no-repeat ;
	padding-right: 16px;
}

#listDossiers li a.voirPlus {
	float: right;
	color: #019F94;
	font-size: 12px;
}
#listDossiers li a:hover.voirPlus {
	text-decoration: underline;
}


#listDossiers li a{
	color: #666;
}


#listDossiers li a:hover{
	color: #019F94;
}




#contentDossiers {
	width: 100%;
	margin: 0 0 20px 0;
}

#contentDossiers h1 {
	border-bottom: 1px solid #019f94;
	color: #019f94;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 2px;
}

#contentDossiers .aboutDossier {
	margin: 0 0 10px 0;
}

#contentDossiers .aboutDossier .author {
	float: left;
	font-size: 13px;
	font-style: normal;
}

#contentDossiers .aboutDossier .author a {
	color: #1a9fe4;
}

#contentDossiers .aboutDossier .coms {
	background: url(/images/icons/balloon.png) no-repeat left center;
	float: right;
	padding-left: 18px;
}

#contentDossiers h3 {
	margin: 20px 0 0 0;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

#contentDossiers p.tags {	margin: 10px 0 0 0; }

#contentDossiers .voir_discu {
	background: url(/images/icons/voir_discu.png) 0 1px no-repeat;	
	padding-left: 20px;
	float: right;
}

#contentDossiers a { color:#019f94; }
#contentDossiers a:hover { text-decoration: underline; }

h2.sf_comments_title a {
	background: url(/images/icons/balloon_plus.png) no-repeat left center;
	font-size: 12px;
	padding-left: 18px;
	float: right;
	margin-top: -16px;
	
}

h2.sf_comments_title a:hover { text-decoration: none; }



#sidebar .sub-menu {
	width: 290px;
	margin: auto;	
}

#sidebar h3 {
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	margin: 3px 0;
}

#sidebar ul li {
	list-style-type: square;
	list-style-position: inside;
	padding: 3px 5px;
	color: #999;
}

#sidebar ul li a { color: #888; }
#sidebar ul li a:hover { color: #019f94; }


#contentDossiers ul{
	 padding-left: 40px;
	 margin-top: 13px;
	 margin-bottom: 13px;
}