/*@import url("layout.css");
@import url("menu.php");*/

html{
    padding:0;
    margin:0 0 10px 0;
    overflow-y: scroll;
}

body { 
    padding: 0 0 0 0; 
    margin: 0; 
    font-size: .7em; 
    font-family:Arial, Helvetica, sans-serif;
    line-height: 1.7em; 
    background: #fff url(/images/interface/bgbody.png) top repeat-x; 
    color: #191919; 
    text-align: center;
}
#logo{
    border:none;
}
#container { 
    margin-left:auto;
    margin-right:auto;    
    width: 980px; 
    text-align: left;
}

#left{
    float:left;
     width:170px !important;
    width:202px;
    /*width:170px;*/
    /*padding:5px 5px 5px 5px;*/
    /*background: url(/images/interface/menu.gif) no-repeat;*/
    /*color:#999999;*/
    /*font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;*/
    letter-spacing:0px;
    margin-top:5px;
}

#header
{ 
    clear:both;
    height:70px;
    width:980px;
    margin-left:auto;
    margin-right:auto;    
    color:#E07369;
    padding-right: 40px;
    padding-top: 35px;
    margin-bottom:25px;
}

#main
{ 
  width: 980px;
  margin-left:auto;
  margin-right:auto;
  background-color: #FFF;  
  font-size:1.1em;
  color:#191919;
}


#home {
    text-align:justify;
    width: 735px;
    float: right;
    
    margin-left: auto;
    margin-right:auto;
    
    margin-top: 0px;    
    padding-top:15px;
    background: url(/images/interface/bg_top.png) top no-repeat;
}

#deco{
    float:right;
	padding-right:25px;
	background:transparent url(/images/interface/decon.png) right no-repeat;
}

#home h3{
    /*height:35px !important;
    height:50px;
    padding-left:10px;
    padding-top:15px;*/
    padding:5px 0 5px 10px;
    margin:0px;
    margin-bottom:5px;
    /*color:#D02818;*/
    color:#3A4875;
    text-align:left;
    /*text-transform:uppercase;*/
    font-size:1.1em;
    font-weight:bold;    
    background:url(/images/interface/fade.png) bottom repeat-x;
    border-top: #E5E5E5 solid 1px;
    border-left: #E5E5E5 solid 1px;
    border-right: #E5E5E5 solid 1px;
}

#cont {
    margin-top:-1px;
    padding:15px;
    background: url(/images/interface/bg.png);
    margin-bottom:0px;
}

#cont ul{
    list-style: url(/images/interface/arw.gif);
}

#menu{    
    background: url(/images/interface/menu.gif) no-repeat;
    list-style: url(/images/interface/arw.gif);
    margin: 0px;
    margin-bottom:10px;
    width:170px !important;
    width:202px;
    padding-top:2px !important;
    padding:10px 10px 5px 22px;
    float:left;
    /*padding-left: 10px;*/
    text-align:left;

}

.fmenu{
    list-style: url(/images/interface/arw.gif);
}

.fmenud{
    list-style: url(/images/interface/arwd.gif);
}

#menu .title{
    font-size:1.1em;
    color:#D02818;
    text-align:left;
	font-weight:bold;
}

#menu li select {
    font-size: 1em;
}
#menu ul,li{
    margin:0;
    padding:0;
}
.sous_menu {
    list-style: none;
    list-style-image:none;
    margin: 0px;
    padding-left: 15px;
}

.marqueur_courant {
    padding-top:5px;
    padding-left:25px;
    background: url(/images/interface/square_arrow.gif) left no-repeat;    
}

.marqueur_suivant{
    padding-top:5px;
    padding-left:25px;
    background: url(/images/interface/puce_rouge.gif) left no-repeat; 
}


.marqueur_ferme{
    padding-top:5px;
    padding-left:25px;
    background: url(/images/interface/puce_noire.gif) left no-repeat; 
    
}

.marqueur_suivant_ferme{
    padding-top:5px;
    padding-left:25px;
    background: url(/images/interface/puce_rouge_ferme.gif) left no-repeat; 
    
}

