/*
 * CSS version 2.1
 *
 * @entreprise: Smart Web
 * @auteur: Majdi KAANIHCE
 * @auteur: Imen HENTATI
 *
 */
/*
 *
 * Reset CSS!
 *
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.w250 {
    width: 250px;
}

p {
    font-size: 80%;
    margin-bottom: 5px;
    line-height: 15px;
    text-align: justify;
}

.p-icon {
    background: url(img/icon-p.gif) scroll right 5px no-repeat transparent;
    padding-right: 10px;
}

/* =======================  Body Begin  ========================*/
body {
    line-height: 1;
    color: black;
    background: url("img/bg-body.png") no-repeat scroll center top #fff;
    font-family: Tahoma;
    direction: rtl;
 
}

h2 {
    font-family: HacenTunisia !important;
    line-height: 30px;
}

.form h3 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 15px;
}

.form label {
    font-weight: bold;
    cursor: pointer;
}

h3 {
    line-height: 30px;
    color: #56aba6;
    font-family: Arial;
    font-weight: bold;
    font-size: 130%;
}

.defaultP {
    font-size: 120% !important;
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 10px !important;
    padding-right: 25px;
}

h4 {
    font-family: Arial;
    line-height: 30px;
    color: #e48b22;
    font-weight: bold;
}

h5 {
    font-family: Arial;
    line-height: 30px;
    color: #777777;
    font-weight: bold;
}

h6 {
    font-family: Arial;
    line-height: 30px;
    color: #f53aac;
    font-weight: bold;
}

#sq-main {
    padding-top: 30px;
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#titre-cd a {
    width: 600px;
    height: 80px;
    background-image: url("img/titre-h1.png");
	background-repeat:no-repeat;
    overflow: hidden;
    text-indent: -999px;
    display: block;
    margin-left: 180px;
}

#titre-cd {
    float: left;
}

#logo-sildar {
    float: right;
}

#bt-exe a {
    width: 228px;
    height: 87px;
    background: url("img/bt-exercice.png") no-repeat;
    overflow: hidden;
    text-indent: -999px;
    display: block;
}

#bt-cours a {
    width: 228px;
    height: 87px;
    background: url("img/bt-cours.png") no-repeat;
    overflow: hidden;
    text-indent: -999px;
    display: block;
}

#bt-exe a:hover {
    width: 228px;
    height: 87px;
    background: url("img/bt-exercice-hover.png") no-repeat;
    overflow: hidden;
    text-indent: -999px;
    display: block;
}

#bt-cours a:hover {
    width: 228px;
    height: 87px;
    background: url("img/bt-cours-hover.png") no-repeat;
    overflow: hidden;
    text-indent: -999px;
    display: block;
}

#menu {
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 999;
}

#bg-opa {
    background-color: #111;
    opacity: 0.6;
    filter: alpha(opacity = 50);
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0px;
    position: absolute;
    top: 30%;
}

#bg-opa2 {
    margin-bottom: 20px;
    width: 100%;
    height: 115px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#menu-ul {
    width: 460px;
    margin: 0 auto;
    z-index: 999;
    margin-top: 10px;
}

#menu li {
    float: right;
}

#min-trans {
    position: absolute;
    top: 75%;
    left: 15%;
}

.main {
    display: none;
}

.active {
    display: block;
}

#wrap {
    background-color: #fcfcfc;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 1px 5px #636363;
    -moz-box-shadow: 1px 1px 5px #636363;
    -webkit-box-shadow: 1px 1px 5px #636363;
    margin-bottom: 20px !important;
    margin-top: 20px;
}

#wrap2 {
    background-color: #fcfcfc;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 1px 5px #636363;
    -moz-box-shadow: 1px 1px 5px #636363;
    -webkit-box-shadow: 1px 1px 5px #636363;
    margin-bottom: 20px !important;
    margin-top: 20px;
    height: 450px;
    position: relative;
}

table {
    border: 1px solid #f3f3f3;
    direction: rtl;
}

caption, th {
    background-color: #e0e0e0;
    text-align: center;
    font-family: arial;
    line-height: 25px;
    color: #111;
    font-size: 100%;
    padding-right: 20px;
    line-height: 40px;
    border: thin solid #FFFFFF;
    font-weight: bold;
}

