
#quiz {
border : solid 1px #0e0eac;
margin : 20px;
padding :20px;
background-color: #000070;
min-height: 320px;
}

#quiz h1	{font-family: Verdana, Arial; color: #fcfcfc; font-size: 20px; text-align: left;}

#quiz ul {
	margin: 1em 0;
	list-style: none;

}


#quiz li {
	margin: 8px 0;
	background: none;
	padding: 0px;
}

#quiz li a {
		display: block;
		background: #000080;
		border: solid 1px #0e0eac;
		font-weight: bold;
		padding: 7px;
		text-decoration: none;
		overflow: hidden;
	}

#quiz li a:hover {
			color: #00ffff;
			background: #000060;
		}
#progress {
	float: left;
	margin: 0 30px 20px 0;
	height: 300px;
	font-size: 75%;
	text-align: center;
}

	#progress #total {
		background: #0e0eac url(img/quiz_progress_bg.gif);
		border: solid 1px #0e0eac;
		width: 40px;
		height: 300px;
	}

	#progress #cover {
		display: block;
		background: #000070;
		height: 300px;
	}

		#progress #cover span {
			display: none;
		}
		
#result {
	margin: 0 0 0 100px;
}
.partager{font-size:9px; float: right; width:205px;height:24px; margin:0 1px 0 0;  }
span.partage{float:left; margin:5px 0 0 0; padding:0;}
a.facebook{width:24px;height:24px;background-image:url(/fiches/wp-content/themes/ovniclub/pics/partage.png);
background-position:-24px 0;background-repeat:no-repeat;display:block;float:right;margin-right:5px;margin-top:0px;}
a.twitter{width:24px;height:24px;background-image:url(/fiches/wp-content/themes/ovniclub/pics/partage.png);
background-repeat:no-repeat;display:block;float:right;margin-right:5px;margin-top:0px;}
a.facebook:hover{background-position:-72px 0;}
a.twitter:hover{background-position:-48px 0;}
