/* Outline Child CSS */


ul.sw_child_navList {
	margin: 0px;	
	padding: 0px;
	list-style: none;
	background-image:url(../img/menu/childD.gif);
	background-position:right;
	background-repeat: repeat-y;
	margin-right:86px;
	margin-left:70px
}

ul.sw_child_navList li a, ul.sw_child_navList li span{
	font-size: 16px;
	text-decoration: none;
	color: black;
	vertical-align: middle;
	line-height: 35px;
}

ul.sw_child_navList li{
	margin: 0px;
}

a.childElt_entry{
	height:1%;
	/*Hack CSS pour que le filtre opacité fonctionne sur IE*/
}

a.childElt_entry:hover{
	-moz-opacity:0.5;
	filter:Alpha(opacity=50);
	opacity:0.5;
}

.childElt_entry{
	display:block;
	padding-left: 42px;
}
	
#tplCo .mnu_intro{
	background: url(../img/menu/intro_child.gif) no-repeat center left;
}
.childOwner_conclu{
	background: url(../img/menu/conclu_child.gif) no-repeat center left;
}
.childOwner_course{
	background: url(../img/menu/course_child.gif) no-repeat center left;
}
.childOwner_genRef, .childElt_entry.refs{
	background: url(../img/menu/refs_child.gif) no-repeat center left;
}
.childElt_entry.gloss{
	background: url(../img/menu/gloss_child.gif) no-repeat center left;
}
.childOwner_quiz,  .childOwner_trainUc{
	background: url(../img/menu/quiz_child.gif) no-repeat center left;
}
.childOwner_assmntStage{
	background: url(../img/menu/eval_child.gif) no-repeat center left;
}
.childElt_entry.feedback{
	background: url(../img/menu/synth_child.gif) no-repeat center left;
}

.childOwner_subdivTree{
	background: url(../img/menu/subDiv_child.gif) no-repeat center left;
}

.childOwner_genStage{
	background: url(../img/menu/genStage_child.gif) no-repeat center left;
}

.childOwner_assmntStage{
	background: url(../img/menu/assmntStage_child.gif) no-repeat top left;
}


.tabChildH{
	border-collapse: collapse;
	width:100%;
	margin-top:50px
}

.tabChildB{
	border-collapse: collapse;
	width:100%;
}

.childHG, .childHD, .childBG, .childBD{
	width:100px;
	height:54px;
	background-repeat: no-repeat;
}

.childHG{
	background-image:url(../img/menu/childHG.gif);
	background-position:top right
}

.childHD{
	background-image:url(../img/menu/childHD.gif);
	background-position:top left
}

.childBG{
	background-image:url(../img/menu/childBG.gif);
	background-position:bottom right
}

.childBD{
	background-image:url(../img/menu/childBD.gif);
	background-position:bottom left
}

.childB{
	background-image:url(../img/menu/childB.gif);
	background-position:bottom;
	background-repeat: repeat-x
}

.childH{
	background-image:url(../img/menu/childH.gif);
	background-position:top;
	background-repeat: repeat-x
}


