/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */


/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#97C000;
	margin:0;
	padding:0;
	margin-top:10px;
	font-size: 1em;
	}
	
form, h1, h2, h3, h4, h5, h6, ul, dt, dl, dd, p, label { margin:0; padding:0;}

#conteneur {
	position: relative;
	width:980px;
	margin: 0 auto;
}

/* ACCUEIL */
.accueil {
	background:url(../images/fd_accueil.jpg) no-repeat;
	height:550px;
}
#bt_jouer a {
	position:absolute;
	left:379px;
	top:305px;
	width:144px;
	height:39px;
	text-indent:-50000px;
	background:url(../images/bt_jouer.gif) no-repeat;
}
#texte_accueil {
	position:absolute;
	left:531px;
	top:305px;
	width:384px;
	height:84px;
	
	font-size:0.88em;
	font-weight:bold;
	color:#008B5B;
}
#bt_jouer a:hover {
	background:url(../images/bt_jouer_hover.gif) no-repeat;

}


/* QUESTIONS */
.questions {
	background:url(../images/fd_questions.jpg) no-repeat;
	height:550px;
}
.lindice {
	position:absolute;
	left:682px;
	top:174px;
	width:298px;
	height:201px;	
	background:url(../images/cadre_indice.jpg) no-repeat;
}
.lindice p {
	font-size:0.71em;
	font-weight:bold;
	color:#008B5B;
	margin-left:30px;
	padding-top:55px;
}
#titre_question {
	position:absolute;
	left:99px;
	top:175px;
	width:547px;
	height:64px;
	
	color:#008B5B;
	font-size:1.15em;
}
#numero {
	position:absolute;
	left:330px;
	top:110px;
	width:177px;
	height:54px;
	
	color:#54B1FA;
	font-size:3em;
}

.reponse_question1, 
.reponse_question2, 
.reponse_question3 {	
	top: 250px;
	width: 150px;
}

.reponse_question1 {
	position:absolute;
	height: 100px;
	left: 99px;
}

.reponse_question2 {
	position:absolute;
	height: 100px;
	left: 320px;
}

.reponse_question3 {
	position:absolute;
	height: 100px;
	left: 520px;
}
.reponse_question1 a , 
.reponse_question2 a , 
.reponse_question3 a {
	position:absolute;
	background:url(../images/buz.gif);
	width:31px;
	display: inline;
	float: left;
	height:30px;	
}
/*  Les V2 servent à recadrer les réponses lorsqu'il n'y a que 2 réponses possibles */
.reponse_question1v2, 
.reponse_question2v2 {	
	top: 250px;
	width: 150px;
}
.reponse_question1v2 
{
	position:absolute;
	height: 100px;
	left: 99px;
}


.reponse_question2v2 
{
	position:absolute;
	height: 100px;
	left: 320px;
}
.reponse_question1v2 a , 
.reponse_question2v2 a {
	position:absolute;
	background:url(../images/buz.gif);
	width:31px;
	display: inline;
	float: left;
	height:30px;	
}

.reponse_question3v2 
{
display: none;
}


.texte_reponse {
	position: absolute;
	left: 37px;	
	top: 6px;
	/* border: 2px orange double;*/
	width: 150px;
	height: 80px;
	font-size:0.88em;
	color:#308CD4;
	font-weight:bold;
}


/* RESULTATS */
#top
{
background:url(../images/top_fond.jpg); /* -------------------------------------------------------------------- */
margin: auto;
width: 980px;
height: 170px;
background-repeat: no-repeat;
}


#bottom
{
background-color:#FFFFFF; /* -------------------------------------------------------------------- */
margin: auto;
position: relative;
width: 980px;
height: 10px;
background-repeat: no-repeat;
}


.fond_resquiz
{
background-color:#FFFFFF; /* -------------------------------------------------------------------- */
background-repeat: repeat-y;
height: 10px;
}