.marqueur_fait{
    padding-top:5px;
    padding-left:25px;
    background: url(/images/interface/page.png) left no-repeat;  
}

#menu p{    
    margin-top: 0px;
    margin-bottom: 0px;    
}

#menu p a{
    vertical-align: middle;
    color: #191919;
    text-decoration: none;
}

#menu p a:hover{
    color:#D02818;
    /*text-decoration: underline*/
}

#menu2 {
    /*padding-left:0px !important;
    padding-left:15px;
    padding-top: 1px;
    padding-bottom: 1px;*/
}

#menu2 p{
    color:#FFF;
    font-size: 8pt;
}

#menu_chapitre {
    /*background: url(/images/interface/bg.png);*/
    text-align:left;
    padding-left: 5px;
    margin: 0px;
    list-style-type: none;
    position: relative;
    z-index:10;
    /**/
}

#menu_chapitre li {
    display: inline;
    margin-top:0px;
    margin-left: 8px;    
}

#menu_chapitre p{
    display: inline;    
}

#menu_chapitre p a{
    border: 1px solid #C0C3CB;
    padding: 3px;
    vertical-align: middle;
    color: #FFF;
    /*font-family: Geneva, Arial, Helvetica, sans-serif;*/
    text-decoration: none;    
    
    background: #C0C3CB;
    /*background-image: url(/images/interface/fond_chapitre_menu.png);    */
}

#menu_chapitre p a:hover, #menu_chapitre p a.encours{
    border: 1px solid #D02818;
    background: #E07369;
    color: #000;
}

#corps_chapitre {
    min-height:400px;
    margin-bottom:15px;
    /*padding:15px 15px 0px 15px;*/
    /*background: url(/images/interface/bg.png) repeat-y;*/
}

#corps_chapitre p{
    text-align:justify;
}

#corps_chapitre img {
    border:none;
}


#corps_chapitre h4,#cont h4, .titlebis,h1{
    /*margin: 5px 0 5px 0;*/
    /*height:21px;*/
    text-align:left;
    /*background: #000 url(/images/interface/bgshade.gif) repeat-x;*/
    /*color: #D02818;*/
    color:#3A4875;
   /* padding: 10px;*/
   padding:5px 0pt 4px 55px;
    border: 1px solid #E07369;
    background: url(/images/interface/puce_title.jpg) 2px center no-repeat;
	font-size:larger;
}

#corps_chapitre td{
    font-weight:normal;
}

#footer {
    width: 735px;
    float: right;
    margin-top: 0px;    
    padding-top:15px;
    text-align:center;
    background: url(/images/interface/bg_bottom.png) top no-repeat;
}

#footer a{
    border-bottom: #CCCCCC solid 1px;
    color: #666666;
    text-decoration: none;
    outline: none;
}

#footer a:hover{
    border-bottom-color: #D02818;
    color: #000000;
}

/*#footer a:visited {
    border-bottom-color: #FF9900;
    color: #000000;
}*/

.prop {
    height:500px;
    float:right;
    width:1px;
}

.clear {
    clear:both;
    height:0px;
    overflow:hidden;
}

.clear2 {
    clear:both;
    height:0px;
    overflow:hidden;
}

p{
    font-size: 1.0em;
}

.lien2{
    border-bottom: #CCCCCC solid 1px;
    color: #666666;
    text-decoration: none;
    outline: none;
    font-weight:bold;
    
}

.lien2:hover{
    border-bottom-color: #D02818;
    color: #000000;
}



#corps_chapitre a, #cont p a,#navigation a ,#home h3 a, #cont a,#home h1 a{
    /*border-bottom: #CCCCCC solid 1px;
    color: #666666;*/
    border-bottom: #D02818 solid 1px;
    color: #D02818;
    text-decoration: none;
    outline: none;
}
#corps_chapitre .linkimg, #cont p .linkimg,#navigation .linkimg ,#home h1 a,#home h3 .linkimg, #cont .linkimg{
    border-bottom:#FFFFFF none 0;
}

