/* Hack to hide a nested Quicktime player from IE, which can't handle it. */
* html object.MediaPlayerNotForIE {
	display: none;
}

body{
	font-family: Geneva,Arial;
	background-color: #ffffff;
	color: #000000;
	background-image: url(image.gif); 
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	font-size: small;
}
span.concepteur{
	font-size: 50%;
	font-weight: normal;
	color: #000000;
	text-shadow: none;
}

span.good{
	font-size: 160%;
	color: #000000;
	background-color: #44ff44;
	font-weight: bold;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
span.wrong{
	font-size: 100%;
	color: #ff0000;
	background-color: #000000;
	font-weight: bold;
}


button.version_active{
	margin-top: 5px;
	width: 24%;
	padding: 5px 3px 5px 3px;
	color: #ffff00;
	font-size: 60%;
	font-weight: bold;
	border-style: solid;
	border-left-color: #ff0000;
	border-top-color: #ff0000;
	border-right-color: #ff0000;
	border-bottom-color: #ff0000;
	background-color: #000000;
	vertical-align: middle;
	border-width: 2px 2px 2px 2px;
	border-radius: 0.4em;
}

button.autre_version {
	margin-top: 5px;
	width: 24%;
	padding: 5px 2px 5px 2px;
	color: #000000;
	font-size: 60%;
	border-style: solid;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #444444;
	border-bottom-color: #444444;
	background-color: #bbbbbb;
	vertical-align: middle;
	border-width: 0px 2px 2px 0px;
	cursor: pointer;
	border-radius: 0.4em;
	box-shadow: 0.2em 0.3em 0.2em #666666;
}
button.autre_versionUp {
	margin-top: 5px;
	width: 24%;
	padding: 5px 2px 5px 2px;
	color: #000000;
	font-size: 60%;
	font-weight: bold;
	border-style: solid;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #444444;
	border-bottom-color: #444444;
	vertical-align: middle;
	background-color: #00ff00;
	border-width: 0px 2px 2px 0px;
	cursor: pointer;
	border-radius: 0.4em;
	box-shadow: 0.4em 0.5em 0.4em #88bb88;	
	animation: autre_versionUp 5s infinite;
}
@keyframes autre_versionUp {
  50% {box-shadow: 8px 12px 16px #88bb88;}	
}
button.autre_versionDown {
	margin-top: 5px;
	width: 24%;
	padding: 5px 5px 5px 5px;
	color: #ffff00;
	font-size: 60%;
	font-weight: bold;
	border-style: solid;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	vertical-align: middle;
	background-color: #000000;
	border-width: 2px 0px 0px 2px;
	cursor: pointer;
	border-radius: 0.4em;	
}


sub.etat{
	color: #6666bb;
}
span.delta_h{
	color: #ff0000;
	font-size: 120%;
	font-weight: bold;
}
span.atome_r{
	font-size: 140%;
	font-weight: bold;
	color: #882200;
}
span.compose_r{
	font-size: 140%;
	font-weight: bold;
	color: #0000bb;
}
span.ordre_r{
	font-size: 140%;
	font-weight: bold;
	color: #0000bb;
}
span.plus_petit{
	font-size:160%;
	font-weight: normal;
	color: #000000;
}
span.delta_m_r{
	font-size: 200%;
	font-weight: bold;
	color: #0000ff;
}
span.delta_p_r{
	font-size: 200%;
	font-weight: bold;
	color: #ff0000;
}
span.delta_0_r{
	font-size: 200%;
	font-weight: bold;
	color: #009900;
}
span.lien_r{
	font-size: 200%;
	font-weight: bold;
	color: #000000;
}
span.liaison_r{
	font-size: 140%;
	font-weight: bold;
	color: #882200;
}
span.symbol{
	font-weight: bold;
	font-size: 120%;
}
span.notation{
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #9999aa;
	color: #888888;
}
span.note{
	color: #888888;
}

p{
	text-align: left;
	margin: 0px;
	font-size: 100%;
}

div.qc{
	font-size: 100%;
	color: #000066;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	background-color: #ffffff;
	padding: 3px;
}
div.qd{
	font-size: 100%;
	color: #000066;
	border-style: solid;
	border-width: 0px;
	border-color: transparent;
	background-color: transparent;
	padding: 3px;
}
div.qe{
	font-size: 100%;
	color: #000066;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	background-color: #ffffff;
	padding: 3px;
}
div.qf{
	line-height: 1.5em;
}
table.tableau{
	font-family: "Times New Roman", Times, courier, serif;
	background-color: transparent;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	text-align: left;
	position: relative;
	margin-left: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
}

td.zz{
	text-align: center;
	vertical-align: middle;
	font-size: 90%;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	padding: 3px;
	font-weight: normal;
	background-color: #e8f8ff;
	color: #000000;
}
td.actif{
	text-align: center;
	vertical-align: middle;
	font-size: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 3px;
	font-weight: bold;
	background-color: #ff0000;
	color: #ffff00;
}
td.vide{
	text-align: center;
	vertical-align: middle;
	font-size: 50%;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	padding: 2px;
	font-weight: bold;
	background-color: transparent;
}
table.ionique{
	margin-left: 2%;
	margin-top: 1%;
	background-color: transparent;
	border-width: 0px;
	border-spacing: 0px;
}
td.ce{
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	padding: 5px;
	border-style: solid;
	border-width: 0px;
	border-color: #888888;
	text-align: center;
	vertical-align: bottom;
}
td.cf{
	color: #000000;
	font-weight: bold;
	font-size: 140%;
	padding: 5px;
	vertical-align: top;
	border-style: solid;
	border-width: 0px;
	border-color: #888888;
	vertical-align: bottom;
	text-align: center;
}
td.cp{
	color: #000000;
	font-weight: normal;
	font-size: 120%;
	padding: 5px;
	vertical-align: middle;
	border-style: solid;
	border-width: 0px;
	border-color: #888888;
	text-align: center;
}
td.delta_h{
	color: #ff0000;
	font-weight: bold;
	font-size: 120%;
	padding: 5px;
	border-style: solid;
	border-width: 0px;
	border-color: #888888;
	text-align: center;
	vertical-align: bottom;
	width: 15%;
}
td.fce{
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	padding: 5px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #000000;
	text-align: center;
	vertical-align: bottom;
}
td.fcf{
	color: #000000;
	font-weight: bold;
	font-size: 140%;
	padding: 5px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #000000;
	vertical-align: bottom;
	text-align: center;
}
td.fcp{
	color: #000000;
	font-weight: normal;
	font-size: 120%;
	padding: 5px;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #000000;
	text-align: center;
}
td.fdelta_h{
	color: #ff0000;
	font-weight: bold;
	font-size: 120%;
	padding: 2px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #000000;
	text-align: center;
	vertical-align: bottom;
}


table,div,span,td{
	font-size: 100%;
	color: #000000;
}

div.Titles{
	padding: 0em;
	font-size: 150%;
	text-align: center;
	color: #000000;
}

button{
	font-family: Geneva,Arial;
	font-size: 100%;
	display: inline;

	
	
	
	border-radius: 5px;
	padding: 4px 17px;
	margin:2px;

}

.ExerciseTitle{
	font-size: 140%;
	color: #ffffff;
	text-shadow: 2px 2px 5px #000000, 0 0 7px #666633, 0 0 7px #666633;
}

.ExerciseSubtitle{
	font-size: 120%;
	color: #000000;
	margin-top: -0.5em;
	margin-bottom: 0.2em;
}

div.StdDiv{
	background-color: #ddddbb;
	text-align: center;
	font-size: 120%;
	color: #000000;
	padding: 0.5em;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	margin-bottom: 1px;
	
	
	
	
	border-radius: 5px;

}

/* EndCorePageCSS */

.RTLText{
	text-align: right;
	font-size: 150%;
	direction: rtl;
	font-family: "Simplified Arabic", "Traditional Arabic", "Times New Roman", Geneva,Arial; 
}

.CentredRTLText{
	text-align: center;
	font-size: 150%;
	direction: rtl;
	font-family: "Simplified Arabic", "Traditional Arabic", "Times New Roman", Geneva,Arial; 
}

button p.RTLText{
	text-align: center;
}

.RTLGapBox{
	text-align: right;
	font-size: 150%;
	direction: rtl;
	font-family: "Times New Roman", Geneva,Arial;
}

.Guess{
	font-weight: bold;
}

.CorrectAnswer{
	font-weight: bold;
}

div#Timer{
	padding: 0.25em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000000;
}

span#TimerText{
	padding: 0.25em;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	display: none;
	color: #000000;
}

