
#tabs {
        border-bottom: 1px solid #A1A1A1;
        margin: 1em 0 0;
        padding: 0.6em 0 0;
        font-weight: bold;
}
#tabs ul, #tabs ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#tabs ul {
        padding: 5px 0 5px;
        text-align: center;
}
#tabs ul li {
        display: inline;
}
#tabs ul li a {
        background: url(../images/tableft.gif) no-repeat left top;
        color: #FFF;
        text-decoration: none;
}
/* Hack Firefox */
html:not([lang*=""]) #tabs ul li a  {
        padding: 5px 0;
}


#tabs ul li span {
        background: url(../images/tabright.gif) no-repeat right top;
        padding: 5px 7px 5px 3px;
        margin: 4px 0 4px 4px;
}
#tabs ul li a:hover span {
        text-decoration: underline;
        background-position: 100% -75px;
}
#tabs ul li a:hover {
        background-position: 0 -75px;
}
#tabs #current a {
        background-position: 0 -150px;
}
#tabs #current a span {
        background-position: 100% -150px;
}


/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
#tabs ul li a {
        display: inline-block;
        white-space: nowrap;
        width: 1px;
}

#tabs ul {
        padding-bottom: 0;
        margin-bottom: -1px;
}
/**/

/*\*/
* html #tabs ul li a {
        padding: 0;
}

.questions H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top:10px;
	padding:0;
}

.questions H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top:5px;
	padding:0;
	height: 35px;
	overflow:visible;
}

.reponses {
	margin-left: 170px;
	margin-right: 170px;
	padding: 10px;
	background-color: #c3ddea;
}

.reponses A {
	font-size: 16px;
}

.solutions {
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	background-color: #c3ddea;
}

.solutions H3 {
	font-size: 12px;
	margin-top:10px;
	margin-bottom:10px;
}

.resultat {
	margin-top: 15px;
	color: #0d3453;
	font-size: 13px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	background-color: #f7b934;
	text-align: center;
}

.next {
	font-size: 16px;
}
