
div#global .bloc_reseauxsociaux-centrer{
	z-index: 3;
	position: fixed;
    margin-top:px; 
	width: 805px;
	text-align: center;
}

div#global .bloc_reseauxsociaux{
	z-index: 3;
	position: fixed;
    margin-top:px; 
	margin-left:-1px;
}

div#global .bloc_btn_participer-centrer{
	z-index: 3; 
    padding-top:100px; 
	width: 100%;
	text-align: center;
}

div#global .bloc_btn_participer{
	z-index: 3;
	position: absolute;
    margin-top:100px; 
    margin-left:-1px;
}

div#global .btn_participer input[type=button] {
    font-size: 20px;
	color: rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
	border-radius: 5px; 
    padding: 10px 25px 10px 25px;
    background: rgb(132,206,2);
    margin: 10px 5px 0px 0px;
    cursor:pointer;
    transition: box-shadow 0.3s;
	-webkit-appearance: none;
}

div#global .btn_participer input[type=button]:hover {
    box-shadow: 1px 1px 12px rgb(255,255,255);
	-webkit-appearance: none;
}

.btn_fin {
	float:left;
	background-color: rgb(59, 89, 152);
    height: 40px;
    border-radius: 5px;
    border: 0px;
    color: rgb(255,255,255);
    width: 220px;
    margin:-8px 0px 10px 20px; 
}

.btn_fin a{
	display:block;
	width:100%;
    height:100%;
}

.btn_fin .partage{
	float:left;
    margin-top:3px;
    margin-left:15px;
}

.btn_fin .partage img{
	vertical-align:middle;
    padding-right:10px;
    border-right: solid 1px rgb(189,200,221);
}

.btn_fin .partage span{
	color: rgb(255,255,255);    
    text-decoration: none;
    font-weight: bold;
    padding-left:10px;
}

.btn_finV2 {
	background-color: rgb(59, 89, 152);
    height: 40px;
    border-radius: 5px;
    border: 0px;
    color: rgb(255,255,255);
    width: 320;
	margin-left: auto ;
	margin-right: auto ; 
}

.btn_finV2 a{
	display:block;
	width:100%;
    height:100%;
}

.btn_finV2 .partage{
	float:left;
    margin-top:8px;
    margin-left:15px;
}

.btn_finV2 .partage img{
	vertical-align:middle;
    padding-right:10px;
    border-right: solid 1px rgb(189,200,221);
}

.btn_finV2 .partage span{
	color: rgb(255,255,255);    
    text-decoration: none;
    font-weight: bold;
    padding-left:10px;
}

#partageok{
	display:none;
    background-color: rgb(102,205,0);
    height: 45px;
    border-radius: 5px;
    border: 0px;
    color: rgb(255,255,255);
    width: 320;
	margin-left: auto;
	margin-right: auto; 
    text-align: center;
    padding: 2px;
    margin-top: 5px;
}


#counter { font-size: 0.7em; font-style: italic; width:315px; text-align:right; color: rgb(0,0,0); margin-bottom: 5px; margin-top: 0px; }
#counter span { font-weight:bold; }
#counter span.warning { color: #FF4A4A; }
.openQ { outline: none; width: 320px; padding: 5px 5px; font-size: 0.8em; color: #454545; border-top: 1px solid #c1c1c1; border-left: 1px solid #b7b7b7; border-bottom: 1px solid #818181; border-right: 1px solid #818181; box-shadow: 0px 1px 1px rgba(0,0,0,0.35); }