li.rubriqueItem{
	list-style-image:url('/public/images/appli-livres/puce.gif');
}

li.sondageItem{
	list-style-image: url('../images/middot.png');
	list-style-type: none;
}

.sondageItem a, .sondageItem a:visited, .sondageItem a:hover, #sommaire a, #sommaire a:visited, #sommaire a:hover{
	font-size: 10pt;
	color: #0249B4;
	font-weight: bold;
	margin: 0px 0px;
	text-decoration: none;
}

.sondageBloc{
	text-align:center;
	width:450px;
	overflow:hidden;
}

.sondageTitle a{
	color: #0249B4;
	text-decoration:underline;
	font-weight:bold;
}

#listing li{
	list-style-image: url('/public/images/appli-livres/puce.gif');
}

#listing{
	margin-left:50px;
}
.message {
    background-color: #BDE5F8;
    background-image: url("/public/images/info.gif");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #89AFC1;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px #E5E5E5;
    color: #00529B;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    margin: 20px auto;
    padding: 15px 10px 15px 50px;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
    width: 600px;
}