
body, ol, ul, li, p, textarea, select, table, td {
	color: #000000;
	font-size:12px;

}
#mainbody {
  text-align:center;
}
#include-all-dynamic-part {

	width: 770px;
	margin: auto;
	margin: 0 auto;
	text-align:left;
	/*position: absolute;*/


	/*min-width: 760px; */  /*moz*/
}

.clearall {
	height: 0;
	width: auto !important;
	overflow: hidden;
	float: none !important;
	clear: both;
}

body {
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* Usually, links aren't underlined, but they appear underlined when you point the mouse pointer at them.
Validator asks for background-color if color is defined. A possible workaround: write these css definitions into the head.*/
a{
 color: #404040;
}
a:link {
	color: #404040;
	text-decoration: none;
}

a:visited {
	color: #404040;
	text-decoration: none;
}
a:hover, a:active {
	color: #404040;
	text-decoration: underline;
}

/* #main p {	padding: 5px 0 5px 0; } */
td, th {
	vertical-align: top;
}
img {
	border-width: 0;
}
hr {
	display: none;
}   /* hides the <hr /> for the newer browsers */
ul {
	padding: 0;
	list-style: none;
}
ol, li {
	padding: 0;
	list-style: none;
}
em {
	font-style: italic;
}


#all-include {
	color: #404040;
  background-color: #FFFFFF;

}

#header {
clear:both;
height:115px;
}

#header-part {
	height: 115px;
	width: 770px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/header.gif);
}
#header-empty-part {
	width: 100%;
	float: right;
	text-align: right;
	padding: 8px 0 2px 0;
	color:#7d9aba;
	background-color: #FFFFFF;
}
#digicours-logo {

         margin-top:25px;
         margin-left: 20px;
        padding:0px;

	float:left;
}

#languages {
  margin-top:90px;
  margin-right: 10px;
 text-align:right;
 float:right;

}

#languages a, a:visited, a:hover{
color:#000000;
}

#header_dynamic {
  float:right;
  width:340px;
  height:100%;
}

#footer-part {
  clear:both;
  text-align: center;

}

#main {

padding: 0px 15px 5px 0px;
min-height:700px;
background-color:#FFFFFF;
}



.copyright {
padding-top:3px;
font-size:10px;
}

.shadow-header {
	line-height: 3px;
	font-size: 3px;
	height: 3px;
	background-color:#d51919;
}




#columns-float {
	width : 770px;
         clear:both;
	color: #404040;
	background-color: #ffffff;
	overflow:hidden;
	border-bottom: 1px solid #b4b4b4;
}

#left-part {
        float : left;
	width : 270px;
	height: 460px;
	background:#f4f4f4;
	overflow:hidden;
}

#left-menu {
font-weight: bold;
margin:0px;
width:270px;
height: 255px;
height: expression('235px');
overflow-x:auto;
overflow-y:auto;
}


#right-part {
        float:left;
        height:460px;
	width: 500px;
	background:#eeeeee;
	background: url(../img/main_gradient.gif);
	color: #000000;
	overflow:auto;
}

#content {
        width: 480px;
        height:440px;
        margin:10px;
}

#navigation {
        clear:both;
	height:20px;
	width:770px;
	background: url(../img/menu_bar.gif);
	background-color: #ac3d41;
	padding-top:2px;

}
.navigation-element a, .navigation-element a:visited, .navigation-element a:hover {
  color:#FFFFFF;
}
.navigation-element a{
    color:#FFFFFF;
}

.navigation-splitter {
   color:#FFFFFF;
   padding-left: 5px;
   padding-right: 5px;
}

#navigation li,
#navigation h4{
            display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#FFFFFF;
	padding-bottom:3px;
	padding-top:3px;
}

.selected {
	background-color: #FFFFFF !important;
	color: #404040;
	text-decoration: none;
	background-image:url(/images/dividers/highlight.gif) !important;
	background-repeat: repeat-y;
}

.left-bloc {

margin-top : 15px;
background-color : #b1b1b1;
color : #FFFFFF;
border : 1px solid #FFFFFF;
padding-left:10px;
text-align:center;
font-weight:bold;

}

.left-bloc-content {
padding:5px;

}

.login td {
 font-size:14px;

}
.login input {
 font-size:14px;

}
.treestyle {
 background-color:#f4f4f4;
}
.cattreestyle {

}

.restricted {
  background-image: url(../img/silk/icons/key.png);
}

.courseopen {
  background-image: url(../img/silk/icons/book.png);
  background-repeat:no-repeat;
}

.courserestricted {
  background-image: url(../img/silk/icons/book_key.png);
}

.bande2_contenu_header{
 margin-bottom:5px;
 margin-top:2px;
}
.formligne {
   padding:5px;
}

.label {
   float:left;
   width:200px;
}