.fond_repet 
{
background-color:#FFFFFF; /* -------------------------------------------------------------------- */
background-repeat: repeat-y;

min-height: 237px;
}
/* IE 6 gere height comme un simple min-height tandis que mozilla fait la disctinction */
* html .fond_repet 
{
height: 237px;
}

.floaticon {
position:absolute;
right:10px;
}

#resquiz
{
background-color:#FFFFFF; /* -------------------------------------------------------------------- */
width: 300px;
height: 63px;
top: 175px;
left: 480px;
margin-bottom: 100px;
margin: auto;
}


.cadre_question
{
width: 600px;
min-height: 180px;
border: 1px solid /*#fb5f21 */#b6c214; 
margin:auto auto 20px;
}
* html .cadre_question
{
height: 215px;
}


td
{
height: 56px;
padding-left: 5px;
padding-right: 5px;
}
#bt_fin_quiz {
	margin-bottom:20px;
	font-size:0.71em;
	color:#97C000;
}
#bt_fin_quiz a {
	color:#97C000;
	font-weight:bold;
}
#bt_fin_quiz a:hover {
	color:#F97604;
}

#resultatfinal
{
background-color:#FFFFFF; /* -------------------------------------------------------------------- */
text-align: center ;
font-size: 1.2em;
color : #008B5B;
padding-top: 5px;
min-height: 100px;
margin: auto;
top : 50px;
padding-bottom: 30px;

}
/* IE 6 gere height comme un simple min-height tandis que mozilla fait la disctinction */
* html #resultatfinal 
{
height: 100px;
}

#resultatfinal strong
{
font-weight: bold;
color: #EF7900;
text-align: left;
}


#resultatfinal .cadre
{
background:url(./images/bg_fin3.gif); /* -------------------------------------------------------------------- */
background-repeat : repeat-x;
min-height: 25px;
margin: auto;
padding : 5px;
border: 3px double #0E8ACA;
width : 350px;
}

/* IE 6 gere height comme un simple min-height tandis que mozilla fait la disctinction */
* html #resultatfinal .cadre
{
height: 25px;
}

.cadre_bleu
{
background-color: #CEECFE;
border: solid 4px #EAF2FF;
width: 557px;
min-height: 61px;
margin: auto;
font-size: 0.8em;
font-weight: bold;
text-align: justify;
margin-top: 20px;
}

/* IE 6 gere height comme un simple min-height tandis que mozilla fait la disctinction */
* html .cadre_bleu
{
height: 61px;
}

.laquestion
{
width: 493px;
font-size:1em;
font-weight:bold;
}

.rond_vert
{
background-repeat: no-repeat;
background:url(./images/rondvert.gif); /* -------------------------------------------------------------------- */
width: 24px;
height: 24px;
position: relative;
}

.rond_vert p
{
position: absolute;
font-family: arial, "sans serif";
font-weight: bold;
margin: auto;
left : 8.5px;
margin-top: 3px;
font-size:16px;
}

/* Cadre 'invisible' suivant le cadre bleu*/
.apres_cadre_bleu
{
text-align : center;
width: 557px;
margin: auto;
position: relative;
margin-top: 20px;
min-height: 70px;
}

/* IE 6 gere height comme un simple min-height tandis que mozilla fait la disctinction */
* html .apres_cadre_bleu
{
height: 70px;
}

/* TRAIT */
.apres_cadre_bleu hr
{
margin: auto;
background-color: #c3cf20; 
min-height: 2px; 
width : 75px;
margin-bottom: 10px ;
margin-top:12px ;
}


.apres_cadre_bleu p
{
font-size: 0.8em;
min-height:20px;
width:90%;
/* margin-bottom: 10px; */ 
}

.petittexte
{
position: relative ;
padding-top:1em;
font-size: 0.9em;
color: #008B5B;
font-weight:bold;
}

hr
{
margin: auto;
margin-bottom: 15px;
width: 25%;
}