.table-distance th {
    line-height: 20px !important;
}

td {
    padding: 5px 5px;
    text-align: right;
    font-size: 77%;
    line-height: 15px;
}

th {
    padding: 5px 10px;
    text-align: center;
    background-color: #e0e0e0 !important;
    font-weight: bold;
    font-family: Arial !important;
}

.id-th {
    background-color: #e0e0e0 !important;
    font-weight: bold;
    font-family: Arial !important;
}

.w1 {
    width: 10%;
}

.w2 {
    width: 56%;
}

.w3 {
    width: 10%;
}

.w4 {
    width: 24%;
}

.bg-arrow-left {
    background-color: #f2f2f2;
    width: 30px;
    height: 115px;
    position: absolute;
    left: 0px;
    z-index: 999;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-box-shadow: 1px 1px 5px #636363;
    -webkit-box-shadow: 1px 1px 5px #636363;
    box-shadow: 1px 1px 5px #636363;
}

.bg-arrow-right {
    width: 140px;
    height: 115px;
    position: absolute;
    right: 0px;
    background: #f2f2f2 url(img/icon-cours.png) center right scroll no-repeat;
    z-index: 999;
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    box-shadow: 1px 1px 5px #636363;
    -moz-box-shadow: 1px 1px 5px #636363;
    -webkit-box-shadow: 1px 1px 5px #636363;
}

.exercices .bg-arrow-right {
    background: #f2f2f2 url(img/icon-exerices.png) center right scroll no-repeat !important;
}
@font-face {font-family:
    'HacenTunisia';
    src:
    url('font/HacenTunisia.eot?') format('eot'), url('font/HacenTunisia.ttf') format('truetype');
}

.img-liv {
    border: 1px solid #dedede;
    padding: 3px;
    margin-left: 10px;
}

.img-liv:hover {
    border: 1px solid #69C2BF;
}

h2 {
    position: absolute;
    z-index: 11;
}

.h2-cl {
    background: url(img/bg-h2.png) repeat-x;
    width: 940px;
    padding-right: 20px;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    height: 58px;
}

#liste-cours li, #liste-exercices li {
    float: right;
    padding-right: 20px;
}

#liste-cours, #liste-exercices {
    float: left;
}

