body {
	margin: 0; padding: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,sans-serif;
	background-color: #EEE;
}
hr {
	clear: both;
	border: none;
}
h1 {
	font-size: 18px;
	text-align: center;
}
h1 em {
	font-size: 14px;
	color: #888;
}
#status {
	background: url(images/h30.png) repeat-x #666;
	height:35px;
	margin: 0; padding: 0;
	font-size: 14px;
}
#status li {
    list-style-type:none;
    list-style-image:none;
    float:left;
    color:#fff;
    padding:9px 30px;
}

#status li.active {
    background-color: #C95B5C;
    font-weight:normal;     
}

#browsable {
	position:relative;
	overflow:hidden;
	/*background: url(images/h600.png) repeat-x bottom #fff;*/
	background-color: #FFF;
	width: 720px;
	height: 420px;
	border: 1px solid #657BA4;
	font-size:12px;
	margin: 0 auto;
	margin-bottom: 5px;
	
	/* rounded corners for modern browsers */
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
}
#questions, #preferences {
	position:relative;
	overflow:hidden;
	width: 720px;
}
#resultat, #invitation, #fin {
	position:relative;
	overflow:hidden;
	width: 670px;
	padding-right: 10px;
}

#questions label {
	float: none !important;
}

#browsable .items, #questions .items2, #preferences .items3 {
	width:20000em;
	position:absolute;
}

.items div {
	float:left;
	margin: 0 20px 0 20px;
	padding-bottom: 20px;
	width: 680px;
}

.items2 div, .items3 div {
	float: left;
	width: 680px;
	margin: 0 20px 0 -10px;
	padding-bottom: 20px;
}

#preferences label {
	float: none !important;
}
.preferences-pic {
	width: 206px !important;
	height: 195px;
	float: left;
	margin: 3px 3px 0 0 !important;
	text-align: center;
	padding: 5px;
	border: 1px solid #EEE;
	position: relative;
	
	/* rounded corners for modern browsers */
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
}
.preferences-pic:hover {
	border-color: #CCC;
}
.preferences-pic .inputs {
	position: absolute;
	bottom: 5px;
	text-align: left;
	width: 193px !important;
	left: 0;
}
.preferences-pic input {
	margin-left: 60px;
}
.preferences-pic label {
	display: inline !important;
}

.preferences-pic img {
	cursor: pointer;
}

#browsable h2 {
	border-bottom:1px dotted #ccc;
   font-size:22px;
   font-weight:normal;
   margin:10px 0 0 0;
   padding-bottom:15px;
}

#browsable h2 em {
	display:block;
   font-size:14px;
   color:#666;
   font-style:normal;
   margin-top:5px;
}

#browsable h3 {
	font-size: 14px;
	color: #C95B5C;
	margin: 10px 0 0 0;
}

#browsable h4 {
	font-size: 12px;
	color: #657BA4;
	padding: 8px 20px;
	margin: 0;
	text-align: justify;
}

#browsable ul {
    padding: 0px;
    margin: 0px;
}
#browsable li {
	list-style-type:none;
   list-style-image:none;
}

#browsable label strong {
    color:#657BA4; 
    position:relative;
    top:-1px;
}
#browsable label em {
    font-size:11px;
    color:#666; 
    font-style:normal;
}
#browsable .text, #resultat .text, #invitation .text {
    width:60%%;
    padding:2px;
    border:1px solid #ccc;
    color:#456;
    letter-spacing:1px;
}
#browsable select, #resultat select, #invitation select {
    border:1px solid #ccc;
    width: 60%;
}
#browsable label, #resultat label, #invitation label {
    font-size:12px; 
    display:block;
    float: left;
    width: 33%;
}
#browsable label span {
    color:#C95B5C;
    font-weight:bold;
    position:relative;
    top:4px;
    font-size:16px;
}

#browsable .clearfix {
    clear:left;
    padding-top:10px;   
}

#browsable .right {
    float:right;        
}

#largeform li {
	margin-bottom: 5px;
}

#largeform .text {
	width: 46% !important;
}
#largeform select {
	width: 47% !important;
}

.checkgroup li {
	padding: 0;
	margin: 0 0 5px 50px;
}
.checkgroup li input.text {
	width: 50% !important;
	margin-left: 25px !important;
}

.answer {
	display: inline !important;
}
.answer:hover {
	color: #999;
}

.hidden {
	display: none;
}

.error {
	font-size: 10px;
	font-weight: bold;
	color: #F00;
	padding-left: 15px;
}

#imgZoom {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 2;
}
#imgZoom img{
	background-color: #FFF;
	padding: 30px 80px;
}

#imgZoom #close {
	padding: 10px;
	background-color: #666;
	color: #FFF;
	border-bottom: 5px solid #333;
	font-size: 20px;
	cursor: pointer;
}
#imgZoom #close:hover {
	background-color: #FFF;
	color: #000;
}

#fog {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*
#browsable .double label { 
    width:50%;
    float:left;
}

#browsable .double .text {
    width:93%;  
}

*/