#sondage, #sondage-lightbox {

}

#sondage_question {
    font-weight: bold;
	padding-bottom: 10px;
}

#sondage .choix, #sondage-lightbox .choix {
    margin: 0 0 4px 8px;
}

#sondage #SondagePost {
    margin: 5px;
}

#sondage .reponse, #sondage-lightbox .reponse {
    background: url(/images/barbier.png);
    height: 13px;
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 0.1em;
}

#sondage .poucentage, #sondage-lightbox .poucentage {
    font-family: Verdana, Helvetica;
    font-size: 9px;
    float: left;
    margin-left: 5px;
    font-weight: bold;
	color: #40a1e0;
    height: 10px;
}

#sondage .reponse_choix, #sondage-lightbox .reponse_choix {
    font-family: Verdana, Helvetica;
    font-size: 11px;
    float: none;
    display: block;
    margin-bottom: 5px;
}

#sondage #sondage_nbrepondants, #sondage-lightbox #sondage_nbrepondants {
    font-size: 9px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    text-align: center;
}

#sondage #sondage_archives, #sondage-lightbox #sondage_archives {
    text-align: center;
    font-size: 12px;
}

#liste_sondages {

}

#liste_sondages div {
	margin: 0px;
	padding: 8px;

}

#liste_sondages .titre {
	float: left;
	width: 65%;
	padding-left: 15px;
	font-size: 11px;
}

#liste_sondages .date {
	float: left;
	width: 12%;
}

#liste_sondages .repondants {
	float: left;
	width: 12%;
	text-align: center;
}

#liste_sondages a:link, #liste_sondages a:visited, #liste_sondages a:active {
	text-decoration: none;
	font-size: 11px;
}

#liste_sondages a:hover {
	text-decoration: underline;
}

#resultats_sondage {
    margin: 0 auto; 
    margin-bottom: 10px;
    padding: 10px;
	background: #fff url(/images/bg_sondage.png) repeat-x bottom left;
}

#lb_overlay{ 
    /* opacity: 0.8;
    filter:alpha(opacity=80); */
	background: url(/images/transparent_bg.png);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#lb_box{
	position: fixed;
	z-index: 100;
    width: 468px;
    background: #fff;
    padding: 0px;
    margin: 0px;
    border: 2px solid #1B73C3;
    display: block;
    top: 35%;
    left: 29%;
}

#lb_close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
    margin-top: 2px;
   /* opacity:1.0;
    filter:alpha(opacity=100);*/
}

#lb_close:hover{
    /*opacity:0.8;
    filter:alpha(opacity=80);*/
}

#sondage_article {
	font-size:11px;
	width: 200px;
}

#PubSondage {
	position: fixed;
	top: 20%;
	left: 29%;
	z-index: 100;
	padding: 1px;
}

