*{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{
			width : 200px;
			background : transparent;
		}
			#easySondage_main .question-content{
				height : 300px;
				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 : #dc3313;
				}
				#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 : #dc3313;
						border : none;
						color : #fff;
						font-size : 12px;
						font-weight : bold;
						display : block;
						padding : 3px;
						margin : 10px auto 0px auto;
					}
				
/* Resultats

.results{
	width : 400px;
	padding : 0px;
	margin : 0px auto 0px auto;
	background : url(fondContent.png) top left repeat-y;
}
	.results .intituleQuest{
		color : #9ED200;
		font-weight : bold;
		font-size : 12px;
		padding : 5px 15px 15px 15px;
		background : url(topContent.png) top left no-repeat;
	}
	
	.results .bottom{
		width : 100%;
		height : 2px;
		background : url(bottomContent.png) bottom left no-repeat;
	}
	.results table{
		width : 380px;
		margin : auto;
	}
	.results table tr td{
		width : 190px;
		vertical-align : top;
	}
	.results .modalite{
		float : right;
		color : #666;
	}
		.results .modalite div{
			height : 22px;
		}
		.results .modalite div strong{
			color : #111;
		}
	
	.results  .barre{
		float : left;
		color : #666;
	}
		.results  .barre div{
			height : 22px;
		}
		.results  .barre div .barPol{
			float : left;
			color : #666;
			background : #9ED200;
			display : inline;
			height : 14px;
			margin : 0px 0px;
		}
*/