@charset "utf-8";
/* CSS Document */


#deliberations span.search {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 0 0;
}
#deliberations div p {
    padding: 3px 0;
	font-size: 13px;
	color: #333;
}
#deliberations input{
	border: 1px solid #d3d3d3;
	color:#333;
}

.liste-delib {
    padding: 0 0 8px 0;
}

.num-delib {
    background: url(../Images/fleche-bleu.jpg) no-repeat left 5px;
    color: #00519E;
    font-size: 13px;
    font-weight: bold;
    padding-left: 12px;
}
.liste-delib a {
    color: #333;
    text-decoration: none;
}
.liste-delib a:hover {
    color: #2C982E;
}

.linkButton {
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	padding:1px 5px;
	color:#fff;
	background-color:#00519E;
}

a.linkButton:hover {
	background-color: #2C982E;
}

.highlight {
    font-style: italic;
    font-weight: bold;
}

.pager {
	font-size:12px;
	padding-bottom: 15px;
}

.pager a, .pager span {
	color:#9C9E9F;
	text-decoration:none;
}

.pager a:hover, .pager b {
	color:#333;	
}