span.Instructions{

}

div.ExerciseText{

}

.FeedbackText, .FeedbackText span.CorrectAnswer, .FeedbackText span.Guess, .FeedbackText span.Answer{
	color: #000033;
	font-weight: normal;

}

.LeftItem{
	font-size: 100%;
	color: #000000;
	text-align: left;
}

.RightItem{
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}

span.CorrectMark{

}

input, textarea{
	font-family: Geneva,Arial;
	font-size: 120%;

	
	
	
	border-radius: 5px;
	padding: 5px;

}

select{
	font-size: 100%;

	
	
	
	border-radius: 5px;
	padding: 3px 2px 3px 5px;
	border: 1px solid silver;

}

div.Feedback {
	background-color: #fff0ff;
	left: 30%;
	width: 65%;
	top: 33%;
	z-index: 1;
	border-style: solid;
	border-width: 3px;
	border-color: #ff0000;
	padding: 5px;
	text-align: center;
	color: #000000;
	position: absolute;
	display: none;
	font-size: 120%;
	border-radius: 0.4em;
	box-shadow: 0.6em 0.9em 0.6em #bb6666;
	animation: feedback 2s;
}
@-webkit-keyframes feedback {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes feedback {
  from {opacity: 0;}
  to {opacity:1 ;}
}




div.ExerciseDiv{
	color: #000000;
}

/* JMatch flashcard styles */
table.FlashcardTable{
	background-color: transparent;
	color: #000000;
	border-color: #000000;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2em;
	margin-bottom: 2em;
	width: 90%;
	position: relative;
	text-align: center;
	padding: 0px;
}

table.FlashcardTable tr{
	border-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #ddddbb;
}

table.FlashcardTable td.Showing{
	font-size: 140%;
	text-align: center;
	width: 50%;
	display: table-cell;
	padding: 2em;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	background-color: #ddddbb;
}

table.FlashcardTable td.Hidden{
	display: none;
}

/* JMix styles */
div#SegmentDiv{
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}