#corps_chapitre a:hover, #cont p a:hover , #navigation a:hover,#home h1 a:hover,#home h3 a:hover, #cont a:hover{
    border-bottom-color: #D02818;
    color: #000000;
}

#navigation td{
    border:none;
    text-align:center;
}

#valid{
    text-align:center;
}
/*#corps_chapitre a:visited {
    border-bottom-color: #FF9900;
    color: #000000;
}*/

table {    
    /*border:1px solid #ccc;*/
    font-size: 0.9em;
    font-weight: bold;    
    border-collapse: collapse;
    margin-right:auto;
    margin-left:auto;
    width: 95%;
    clear:both;
}

th {    
    /*border:1px solid #ccc;*/
    border:1px solid #ccc;
    color: #FFFFFF;
}

td {
    border:1px solid #ccc;
    /*background-image: url(/images/interface/rond_gb_small.png);*/
    background-repeat: no-repeat;
    background-position: left center;    
    background: none;
}

table input,#valid input {
    text-align: right;
    border: 1px solid #D02818;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    font-weight: bold;
}

table input[type="submit"] {
    text-align: center;
    background-color: #E07369;
    color: #000000;
}

table input[type="button"] {
    background-color: #E07369;
    color: #000000;
}

table select {
    text-align: right;
    border: 1px solid #D02818;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    font-weight: bold;
    /*background-color: #E07369;*/
    background-color:#F2F2F1;
}

.contenu1, tr.row1 {
    background: #F4F4F4;        
}

.contenu2, tr.row2 {
    
    background:#FFFFFF;
}

td.sobre {
    background: none;
}

td.sobre a {
    border-bottom: #CCC solid 1px;
    color: #666666;
    text-decoration: none;
    outline: none;
}

td.sobre a:hover{
    border-bottom-color: #D02818;
    color: #000000;
}


#construction th,#presentation th{
    color:#FFFFFF;
    background: #ED7B72 url(/images/interface/bgth.png) bottom repeat-x;
    text-align:right;
}

#construction td{
    text-align:left;
    padding-left:5px;
}

#construction tr{
    border:1px solid #ccc;
}

input[type="text"],input[type="password"]{
   /* background:#FFFFFF url(/images/interface/bg_button.gif) bottom repeat-x;*/
}

input,#checkbutton,#cheatbutton,#okbutton,#cancelbutton{
    border: 1px solid #D02818;
    /*background:url(/images/interface/input.gif) bottom;*/
    text-align: center;
    /*background-color: #E07369;*/
    background-color: #F2F2F1;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}

input[type="submit"],input[type="reset"],#checkbutton,#cheatbutton,#okbutton,#cancelbutton{
    background:#FFFFFF url(/images/interface/input.gif) bottom repeat-x;
}
center{
    color:#000000;
    font-weight:bold;
}

h1{
    /*font-size:1.3em;
    text-align:left;*/
}

.red,.error,.info{
    padding-bottom:9px;
    background:url(/images/interface/help.png) left no-repeat;
    text-align:left;
    padding-left:26px;
    padding-top:9px;
    color:#D02818;
    font-weight:bold;
    line-height:1.1em;
}

.error{
    background:url(/images/interface/error.png) left no-repeat;
    color:#D02818;
    text-align:center;
    border:1px solid #D02818;
}

.info{
    color:#4E4E4E;
    border:1px solid #F57900;
    padding-left:31px;
    padding-right:5px;
    background:url(/images/interface/important.png) 5px no-repeat;    
    text-align:center;
}


#kdo .left { 
    width:50%; 
    padding:10px; 
    height:250px;
    float:left;
}

#kdo .right {  
    margin-left:225px; 
    padding:10px; 
    height:250px;
}

.citation_4{
    font-style:italic;
}

#construction,#presentation{
    width:100%;
}


/*
// STYLES des listes dragNdrop
*/


.dragZoneClassList {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left:0px;
    list-style-type:none;
    float: left;
}

.largeZone{
    width:100%;
    font-weight:bold;
}

.mediumZone{
    width:49%;
}

