/* CSS Objectif */

.niv {
	padding:0;
	margin:0 auto;
	width:90%;
    background: #F9F9CB url(../../datas/inscription/objectif/niv_fond_repeat.gif) repeat-x bottom;
    min-height:256px;
    overflow:hidden;
    border:1px solid #d3bd7b;
}

/* -- Boutons niveau -- */
.niv_bt {
	float:left;
	width:240px;
	background-repeat:no-repeat;
    position:absolute;
}
#content .niv_bt ul {
    list-style-type:none;
    list-style-image:none;
    margin:0;
    float:left;
    padding:0;
}
#content .niv_bt ul li {}
#content .niv_bt ul li span {
    display:block;
    line-height:32px;
    cursor:pointer;
    height:32px;
    color:#414b56;
	width:240px;
    text-decoration:none;
    background:url(../../datas/inscription/objectif/btObj.gif) no-repeat 0 0;
}
#content .niv_bt ul li.btNiv_on span{background-image:url(../../datas/inscription/objectif/btNiv.gif); padding-left:5px}
#content .niv_bt ul li.btNiv_on span:hover{ background-image:url(../../datas/inscription/objectif/btNiv_ov.gif); color:#666666;}
#content .niv_bt ul li.bt_off span{ background-image:none; font-weight:bold;}
#content .niv_bt ul li.btNiv_off span{background-image:url(../../datas/inscription/objectif/btNiv_on.gif); font-weight:bold; padding-left:5px}




/* -- Boutons objectifs -- */

#content .bt_obj ul {
    list-style-type:none;  list-style-image:none;
    margin:0;
    float:left;
    padding:0;
}
#content .bt_obj ul li { list-style-image:none;}
#content .bt_obj ul li span img {border:0; vertical-align:middle;padding:2px 5px 0 0; float:left;}
#content .bt_obj ul li span em {float:right; color:#868f98; font-style:normal;padding-right:15px}
#content .bt_obj ul li span {
    display:block;
    line-height:32px;
    cursor:pointer;
    height:32px;
    color:#414b56;
	width:230px;
    text-decoration:none;
    background:url(../../datas/inscription/objectif/btObj.gif) no-repeat 0 0;
}
#content .bt_obj ul li.bt_on span{background-image:url(../../datas/inscription/objectif/btObj.gif)}
#content .bt_obj ul li.bt_on span:hover{ background-image:url(../../datas/inscription/objectif/btObj_ov.gif); color:#666666;}
#content .bt_obj ul li.bt_off span{ background:url(../../datas/inscription/objectif/btNiv_on.gif) 116px 0 no-repeat; font-weight:bold;}
#content .bt_obj ul li.btNiv_off span{background-image:url(../../datas/inscription/objectif/btNiv_on.gif); font-weight:bold; padding-left:5px}

.metier {width:80%; margin:5px auto; background: #FFFFFF url(../../datas/inscription/structure/t_gris.gif) repeat-x bottom;    border:#d2d2d2 1px solid;}
.metier p {margin:2px}
.metier a {font-weight:bold;}
.metier div {float:left; margin:10px;}

/* -- Test online -- */

#content h1.test em {float:right; font-style:normal; font-size:14px; padding-top:10px; color:#999999;position:absolute;right:5%}
#content h1.test strong {color:#414b56; font-weight:100}

#content .test .typeQuestionOn {color:#FF9900; font-weight:bold;}
#content .test .typeQuestionOff {color:#BBBBBB}
#content .test .typeQuestionDone {color:#FFFFFF}

/*////////////////////////  Chronometre //////////////////*/
#chronoBarre {
    background:url(../../datas/structure/vide.gif) repeat-x left;
    width:450px;
    height:17px;
    border:#DCDCDC 1px solid;
    text-align:left;
    margin:5px auto;
}
#chronoPlein {
    background:url(../../datas/structure/plein.gif) repeat-x left;
    height:17px;
}
#notel {display:none}

