.leftPagination, .rightPagination {
   
    font-size: 12px;
}
.leftPagination {
    float: left;
}
.rightPagination {
    float: right;
}
/* The thumb corresponding to the media's current play position */
.currentThumb {
	border-color: #FF9602;
}

/* One thumb corresponding to a timecode */
.otherThumb {
	border-color: #FFFFFF;
}
.rightPagination a {
    background-image: url("../../images/common/bt/next.png");
    background-repeat: no-repeat;
}
.leftPagination a {
    background-image: url("../../images/common/bt/previous.png");
    background-repeat: no-repeat;
}

.linkText, .helpText, .buildingName, .searchText {
    color: #5284FD;
}
a {
    text-decoration: none;
}


.otherThumb, .currentThumb {
	float: left;
	width: 104px;
	height: 78px;
	margin-left: 35px;
	border-width: 2px;
	border-style: solid;
    margin-top:5px;
    margin-bottom:5px;
}

div#videoLine {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #606060;
    border-top: solid 2px #FF9602;
}

.errors{
    color:red
}
body {
	margin: 3px 10px 10px 10px;
	font-family :	arial, sans-serif !important;
	font-size:     	12px;
	background-color : #DDDDDD;
}

fieldset{
    border:solid 2px white;

	//background: -moz-linear-gradient(top,  rgba(194,137,199,0) 0%, rgba(194,137,199,0.7) 10%, rgba(194,137,199,1) 100%); /* FF3.6+ */
	//background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,137,199,0)), color-stop(10%,rgba(194,137,199,0.7)), color-stop(100%,rgba(194,137,199,1))); /* Chrome,Safari4+ */
	//background: -webkit-linear-gradient(top,  rgba(194,137,199,0) 0%,rgba(194,137,199,0.7) 10%,rgba(194,137,199,1) 100%); /* Chrome10+,Safari5.1+ */
	//background: -o-linear-gradient(top,  rgba(194,137,199,0) 0%,rgba(194,137,199,0.7) 10%,rgba(194,137,199,1) 100%); /* Opera 11.10+ */
	//background: -ms-linear-gradient(top,  rgba(194,137,199,0) 0%,rgba(194,137,199,0.7) 10%,rgba(194,137,199,1) 100%); /* IE10+ */
	//background: linear-gradient(to bottom,  rgba(194,137,199,0) 0%,rgba(194,137,199,0.7) 10%,rgba(194,137,199,1) 100%); /* W3C */
        
        background: -moz-linear-gradient(top,  rgba(185,185,185,0.5) 0%, rgba(100,100,100,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,185,185,0.5)), color-stop(100%,rgba(100,100,100,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(185,185,185,0.5) 0%,rgba(100,100,100,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(185,185,185,0.5) 0%,rgba(100,100,100,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(185,185,185,0.5) 0%,rgba(100,100,100,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(185,185,185,0.5) 0%,rgba(100,100,100,1) 100%); /* W3C */
        
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c289c7', endColorstr='#c289c7',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9b9b9', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */
}

fieldset legend {
    background: rgba(185,185,185,1);
    //background: rgba(194,137,199,1);
    font-weight: bold;
	color:black;
    padding: 5px 10px ;
    border-radius: 5px;
    box-shadow: 0 0 0 2px #fff;
    margin-left: 20px;
}
.imgChoiceQuest:hover{
}
caption, .titre, h1{
    height:15px;
    vertical-align:middle;
    line-height:20px;
    text-align:center;
	border-style: solid;
	border-width: 31px 50px;
	-moz-border-image: url("../../images/common/titre.png") 17 29 29 31 stretch round;
	-webkit-border-image: url("../../images/common/titre.png") 17 29 29 31 stretch round;
	-o-border-image: url("../../images/common/titre.png") 17 29 29 31 stretch round;
	border-image: url("../../images/common/titre.png") 17 29 29 31 fill stretch round;
}

.button{
    font-weight: bold;
    height: 25px;
    text-decoration:none;
    //color:black; illisible sur fond noir
    color:white;
	display:inline-block;
	font-size: 1em;
	cursor:pointer;
	background:none;
}
.clear{
    clear:both;
    height:0px;
}

.hidden{
    display:none;
}

.erreur {color:red;font-weight:bold}


.titleMail{
	//background: -moz-linear-gradient(top,  rgba(135,69,142,0.5) 0%, rgba(82,14,89,1) 100%); /* FF3.6+ */
	//background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,69,142,0.5)), color-stop(100%,rgba(82,14,89,1))); /* Chrome,Safari4+ */
	//background: -webkit-linear-gradient(top,  rgba(135,69,142,0.5) 0%,rgba(82,14,89,1) 100%); /* Chrome10+,Safari5.1+ */
	//background: -o-linear-gradient(top,  rgba(135,69,142,0.5) 0%,rgba(82,14,89,1) 100%); /* Opera 11.10+ */
	//background: -ms-linear-gradient(top,  rgba(135,69,142,0.5) 0%,rgba(82,14,89,1) 100%); /* IE10+ */
	//background: linear-gradient(to bottom,  rgba(135,69,142,0.5) 0%,rgba(82,14,89,1) 100%); /* W3C */
        background: -moz-linear-gradient(top,  rgba(185,185,185,0.5) 0%, rgba(100,100,100,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,185,185,0.5)), color-stop(100%,rgba(100,100,100,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(185,185,185,0.5) 0%,rgba(100,100,100,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(185,185,185,0.5) 0%,rgba(100,100,100,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(185,185,185,0.5) 0%,rgba(100,100,100,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(185,185,185,0.5) 0%,rgba(100,100,100,1) 100%); /* W3C */
}
#footer{
    width:50%;
    margin:auto;
    margin-top:5px;
	text-align : center;
	font-size: 9px;
}
#main{
	position:relative;
	width:985px;
	margin:auto;
    min-height:745px;
}

#header {
	background: rgb(19,19,19); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(19,19,19,1) 0%, rgba(28,28,28,1) 9%, rgba(43,43,43,1) 18%, rgba(17,17,17,1) 37%, rgba(44,44,44,1) 45%, rgba(0,0,0,1) 54%, rgba(0,0,0,1) 54%, rgba(71,71,71,1) 82%, rgba(102,102,102,1) 91%, rgba(82,14,89,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,19,19,1)), color-stop(9%,rgba(28,28,28,1)), color-stop(18%,rgba(43,43,43,1)), color-stop(37%,rgba(17,17,17,1)), color-stop(45%,rgba(44,44,44,1)), color-stop(54%,rgba(0,0,0,1)), color-stop(54%,rgba(0,0,0,1)), color-stop(82%,rgba(71,71,71,1)), color-stop(91%,rgba(102,102,102,1)), color-stop(100%,rgba(82,14,89,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(19,19,19,1) 0%,rgba(28,28,28,1) 9%,rgba(43,43,43,1) 18%,rgba(17,17,17,1) 37%,rgba(44,44,44,1) 45%,rgba(0,0,0,1) 54%,rgba(0,0,0,1) 54%,rgba(71,71,71,1) 82%,rgba(102,102,102,1) 91%,rgba(82,14,89,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(19,19,19,1) 0%,rgba(28,28,28,1) 9%,rgba(43,43,43,1) 18%,rgba(17,17,17,1) 37%,rgba(44,44,44,1) 45%,rgba(0,0,0,1) 54%,rgba(0,0,0,1) 54%,rgba(71,71,71,1) 82%,rgba(102,102,102,1) 91%,rgba(82,14,89,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(19,19,19,1) 0%,rgba(28,28,28,1) 9%,rgba(43,43,43,1) 18%,rgba(17,17,17,1) 37%,rgba(44,44,44,1) 45%,rgba(0,0,0,1) 54%,rgba(0,0,0,1) 54%,rgba(71,71,71,1) 82%,rgba(102,102,102,1) 91%,rgba(82,14,89,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(19,19,19,1) 0%,rgba(28,28,28,1) 9%,rgba(43,43,43,1) 18%,rgba(17,17,17,1) 37%,rgba(44,44,44,1) 45%,rgba(0,0,0,1) 54%,rgba(0,0,0,1) 54%,rgba(71,71,71,1) 82%,rgba(102,102,102,1) 91%,rgba(82,14,89,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#520e59',GradientType=0 ); /* IE6-9 */
    height : 25px;
    color : white;
    line-height:20px;
    min-width:985px;
    position:fixed;
    width:100%;
    top:0px;
    z-index:1000;

}

#span_lieu, #spLieu {
	height : 23px;
	vertical-align: middle;
	padding-left : 120px;
	background: url("../../images/common/bg/header_espace.png") no-repeat scroll 0 0 transparent;
    font-size:10px;
    border-bottom:2px solid white;
}
#spLieu {
	padding-left : 130px;
}

#content {
	display:block;
	min-height: 600px;
	min-width:985px;
    margin-top:25px;
}

.action {
	cursor: pointer;
}

#deco, #spCurrentUtilisateur {
	float: right;
	color : white;
	margin-right: 20px;
}

#anim {
	height : 552px;
	width : 849px;
    margin:auto;
}


.img{
    border : 0;
    width:30px;
    height:30px;

}

img{
    border : 0;
}


#menu_nav > a > img:hover{
    //border:solid 2px purple;
    border:solid 2px black;
}
#menu_nav > a > img{
    border:solid 2px transparent;
    height:85px;
}
#identi{
	position:absolute;
	right:30px;
	font-weight:normal;
}

.td_suppr{
	width:35px;
}
.img_delete{width:32px;height:32px}
.img_delete:hover{cursor:pointer}
.img_add{width:32px;height:32px}
.img_add:hover{cursor:pointer}

.img_edit{width:32px;height:32px}
.img_edit:hover{cursor:pointer}

.img_deplace{width:32px;height:32px}
.img_deplace:hover{cursor:pointer}
#identi>a, #identi>#Retour{
	font-weight:bold;
	color: yellow;
	font-style: italic;
	text-decoration: none;
	padding-left: 10px;
}

#identi>a:hover, #identi>#Retour:hover{
	color:red;
    cursor:pointer;
}

