div.doc_cat
{
	color: #414F5C;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 1.2em;
	width:100%;
}

div.item_doc
{
	position:relative;
	left:20px;
}

.dot
{
	border-top: 1px dashed #414F5C;
	width:100%;
}
img.doc 
{
	float:left;
	
}
	
div.title_doc
{
	font-weight : bold;
}

div.title_doc a
{
	color: #0078c7;
	text-decoration: none;
}

a.item_doc 
{
	text-decoration: none;
}

a.item_doc:hover
{	color: #414F5C;
}

hr {color: #fff; background-color: #fff; border: 1px dotted #999; border-style: none none dotted; clear:both;}

a.msg_head
{
	background-color: #CCC;
	padding-left: 25px;
	width: 94%;
	margin-top: 3px;
	display: block;
	color: #414f5c !important;
	background-image: url(../images/img_fleche_gauche.gif);
	background-repeat: no-repeat;
	background-position: 99% center;
}
a.msg_head:hover, a.active
{
	background-color: #6FBAEB;
	background-position: 99% center;
	background-image: url(../images/img_fleche_bas.gif);
}