a.ExSegment{
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

span.RemainingWordList{
	font-style: italic;
}

div.DropLine {
	position: absolute;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	width: 80%;
}

/* JCloze styles */

.ClozeWordList{
	text-align: center;
	font-weight: bold;
}

div.ClozeBody{
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 2.0
}

span.GapSpan{
	font-weight: bold;
}

/* JCross styles */

table.CrosswordGrid{
	margin: auto auto 1em auto;
	border-collapse: collapse;
	padding: 0px;
	background-color: #000000;
}

table.CrosswordGrid tbody tr td{
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	vertical-align: middle;
	font-size: 140%;
	padding: 1px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	color: #000000;
}

table.CrosswordGrid span{
	color: #000000;
}

table.CrosswordGrid td.BlankCell{
	background-color: #000000;
	color: #000000;
}

table.CrosswordGrid td.LetterOnlyCell{
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
}

table.CrosswordGrid td.NumLetterCell{
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	color: #000000;
	padding: 1px;
	font-weight: bold;
}

.NumLetterCellText{
	cursor: pointer;
	color: #000000;
}

.GridNum{
	vertical-align: super;
	font-size: 66%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.GridNum:hover, .GridNum:visited{
	color: #000000;
}

table#Clues{
	margin: auto;
	vertical-align: top;
}

table#Clues td{
	vertical-align: top;
}

table.ClueList{
  margin: auto;
}

td.ClueNum{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

td.Clue{
	text-align: left;
}

div#ClueEntry{
	text-align: left;
	margin-bottom: 1em;
}

/* Keypad styles */

div.Keypad{
	text-align: center;
	display: none; /* initially hidden, shown if needed */
	margin-bottom: 0.5em;
}

div.Keypad button{
	font-family: Geneva,Arial;
	font-size: 120%;
	background-color: #ffffff;
	color: #000000;
	width: 2em;
}

/* JQuiz styles */