.i_fv{
	position:relative;
	background-position:0px -2px;
	background-repeat:no-repeat;
	padding-left:30px;
	height:25px;
	background-image:url(../../images/common/bt/fleche-verte.png);
}

.i_fv>a, .i_plus>a{

}

.i_plus{
	position:relative;
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:18px;
	height:25px;
}

#menu_nav{float:left;width:136px}
#page_princ{float:left;width:849px}

.orange {color:orange}
.red{color:red}
.black{color:black}
.green{color:green}


.infobulle_contenu {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    max-width: 500px;
    padding: 10px;
    white-space:nowrap;
}
.infobulle {
    background-image: url("../../images/common/bg/fond_opaque_infobulle.png");
    border: 1px solid #555555;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 10px #333333;
    padding: 3px;
    position: absolute;
    display : none;
    z-index: 1000000;
}

.questionBloc{margin:10px;padding:5px;border:solid 1px black;background:url('../../images/common/bg/background.jpg');background-color:white;background-repeat:no-repeat}
.questNonRep{border:solid 1px red;background:none;background-color:pink;}

.affichMessValid{
    background : #bbff80;
    border : solid 1px green;
    line-height : 30px;
    vertical-align : middle;
    margin-bottom : 10px;
    padding-left : 10px;
}

.affichMessInvalid{
    background : #fe8080;
    border : solid 1px red;
    line-height : 30px;
    vertical-align : middle;
    margin-bottom : 10px;
    padding-left : 10px;
    font-weight : bold;
}