tr:nth-child(odd)		{ background-color:#fff; }
tr:nth-child(even)		{ background-color:#eff1f1; }

.table-distance td:nth-child(odd)		{ background-color:#fff; }
.table-distance td:nth-child(even)		{ background-color:#eff1f1; }

td{border: thin solid #FFFFFF;}
.list-float > li{
	float:right;
	width:420px;
	margin-left:30px;
	margin-bottom:10px;
	min-height:180px;
}
.list-float a{
	display:block;
	float:right;
}
.chap ul li ul , .font-s80  {
    font-size:80%;
}
.listcontainer  ul li ul li {
    margin-bottom:5px;
		width:145px;
	height:110px;
}

.chap1-a {
    background:url(../images/chap1.png);
		background-repeat:no-repeat;
}
.chap1-a:hover {
    background:url(../images/chap1-hover.png)no-repeat;
    background-position: -4px -4px;
}

.chap2-a {
    background:url(../images/chap2.png);
		background-repeat:no-repeat;
}

.chap2-a:hover {
    background:url(../images/chap2-hover.png)no-repeat;
    background-position: -4px -4px;
}

.chap3-a {
    background:url(../images/chap3.png);
		background-repeat:no-repeat;
}
.chap3-a:hover {
    background:url(../images/chap3-hover.png)no-repeat;
    background-position: -4px -4px;
}

.chap4-a {
    background:url(../images/chap4.png);
		background-repeat:no-repeat;
}
.chap4-a:hover {
    background:url(../images/chap4-hover.png)no-repeat;
    background-position: -4px -4px;
}
	
.chap5-a {
    background:url(../images/chap5.png);
		background-repeat:no-repeat;
}
.chap5-a:hover {
    background:url(../images/chap5-hover.png)no-repeat;
    background-position: -4px -4px;
}
	
.chap6-a {
    background:url(../images/chap6.png);
		background-repeat:no-repeat;
}
.chap6-a:hover {
    background:url(../images/chap6-hover.png)no-repeat;
    background-position: -4px -4px;
}

.chap7-a {
    background:url(../images/chap7.png);
		background-repeat:no-repeat;
}
.chap7-a:hover {
    background:url(../images/chap7-hover.png)no-repeat;
    background-position: -4px -4px;
}
	
.chap8-a {
    background:url(../images/chap8.png);
		background-repeat:no-repeat;

}
.chap8-a:hover {
    background:url(../images/chap8-hover.png)no-repeat;
    background-position: -4px -4px;
}
	
.chap9-a {
    background-image:url(../images/chap9.png);
	background-repeat:no-repeat;
}
.chap9-a:hover {
    background:url(../images/chap9-hover.png)no-repeat;
    background-position: -4px -4px;
}

.chap1-a,.chap2-a,.chap3-a,.chap4-a,.chap5-a,.chap6-a,.chap7-a,.chap8-a,.chap9-a {
    height:100px;
    width:136px;
    display:block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-position: -4px -4px;
    margin: 2px 5px 0px 5px;
	
}
	
.exercices #my-horizontal-list a{
    background-image:url(../images/serie.png);
	background-image:no-repeat;
    height:100px;
    width:136px;
    display:block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-position: -4px -4px;
    margin: 2px 5px 0px 5px;
    font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif !important;
    color:#494949;
    text-align:center;
    line-height:100px;
    font-weight: bold;
}

.exercices #my-horizontal-list a:hover{
    background-image:url(../images/serie-hover.png);
		background-repeat:no-repeat;
    background-position: -4px -4px;
    box-shadow : 0 0 15px #F5D202 inset;
	}
	/* =================== Ezmark css ============ */
.ez-hide { 
opacity: 0; 
filter:alpha(opacity=0); 
}
.ez-checkbox {
	background : transparent url('../images/checkbox-red.png') 0 0px ;
	background-repeat:no-repeat;
	display:inline-block;
}

.ez-radio {
	background : transparent url('../images/radio-black.png') 0 0px ;
	display:inline-block;
		background-repeat:no-repeat;
}


.ez-checked { background-position: 0 -20px; }
.ez-selected { background-position: 0 -20px; }

.ez-checkbox-green {
	background-image: transparent url('../images/checkbox-green.png') 0 0px ;
	display:inline-block;
		background-repeat:no-repeat;
	*display: inline;
}
.ez-checked-green { background-position: 0 -18px; }

.ez-radio { 
 margin-left:10px;
 margin-bottom:5px;
 margin-top:5px; 
 margin-right: -30px;
 }
 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
.ez-radio {
 margin-right: 0px;
}
}


.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:30px; }
.buttonG {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.buttonG:hover, .pager li:hover {
	text-decoration: none;
}
.buttonG:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}


.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.blue:hover, .pager li:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green{
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}



#testForm{
    padding-right: 10px;
    padding-top: 10px;	
}
.form{
    font-family: arial,sans-serif;
}

.showRep{
color:#008000 !important;
}	

.videoWrap {
	float:left;
	margin-top:10px;
	margin-left:35px;
        height: 300px;
        width: 400px;
        overflow: hidden;
        border: 3px solid #777;
}
.imgWrap {
	float:left;
	margin-top:10px;
	margin-left:35px;
        height: 300px;
        width: 400px;
        overflow: hidden;
      
}
.imgWrap img {
vertical-align:middle;
float:left;
}
.videoThumbnail{
    display: block;
    cursor: pointer;
}
object.video{
    display:none;
}

.margin-20{
	margin-top:15px;
	font-family:Arial;
}
.body-wrap{
	float:right;
	margin: 10px 35px 0 0;
        width: 394px;
	direction:rtl;
}

.ques {
	border-bottom:1px solid #c2c2c2;
}
#next-prev{
	width:210px;
	margin:0 auto;
	
}
#next-prev li {
	
margin-top:10px;
}
.prev a{
	background:url(img/ques-pre.png) no-repeat ;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	width:96px;
	height:16px;
	float:left;
}
.next a{
	background:url(img/ques-next.png) no-repeat ;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	width:96px;
	height:16px;
	float:right;
	
}
.vraiGrise, .fautGrise{
	background:url(img/vrai.png) no-repeat ;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	width:96px;
	height:96px;
	float:right;
	margin:12px 10px 0 12px;
        position: relative;
        top: -50px;
        right: 120px;
}

