#form_survey {
	margin:0px;
	padding:0px;
}

#survey-content {
	width:225px;	
}

#survey-content .question {
	font-weight:bold;
	display:block;
	background-color:#1e1e1e;
	color:#ffffff;
	width:100%;
	padding:2px 0 2px 0;
	margin:10px 0 10px 0;
	border:solid #1e1e1e 1px;
	float:none;
	clear:both;
}

#survey-content .question .index {
	font-weight:bold;
	background-color:#ffffff;
	color: #1e1e1e;
	margin:0px;
}

#survey-content textarea {
	border:solid 1px #dedede;
	margin:5px 0 5px 0;
	font-size:90%;
	width:100%;
}

#survey-content .index {
	font-weight:bold;
	background-color:#dedede;
	padding:2px 4px 2px 4px;
	margin:0 4px 0 4px;
}

#survey-content .answer {
	/*margin: 0 0 6px 0;
	padding:3px 0 3px 0;*/
	float:none;
	clear:both;
}

#survey-content .result .answer .index {
	float:left;
}

#survey-content .result .question .title {
	font-size:100%;
	padding:2px;
}

#survey-content .result .answer .title {
	float:none;
	clear:both;
	font-size:100%;
	font-weight:normal;
	margin:0 0 2px 0;
}

#survey-content .result .title {
	font-weight:bold;
	font-size:110%;
}


#survey-content .result .vote {
	font-weight:bold;
	text-align:center;
	color: #1e1e1e;
}

#survey-content .message {
	padding:3px 0 3px 0;
	color:#cc0000;
	font-weight:bold;
}

#survey-content .result .percent ,.percent{
	display:block;
	float:left;
	margin:0 4px 0 4px;
	background-color:#444444;
	font-size:100%;
	height:12px;
}

#survey-content .result .percent1 ,.percent1{
	background-color:#fff;
	display:block;
	float:left;
	margin:0 4px 0 4px;
	font-size:100%;
	height:12px;	
}

#survey-content .result .percent .value,.percent .value {
	display:block;
	float:left;		
	color:#1e1e1e;
}

#survey-content .submit {
	text-align:center;
	margin: 0px;		
}


#survey-loading,
#survey-url,
#survey-id {
	display:none;
}

#survey-loading p {
	font-weight:bold !important;
}

div.survey-loading {
	text-align:center;	
}

.line_detail_annonce{
	float:left;
	width:50px;
}

/******NOUVEAU******/

.result_answer {
	clear:both;	
	margin-bottom:10px;
}

.line_detail_annonce_1 {
	
}

.line_detail_annonce_1 h3 {
	margin:0px;
	padding:0px;
	width:225px;
	font-weight:bold;
}

.line_detail_annonce_2 {
	width:225px;
}

#survey-content .line_detail_annonce_2 .percent_1 ,.line_detail_annonce_2 .percent_1{
	width:100%;
	display:block;
	margin:0px 0px 4px 0px;
	background-color:#ffffff;
	font-size:100%;
	height:12px;
}

#survey-content .line_detail_annonce_2 .result_1 ,.line_detail_annonce_2 .result_1{
	width:100%;
	display:block;
	margin:0px 0px 4px 0px;
	font-size:100%;
	height:12px;
}

.result_1 .vote_1{
	float:left;
}

.result_1 .pourcent_1{
	float:right;
}

