/* @override http://www.festivini.com/styles/jeu.css */

/* @override http://www.festivini.com/styles/jeu.css */

/* @override http://static.flowplayer.org/tools/css/scrollable-wizard.css */


/* scrollable root element */
#wizard {	

	font-size:12px;
	margin:20px auto;	
	width:570px;
	overflow:hidden;
	position:relative;
		/* rounded corners for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}  
html #wizard li{
	list-style-image: none;
	background-image: none;
	padding-left: 20px;
}


html #wizard p{
	font-size: 14px;
	color: #000;
	padding-bottom: 5px;
	text-align: left;
}
html #wizard h2{
	font-size: 25px;
	color: #b8128f;
	padding: 0 0 20px;
	border-style: none;
}

/* scrollable items */
#wizard .items {
}

/* single item */
#wizard .page {	
	padding:20px 30px;
	width:500px;
	float:left;	
}

/* title */
#wizard h2 {
	border-bottom:1px dotted #ccc;
	font-size:22px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding-bottom:15px;		
}

#wizard h2 em {
	display:block;
	font-size:14px;
	color: #711c3c;
	font-style:normal;
	margin-top:5px;
}

/* input fields */
#wizard ul {
	padding:0px !important;
	margin:0px !important;
}

#wizard li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:25px;	
}

#wizard label {
	font-size:16px;	
	/*display:block;*/
}

#wizard label strong {
	color: #b8128f;	
	position:relative;
	top:-1px;
	font-size: 14px;
}

html div.questions p{
}
#wizard label em {
	font-size:11px;
	color:#666;	
	font-style:normal;
}

#wizard .text {
	width:100%;
	padding:5px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
}

#wizard select {
	border:1px solid #ccc;
	width:94%;	
	padding:4px;
}

#wizard label span {
	color: #b8128f;
	font-weight:bold;
	position:relative;
	top:4px;
	font-size:20px;
}

#wizard .double label { 
	width:50%;
	float:left;
}

#wizard .double .text {
	width:93%;	
}

#wizard .clearfix {
	clear:left;
	padding-top:10px;	
}

#wizard .right {
	float:right;		
}

/* validation error message bar */
#drawer {
	background: #fac626 repeat-x scroll 0 0;
	_background-color:#fff;
	overflow:visible;
	position:fixed;	
	left:0;
	top:0;
	text-align:center;
	padding:15px;
	font-size:18px;
	border-bottom:2px solid #789;
	width:100%;
	display:none;
	z-index: 999;
}

#wizard .error {
	border:1px solid red;		
}

#wizard #status {
	margin:0px !important;
	height:35px;
	padding-left:25px !important;
	_background:#123;
	background-image: url(../images/menu-opacity.png);
}

#status li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#fff;
	padding:10px 30px;
}

#status li.active {
	background-color: #d1326f;
	font-weight:normal;		
}
.questions{
	width: 250px;
	float: left;
}