.vraiGrise{
	background:url(img/vrai.png) no-repeat ;
}
.fautGrise{
	background:url(img/faux.png) no-repeat ;
}

.vraiGrise.hover{
	background:url(img/vrai-hover.png) no-repeat !important ;
}

.fautGrise.hover{
	background:url(img/faux-hover.png) no-repeat !important;
}

#rep{
	position:relative;
}
.faux-rep{
	position:absolute;
}
.vrai-rep{
	position:absolute;
	 right: 140px;
}



#ques2{
	display:none;
}

#wrap2 #content1 h2{
	background:url(img/h2-s1.png) no-repeat;
	width:114px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap2 #content2 h2{
	background:url(img/h2-s2.png) no-repeat;
	width:114px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap2 #content3 h2{
	background:url(img/h2-s3.png) no-repeat;
	width:114px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap2 #content4 h2{
	background:url(img/h2-s4.png) no-repeat;
	width:114px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap2 #content5 h2{
	background:url(img/h2-s5.png) no-repeat;
	width:114px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap2 #content6 h2{
	background:url(img/h2-s6.png) no-repeat;
	width:114px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap2 #content7 h2{
	background:url(img/h2-s7.png) no-repeat;
	width:114px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap2 #content8 h2{
	background:url(img/h2-s8.png) no-repeat;
	width:114px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap2 #content9 h2{
	background:url(img/h2-s9.png) no-repeat;
	width:114px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap2 #content10 h2{
	background:url(img/h2-s10.png) no-repeat;
	width:114px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}





#wrap #content1 h2{
	background:url(img/h2-c1.png) no-repeat;
	width:103px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap #content2 h2{
	background:url(img/h2-c2.png) no-repeat;
	width:114px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap #content3 h2{
	background:url(img/h2-c3.png) no-repeat;
	width:195px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap #content4 h2{
	background:url(img/h2-c4.png) no-repeat;
	width:103px;
	height:21px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap #content5 h2{
	background:url(img/h2-c5.png) no-repeat;
	width:108px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap #content6 h2{
	background:url(img/h2-c6.png) no-repeat;
	width:171px;
	height:19px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:21px;
}
#wrap #content7 h2{
	background:url(img/h2-c7.png) no-repeat;
	width:254px;
	height:23px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:18px;
}
#wrap #content8 h2{
	background:url(img/h2-c8.png) no-repeat;
	width:140px;
	height:23px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:18px;
}
#wrap #content9 h2{
	background:url(img/h2-c9.png) no-repeat;
	width:189px;
	height:23px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:18px;
}

.ShowImg{
	display:none;
}

.liste-float li{
	float:right;
	margin-left:20px;
}
.liste-float li span{
font-size:88%;
display:block;
text-align:center;
}
.p-style1{
	width:700px;
	line-height:20px;
	margin-right:15px;
	text-align:justify;
}
.p-style2{
	width:700px;
	line-height:20px;
	
	text-align:justify;
}
.p-style3{
	width:300px;
	display:block;
	text-align:right !important; 
}
.p-style4{
	width:385px;
	display:block;
	line-height:20px;
	margin-right:10px;
	margin-left:10px;
}
.p-style5{
	width:670px;
	display:block;
	line-height:20px;
	margin-right:10px;
}
.width2 li{
	width:430px;
	margin-bottom:20px;
}
.width3 li{
	width:430px;
	margin-bottom:20px;
	height:120px;
}
.width4 li{
	width:430px;
	margin-bottom:20px;
	min-height:90px;
}
.width5 li{
	width:280px;
	margin-bottom:20px;
	min-height:90px;
}
.w6{
	width:250px;
}
.margintop{
	margin-top:20px;
}
.marg10{
	margin-bottom:20px;
	margin-top:10px;
	margin-left:10px;
}
.feux-cir li{
	width:100px;
}
.feux-cir p{
	text-align:center !important;
}
.font-s80 li {
	float:none !important; 
	line-height:15px;
}
.height1 li{
	height:170px !important;

}
.icharat li{
	width:280px;
}
.icharat  p{
	text-align:justify !important;
	margin-top:20px;
	
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/120% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
        margin-right: 9px;
        font-weight: bold;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
.img-feux{
	margin-right:20px;
}
#wrap-left{
	background-color:#dfebea;
	float:left;
	width:190px;
	padding:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#wrap-left p{
	line-height:20px;
	font-size:90%;
}
.wrap-AA{
	float:left;
	width:30%;
}
.wrap-BB{
	float:right;
	width:70%;
}
.table-distance{
margin-top:20px;
	margin-left:20px;
}
.margin-450{
	margin-left:450px;
}

