@charset "utf-8";
/********************************************************
	CSS Document / Offres - Communiques de presse by Skalpel.fr
********************************************************/

/* Communiques
-----------------------------------------------------------------------------*/
#communiques {}

/* Pages */
#communiques ul.pages { float: right; display: block; height: 20px; }
	#communiques ul.pages:first-child { margin-top: -25px; }
#communiques ul.pages li {
	float: left;
	display: inline-block;
	height: 20px; 
	line-height: 20px;
	padding: 0 4px 0 5px;
	background: url(../images/interface/pages-li.gif) 0 5px no-repeat;
	font-size: 1.10em;
	color: #263B6E; 
	font-weight: bold;
}
	#communiques ul.pages li:first-child { background: none; }
#communiques ul.pages a:link, #communiques ul.pages a:visited {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #378AB7;
	font-weight: normal;
	text-decoration: underline;
}
	#communiques ul.pages a:hover { text-decoration: none; }
	
/* Resultats */
#communiques div.communique {
	padding: 10px;
	border-bottom: 1px solid #d0d5d8;
}
	#communiques div.communique:first-child { border-top: 1px solid #d0d5d8; }
	#communiques div.communique.hl { background: url(../images/interface/recherche-bg.gif) top center repeat-y; }

#communiques div.communique p.title { margin: 0; font-size: 1.20em; font-weight: bold; }
	#communiques div.communique p.title a:link, #communiques div.communique p.title a:visited { color: #1D3A5A; text-decoration: none;}
	#communiques div.communique p.title a:hover { color: #378AB7; text-decoration: underline; }
	
#communiques div.communique p.date { color: #378AB7; }

#communiques div.communique ul.export { margin: 10px 0 0 0; }
	#communiques div.communique ul.export li {
		height: 16px;
		line-height: 16px;
		padding-left: 22px;
		margin-bottom: 3px;
	}
    #communiques div.communique ul.export li.pdf {
		background: url(../images/interface/actualites/icon-pdf.gif) 0 0 no-repeat;
    }
    #communiques div.communique ul.export li.link {
		background: url(../images/interface/actualites/icon-link.png) 0 0 no-repeat;
    }
	#communiques div.communique ul.export a:link, #communiques div.communique ul.export a:visited, #communiques div.communique ul.export a:hover {
		padding-left: 9px;
		background: url(../images/interface/puce-1.gif) 0 5px no-repeat;
	}