.affichMessError{
    background : #fe8080;
    border : solid 1px red;
    line-height : 30px;
    vertical-align : middle;
    margin-bottom : 10px;
    padding-left : 10px;
    font-weight : bold;
}
.feedbackTrue{margin:10px;padding:5px;border:solid 1px green;background : #bbff80;}
.feedbackFalse{margin:10px;padding:5px;border:solid 1px red;background : #fe8080;}
.quizzNom{
	color:red;
	font-weight : bold;
	font-size: large;
	text-transform: uppercase;
	border: black;
	border-bottom-style: double;
}
.quizzCategorie{
	color:blue;
	font-weight : bold;
    font-size: medium;
    text-decoration: underline;
}
.quizzSsCategorie{
	color:green;
	font-weight : bold;
    font-size: small;
}
.titreMois {
    font-weight:bold;
    font-size:14px;
}
.iconesExport {
	float:right;
}
.tentativesQuizz {
	border-width:1px; 
	border-style:solid; 
	padding:10px;
}
.titreQuizz {
	margin-right:10px;
	margin-bottom:30px;
}

.icone {
    border:none;
    height:32px;
    width:32px;
}

.underline{
	text-decoration:underline;
}

.bold{
	text-weight:bold;
}

#afficheGranuleVide{
    height:100%;
    min-height:300px;

    opacity: 0.8;
    margin-top:10px;
}

div.afficheNote, #afficheGranuleVide{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 10px #333333;
    text-align:left;
    padding : 2px 2px 2px;
    font-size: 12px;
}
div.afficheNote{
    border: solid 3px transparent;
}
div.afficheNote:hover{
    border:solid 3px black;
    //border:solid 3px purple;
}
.noteActions{
    float:right;
    position: absolute;
    right: 10px;    
}
.noteName{
    float:left;
    border-bottom:solid 1px black;
    width: 100%;
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 0px;
}