div.QuestionNavigation{
	text-align: center;
}

.QNum{
	margin: 0em 1em 0.5em 1em;
	font-weight: bold;
	vertical-align: middle;
}

textarea{
	font-family: Geneva,Arial;
}

.QuestionText{
	text-align: left;
	margin: 0px;
	font-size: 100%;
}

.Answer{
	font-size: 120%;
	letter-spacing: 0.1em;
}

.PartialAnswer{
	font-size: 120%;
	letter-spacing: 0.1em;
	color: #000000;
}

.Highlight{
	color: #000000;
	background-color: #ffff00;
	font-weight: bold;
	font-size: 120%;
}

ol.QuizQuestions{
	text-align: left;
	list-style-type: none;
}

li.QuizQuestion{
	padding: 1em;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

ol.MCAnswers{
	text-align: left;
	list-style-type: upper-alpha;
	padding: 1em;
	font-weight: bold;
}

ol.MCAnswers li{
	margin-bottom: 1em;
}

ol.MSelAnswers{
	text-align: left;
	list-style-type: lower-alpha;
	padding: 1em;
}

div.ShortAnswer{
	padding: 1em;
}

.FuncButton {
	text-align: center;
	border-style: solid;

	border-left-color: #eeeedd;
	border-top-color: #eeeedd;
	border-right-color: #6e6e5d;
	border-bottom-color: #6e6e5d;
	color: #000000;
	background-color: #ddddbb;

	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	

	
	box-shadow: 2px 2px 5px #888;

}

.FuncButtonUp {
	color: #ddddbb;
	text-align: center;
	border-style: solid;

	border-left-color: #eeeedd;
	border-top-color: #eeeedd;
	border-right-color: #6e6e5d;
	border-bottom-color: #6e6e5d;

	background-color: #000000;
	color: #ddddbb;
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	
	
	
	box-shadow: -2px -2px 5px #888;

}

.FuncButtonDown {
	color: #ddddbb;
	text-align: center;
	border-style: solid;

	border-left-color: #6e6e5d;
	border-top-color: #6e6e5d;
	border-right-color: #eeeedd;
	border-bottom-color: #eeeedd;
	background-color: #000000;
	color: #ddddbb;

	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	
	
	
	box-shadow: -2px -2px 5px #888;

}

/*BeginNavBarStyle*/

div.NavButtonBar{
	background-color: #8000ff;
	text-align: center;
	margin: 2px 0px 2px 0px;
	clear: both;
	font-size: 100%;
	



border-radius: 5px;


	
	
	box-shadow: -2px -2px 5px #888;

}

.NavButton {
	border-style: solid;
	
	border-left-color: #bf7fff;
	border-top-color: #bf7fff;
	border-right-color: #40007f;
	border-bottom-color: #40007f;
	background-color: #8000ff;
	color: #000000;

	border-width: 2px;
	cursor: pointer;		



box-shadow: 2px 2px 5px #40007f;

}

.NavButtonUp {
	border-style: solid;

	border-left-color: #bf7fff;
	border-top-color: #bf7fff;
	border-right-color: #40007f;
	border-bottom-color: #40007f;
	color: #8000ff;
	background-color: #000000;

	border-width: 2px;
	cursor: pointer;		

	
	
	box-shadow: -2px -2px 5px #40007f;

}

.NavButtonDown {
	border-style: solid;

	border-left-color: #40007f;
	border-top-color: #40007f;
	border-right-color: #bf7fff;
	border-bottom-color: #bf7fff;
	color: #8000ff;
	background-color: #000000;

	border-width: 2px;
	cursor: pointer;		

	
	
	box-shadow: -2px -2px 5px #40007f;

}

/*EndNavBarStyle*/

a{
	color: #000000;
}

a:visited{
	color: #000000;
}

a:hover{
	color: #000000;
}

div.CardStyle {
	position: absolute;
	font-family: Geneva,Arial;
	font-size: 100%;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	background-color: #ddddbb;
	left: -50px;
	top: -50px;
	overflow: visible;	

	
	
	
	border-radius: 5px;





box-shadow: 3px 3px 3px #888;

}

.rtl{
	text-align: right;
	font-size: 140%;
}