.dragZoneClassList ul{
    margin-top: 0px;
    padding-left:0px;
    list-style-type:none;
    display:none;
}

.dragZoneClassList li.sub{
    background-color: #E7EAF5;
    border:1px solid #97A2C4;
    margin-top: 0px;
    margin-bottom: 1px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;    
    padding: 3px;    
}

.dragZoneClassList li{
    list-style:none;
    background-color: #F6F6F6;
    margin-top: 0px;
    margin-bottom: 1px;
    margin-right: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    border-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-bottom-color: #999999;
    border-left-color: #D9D9D9;
    border-right-color: #D9D9D9;
    text-align:left;
    clear:both;    
    padding-left:5px;
}
.dragZoneClassList li:hover{
    cursor:move;
}

.dragZoneClassList li.row1 {
    background-color: #FFF1EF;
    padding: 3px;
}

.dragZoneClassList li.row2 {
    background-color:#F6F6F6;
    padding: 3px;
    
}

.dragZoneClassList li.row0 {
    background-color: #FFFFFF;
    padding: 5px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #FA5828;
    font-size: 9pt;
}

.dragZoneClassList li.row0:hover {
    cursor:default;
}

.dragZoneClassList li.over {
    background-color: #FF513F;
    color: #fff;
    padding: 3px;    
}

.headerBoxZone {
    background-color: #F6F6F6;
    border: 1px solid #E07369;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 2px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 9pt;
    font-weight: bold;
    text-align:left;
    line-height:20px;
    text-indent:20px;
    clear:both;
}

