*{margin:0px;padding:0px;}
html {

	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	border: 0 none;
	font-family : arial, sans-serif;
	font-size : 11px;
}

body {
	background-color : transparent;
	margin: 0;
	padding: 0;
	border: 0 none;
	overflow-x: hidden;
	overflow-y: hidden;
}

		#easySondage_main{
			border : solid 2px #ccc;
			padding : 0px 10px;
			width : 176px;
			background : transparent;
		}
			#easySondage_main .question-content{
				height : 246px;
				overflow-y : auto;
			}
				#easySondage_main .question-header-intitule{
					font-size : 12px;
					font-weight : bold;
					padding : 10px 10px 10px 10px;
					border-bottom : solid 2px #ccc;
					color : #9ed200;
				}
				#easySondage_main .question-content-modalites{
				}
					#easySondage_main .question-content .liste-modalites{
						margin-bottom : 5px;
					}
						#easySondage_main .question-content .liste-modalites td{
							height : 18px;
							color : #000;
							padding : 0 5px;
							vertical-align : top;
						}
							#easySondage_main .question-content .liste-modalites td input{

							}
				#easySondage_main .question-content .esSubmit{
					
				}
					#easySondage_main .question-content .esSubmit input.submit{
						cursor : pointer;
						background : #9ed200;
						border : none;
						color : #fff;
						font-size : 12px;
						font-weight : bold;
						display : block;
						padding : 3px;
						margin : 10px auto 0px auto;
					}
				