.clickToShow{
    position: relative;
}
.clickToShow>p {
    display: none;
    position: absolute;
    width: 400px;
    height: 100px;
    bottom: -100px;
    background-color: white;
    text-align: center;
    font-weight: bold;
    color: #507B15;
    margin: 0px !important;
    line-height: 40px;
    font-size: 120%;
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",
             "Luxi Sans", Arial, sans-serif;
}

.wrapperSerie{
    position: relative;
    margin-bottom:40px;
    width: 100%;
    height: 370px;
    margin: 0 auto;
    direction: ltr;
}

#bgOpacity{
    background-color: #111;
    opacity: 0.6;
	filter:alpha(opacity = 50);
    position: absolute;
    width: 960px;
    height: 115px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius : 15px 15px 15px 15px;
    -webkit-border-radius : 15px 15px 15px 15px;
}

[id^="content"],.wrapperSerie{
    overflow: hidden;
    position: relative;
}

.chap div.wrapContent{
    padding: 10px 20px 20px 20px;
}
.bar{
    position: absolute;
    bottom: 0px;
    background-image: url("img/transpBar.png");
    background-repeat: no-repeat;
    background-position: center ;
    height: 21px;
    z-index: 999;
    width: 100%;
}

.flR{
    float: right;
    width: 310px;
    margin-right: 10px;
}

.imgML{
    margin-left: 10px;
}
.h4style1{
	display:inline;
	float:right;
	line-height:15px;
	margin-left:5px;
}
.li-width1{
	width:700px !important;
}
.innerShadow{
    box-shadow : 0 0 15px #F5D202 inset;
    background-image:url(../images/serie-hover.png) !important;
	background-repeat:no-repeat;
    background-position: -4px -4px !important;
}

ul#onglet{
    position: absolute;
    top:100px;
    width: 250px; 
    left: 50px;
}
ul#onglet li {
    float: left;
    width: 120px;
    height: 30px;
    border: 1px solid #d7dadc;
    margin-right: -2px;
	
	border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;

    box-shadow : 1px 1px 2px #636363;
    -moz-box-shadow : 1px 1px 2px #636363;
	-webkit-box-shadow : 1px 1px 2px #636363;
	
	text-align: center;
    line-height: 25px;
    font-weight: bold;
    font-family:  Arial, sans-serif;
    color: #494949;
    background: #fbfbfb;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #fbfbfb, #e8e8e8);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#fbfbfb), to(#e8e8e8));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#fbfbfb', EndColorStr='#e8e8e8', GradientType=0);
}
ul#onglet li>a{
    color: #B1B8BE;
    line-height: 25px;
    text-align: center;
    width: 120px;
    height: 30px;
    display: block;
}
ul#onglet li:last-child{
    border-radius: 0px 10px 0px 0px;
}
ul#onglet li.select{
    background: #f6e265;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #f6e265, #e1c315);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#f6e265), to(#e1c315));
    /* MSIE */

    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#f6e265', EndColorStr='#e1c315', GradientType=0);
}

.innerShadowCour,
.chap1-a:hover,
.chap2-a:hover,
.chap3-a:hover,
.chap4-a:hover,
.chap5-a:hover,
.chap6-a:hover,
.chap7-a:hover,
.chap8-a:hover,
.chap9-a:hover{
    box-shadow : 0 0 6px #E4C823 inset;
}
#fahras{
	background-color:#f4f4f4;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:absolute;
	top:55%;
	padding:20px;
	width:500px;
	margin-right:30px;
}
#fahras h5{
	text-indent:-999px;
	overflow:hidden;
	background-image:url(img/titre-fahras.png);
	background-repeat:no-repeat;
	width:167px;
	height:33px;
	
}
#fahras ul li{
	float:right;
	width:220px;
	margin:10px;
	list-style:square;
}
#fahras ul li a{
	color:#5a5959;
}