.dropZoneClassThumb{
    width:310px;
    height:500px;
    overflow:auto;
    background-color: #EEE;
    min-height: 200px;
    float:right;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

.dragZoneClassThumb{
    height:500px;
    width:500px;
    overflow:auto;
    float:left;
    border: 1px solid #d9d9d9;
}

.catZone {
    clear:both;
    border: 1px solid #d9d9d9;
    list-style-type:none;
    background-color:#eee;
    margin:3px;
    margin-bottom:-6px;
    text-align:left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.currentLesson {
    color: #800000;
    text-decoration: underline;
}

.consignZone{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: bold;    
    margin: 0px;
    margin-bottom:0px;
    text-align:left;
}
/* Core Style */

.inputsubmit {
	font-size: 11px;
	/*background: #EEB358 url("images/bgbar.gif");
	color: white;
	border: #A6A6A6 solid 1px;*/
}

.inputsubmit2 {
	font-size: 11px;
	/*background-color: #FFFFFF; 
	color: #006699;
	border: #FFFFFF; 
	border-style: solid;
 	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px*/
}


.panelheader {
background-position:95% center;
background-repeat:no-repeat;

cursor:pointer;
font-weight:bold;

margin:0pt;
padding:0pt 25px 0pt 0pt;
text-align:left;


}
.mainTable { background-color: #F4FAFF; }
.mainTableAlt { background-color: #FFFFFF; }
.mainTableOn { background-color: #FFFFF0; }
.TableHeader { background: #EEB358 url("/images/bgbar.gif"); line-height: 25px; height: 25px; }
.TableMsg { background-color: #ADADAD; width: 100%; }
.TableHeaderText { color: #FFFFFF; font-size: 11px; font-weight: 0;  text-align: center; }
.TableInfoText { color: #000000; font-size: 11px; background-color: #FFFFFF; }
.priLow { background-color: #DDFFDD; }
.priNormal { background-color: #FFFFF0; }
.priHigh { background-color: #FEE7E7; }
.privReceived { background-color: #3669CF; color: #3E3E3E; }
.privBox { background-color: #FFFFFF; }
.privBorder { background-color: black; }
.privAttachments { background-color: #94C7FF; }
.msgReceived { background-color: #E9E9E9; color: #3E3E3E; font-size: 10px; }
.msgAnswered { background-color: #FFE0B3; color: #3E3E3E; font-size: 10px; }
.msgAttachments { background-color: #F4FAFF; color: #000000; font-size: 10px; }
.msgBorder { background-color: #ADADAD;  margin-top: 10px; }
.msgBorderInfo { background-color: #ffffff; }
.msgBox { background-color: #F9F9F9; }
.searchBox { padding: 10px 0 0 10px; margin: auto; }
.loginBox { padding: 5px; }
.loginBox td { padding: 5px; }
.loginBox td table td { line-height: 30px; }
.buttons { text-align: center; }

div#rollupmenu {
	width: 640px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	background: transparent url('/images/jimmacicon.png') bottom left no-repeat;
}

ul.pulldownmenu {
	position: absolute;
	line-height: 1em;
	width: 600px;
	margin: 0px;
	display: inline;
	top: 70px;
	right: 0px;
	opacity: 0.8;
}

ul.pulldownmenu>li {
	width: 90px;
	font-size: 9px;
	/*text-transform: uppercase;*/
	font-family: Verdana, "Bitstream Vera Sans", Sans-Serif;
	text-align: left;
	display: block;
	float: right;
	margin: 0px !important;
}

ul.pulldownmenu a {
	color: #aaa;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px 5px 18px 5px;
	border-left: 1px dotted #444;
}

ul.pulldownmenu a:hover {
	border-left: 4px solid #555;
	padding: 0px 5px 16px 2px;
	color: white;
}

ul.pulldownmenu ul a {
	padding: 4px 8px 4px 8px;
	border: 0px;
}

ul.pulldownmenu ul a:hover {
	padding: 4px;
	border-left: 4px solid #555;
	border-right: 4px solid #555;
	background-color: transparent;
	color: white;
}



div.submenu {
	left: 0px;
	position: relative;
	text-align: left;
	padding: 0px;
	background-color: #222;
	text-transform: none;
	color: white;
	overflow: visible;
	z-index: 1;
}

div.submenu ul {
	margin: 0px;
	padding: 0px;
	border-left: 1px dotted #777;
	border-right: 1px dotted #777;
}

div.submenu li {
	list-style-type: none;
	list-style-image: none;
}

div.submenu a {
	display:block;
	padding: 4px;
}

div.submenu a:hover {
	background-image: none;
	background-color: #fcc24f;
	color: black;
}

div#menu1Container, 
div#menu2Container, 
div#menu3Container,
div#menu4Container,
div#menu5Container,
div#menu6Container {
	visibility: hidden; /* kdyz neumi/je vyplej javascript */
}

a.abtn{
    color:#000000;
    background:#FFFFFF url(/images/interface/input.gif) repeat-x scroll center bottom;
    border:1px solid #D02818;
    font-size:11px;
    font-weight:bold;
    padding:2px 5px 2px;
}

div.forfield{
	background-color:#EFF2F5;	
	padding:5px;
	margin:30px auto;
	width:440px;
	position:relative;
	text-align:left;
}

div.forfield fieldset{
	clear:both;
	text-align:left;
	margin: 0;	
	border:5px solid #FFFFFF;
	background-color:#eff2f5;
	/*width:420px;*/
	padding:20px 15px;
	/*background:#eff2f5 url(/_i/header-topinfo.jpg) no-repeat center top;*/
	position:relative;
}

div.forfield fieldset p.inp input, div.forfield fieldset p.inp select, div.forfield fieldset p.inp textarea{
	background-color:#FFFFEE;
	border:1px solid #D02818;
	text-align:left;
	/*text-transform:uppercase;*/
	width:180px;
	padding-top:2px;
	/*margin-right:15px;*/
}

div.forfield fieldset p.inp input.valide{	
	padding:2px;
	border:none;
	background-color:transparent;
	text-align:center;
	border:none;
	float:right;
	width:auto;
}

div.forfield fieldset p.inp label{
	float:left;
	line-height:25px;
	margin-right:20px;
	text-align:right;
	width:130px;
}

div.forfield fieldset p.inp{
	margin-bottom:10px;
	font-size:12px;
	line-height:16px;
	position:relative;
}

div.forfield fieldset p.inp input{
	font-size:14px;
}

div.forfield fieldset p.inp span.legende{
	font-size: 9px;
}
