html {
    margin: 0;
    padding:0;
    height: 100%;
    font-size: 100%;
	overflow:auto;
}

*+html body {font-family:Verdana, Arial, Helvetica, sans-serif;}

body {
	width:100%;
	background: url('img/bg.gif') repeat-x #AEDAE9;
    margin: 0 auto;
    text-align: left;
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
    height: 100%;
    font-size: 95%;
}

a:link, a:visited  {
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
    color: #CC0200;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
	color:#ECAE19;
}

a img {
    border: none;
    text-decoration: none;
}

.spacer {
    clear: both;
}

ul {
    list-style-type: square;
}

/******************************************************************************
                                    FORMS
 ******************************************************************************/

label {
    cursor: pointer;
}

#login {
width:249px;
height:30px;
background: url('img/bg_input.jpg') no-repeat top left;
border:0;
padding-left:7px;
padding-top:8px\9;
font-size:12px;
}

#password {
width:249px;
height:30px;
background: url('img/bg_input.jpg') no-repeat top left;
border:0;
padding-left:7px;
padding-top:8px\9;
font-size:12px;
}

#entrer {
border:0;
margin-top:10px;
float:right;
margin-right:10px;
}

#confirmer, #annuler {
border:0;
}

#annuler1 {
padding-top:10px;
}




input, textarea, button, select{
    border: 1px solid #aaa;
    color: #888888;
}



input[type=submit], input[type=reset], input[type=button], button {
    margin-left: 2px;
    color: #666;
    margin-top: 5px;
}

input[type=submit], input[type=reset], input[type=button], button {
    background: #fff;
    color: #000;
}

input[type=submit]:hover, button:hover, input[type=button]:hover {
    background-color: #009DFC;
    color: #fff;
}

input[type=text].inputSearch
{
    background: url('../../img/search.png') no-repeat top left #fff;
    padding-left: 18px;
}

fieldset {
    border: 0;
    margin: 2px;
    padding: 5px;
}

fieldset legend {
    font-weight: bold;
    color: #000;
}

.collapsible a.doCollapse{
    background: transparent url(img/menu-expanded.gif) no-repeat scroll 0 50%;
    padding-left: 1.5em;
}

.collapsed a.doCollapse {
    background: transparent url(img/menu-collapsed.gif) no-repeat scroll 0 50%;
}

fieldset dl dt {
    clear: both;
    float: left;
    width: 20%;
    padding: 1px;
    margin: 2px 0;
}

fieldset dl dd {
    float: left;
    padding: 1px;
    width: 70%;
    margin: 2px 0;
}

fieldset dt label {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

input.radio,
input.checkbox {
    cursor: pointer;
    height: 1em;
    margin: 0;
    vertical-align: middle;
    width: 1em;
}


/******************************************************************************
                             CLAROLINE PAGE
 ******************************************************************************/
#claroPage {
	width:945px;
	margin:0 auto;
    
}

/******************************************************************************
                              CLAROLINE BANNER
 ******************************************************************************/

/*----------------------------------------------------------------------------
                                  PLATFORM BANNER
----------------------------------------------------------------------------*/


#banner100 {
	height:39px;
	margin:0 auto;
    background: url('img/bg_menu.gif') repeat-x #282727;
	width:100%;
	margin-bottom:20px;
}

#platformBanner {
	margin:0 auto;
    color: #fff;
    font-weight: bold;
	font-size:12px;
	width:910px;
}

#platformBanner a,
#platformBanner a:active,
#platformBanner a:link,
#platformBanner a:visited {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#platformBanner a:hover {
    text-decoration: underline;
    font-weight: bold;
}


#platformBanner #siteName {
    letter-spacing: 3px;
    font-size: 1.3em;
}

#platformBanner #toolViewOption img {
	margin-top:8px;
	margin-left:30px;
	font-size:10px;
	font-weight:normal;
}

#toolViewOption {
	font-size:10px;
	font-weight:normal;
}

/*----------------------------------------------------------------------------
                                  CAMPUS BANNER
----------------------------------------------------------------------------*/

#campusBannerRight {
    float: right;
    text-align: right;
    margin-top: -1px;
    margin /**/: 0;
}

#campusBannerLeft {
    float: left;
    text-align: left;
    margin-top: -1px;
    margin /**/: 0;
}


 /*----------------------------------------------------------------------------
                                   USER BANNER
 ----------------------------------------------------------------------------*/

#userBanner {
	
}

#userBanner #userName {
    color: #000;
    font-weight: bold;
    margin: 0;
}

#userBanner a,
#userBanner a:link,
#userBanner a:visited {
    text-decoration: none;
    color: #FFF;
    font-weight: normal;
}

#userBanner a:hover,
#userBanner a:active {
    text-decoration: underline;
    font-weight: normal;
}


 /*----------------------------------------------------------------------------
                                  COURSE BANNER
 ----------------------------------------------------------------------------*/
#courseBanner {
    padding: 4px;
	width:95%;
	margin:0 auto;
    color: #369;
    font-size: 0.8em;
    font-weight: bold;
}

#courseBanner #course {
    float: left;
    text-align: left;
}

#courseBanner #course span {
       display: block;
}


#courseBanner #courseName {
    padding: 0;
    margin: 0;
    text-indent: 12px;
    background-image: url(img/arrow_blue.gif);
    background-position: left;
    background-repeat: no-repeat;
}

#courseBanner a,
#courseBanner a:link,
#courseBanner a:visited {
    color: #009DFC;
    text-decoration: none;
    font-weight: normal;
}

#courseBanner a:hover,
#courseBanner a:active {
    color: #009DFC;
    text-decoration: underline;
    font-weight: normal;
}

#courseBanner #courseCode {
}

#courseBanner form {
    padding-top: 5px;
    margin: 0;
}

#courseBannerRight {
    float: right;
    text-align: right;
    margin: 0;
}

#courseBannerLeft {
    float: left;
    text-align: left;
    margin: 0;
}


#courseBannerRight #redirector option
{
    margin: 2px 1px;
    padding: 1px 0 1px 0;
    padding-left: 20px;
}

 /*----------------------------------------------------------------------------
                                  BREAD CRUMB TRAIL
 ----------------------------------------------------------------------------*/

#body_top {
	height:25px;
	margin:0 auto;
	width:100%;
    background: url('img/bg_bread.png') no-repeat;
}


#breadcrumbLine {
	width:50%;
	float:left;
    font-size: 0.8em;
	padding-left:20px;
	padding-top:8px;
}


#breadcrumbLine {
    float: left;
}

#breadcrumbLine hr {
    display: none;
}


#breadcrumbLine a:link,
#breadcrumbLine a:visited {
    color: #CC0200;
    font-weight: bold;
	font-size:10px;
}

#breadcrumbLine a:hover,
#breadcrumbLine a:active {
    color: #ECAE19;
	text-decoration:none;
    font-weight: bold;
	font-size:10px;
}

ul.breadCrumbs {
    padding:0;
    margin:0;
    /* list-style: none; */
    display:inline;
}

li.breadCrumbsNode {
    display:inline;
    list-style: none
}

li.firstBreadCrumbsNode {
    display:inline;
    list-style: none;
}

li.lastBreadCrumbsNode {
    display:inline;
    list-style: none;
}

.firstBreadCrumbsNode img {
    margin-right:5px;
}

.lastBreadCrumbsNode img {
    margin-right:5px;
}


#body_top #redirector select {
    padding: 0;
    margin-top: 10px;
	margin-right:20px;
	background:#F8F8F8
}


/******************************************************************************
                             CLAROLINE BODY
 ******************************************************************************/

#claroBody {
	width:915px;
	background: url('img/bg_body.png') repeat-y;
    font-size: 0.8em;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:1px;
}

#claroBody a:link,
#claroBody a:visited
{
    color: #CC0200;
	text-decoration:none;
	font-weight:bold;
}

#claroBody a:hover,
#claroBody a:active {
	text-decoration:none;
	color: #ECAE19;
	font-weight:bold;
}

#claroBody a.item:hover,
#claroBody a.item:active  {
    color: #ECAE19;
	font-weight:bold;
}

#leftSidebar {
    padding: 2px 5px;
    float: left;
    width: 220px;
}

#form_menu {
		background:#F8F8F8;
		background: url('img/login_border.gif') no-repeat right #f8f8f8;
		height:150px;
}

#leftContent {
	width:600px;
	padding:0px;
}

#leftContent p{
	padding: 2px 0;
	width:100%;

}

#leftContent .accueil {
	border:#DEDAD4 1px solid;
	padding:2px; 
}

.navigation_img {
padding-top:10px;
}

#rightContent {
    padding: 2px 2px 2px 5px;

}

#rightSidebar {
	margin-right:5px;
    float: right;
    width: 280px;
}

#right1 {
	margin-top:10px;
	padding-top:15px;
	padding-left:15px;
	height:410px;
	background: url('img/login_border.gif') no-repeat left #f8f8f8;
}

#userProfile {
font-size:10px;
font-weight:normal;
}

#userDetails span {
font-size:10px;
font-weight:bold;
color:#333;
}

#advert {
	margin-top:10px;

}


#advert img {
	border:#DEDAD4 1px solid;
	padding:2px; 
}

.home {
	border:#DEDAD4 1px solid;
	padding:2px;
}

#rightSidebar1 {
	margin-right:30px;
    float: right;
    width: 280px;
	padding-top:15px;
	padding-left:15px;
	background: url('img/login_border.gif') no-repeat left #f8f8f8;
}

#rightSidebar p {
	padding-left:15px;
	font-weight:normal;
}

#rightSidebar a {
	font-size:11px;
	font-weight:bold;


}


/******************************************************************************
                              CLAROLINE FOOTER
 ******************************************************************************/

#bodybottom{
	width:100%;
	height:20px;
	background: url('img/bg_bodybottom.png') no-repeat;
}


#campusFooter {
	width:95%;
    margin: 0 auto;
    padding: 5px 15px;
    font-size: 0.7em;
    color: #666;

}

#campusFooter a:link,
#campusFooter a:visited {
    color: #666;
    font-weight: bold;
}

#campusFooter a:hover,
#campusFooter a:active {
    color: #009DFC;
    font-weight: bold;
}

#campusFooter hr {
    display: none;
}

#campusFooterRight {
    float: right;
    text-align: right;
    padding: 0;
}

#campusFooterLeft {
    float: left;
    padding: 0;
}

#campusFooterCenter {
    clear: both;
    text-align: center;
}


#campusFooterCenter #poweredBy {
}

/******************************************************************************
    Course tool list
 ******************************************************************************/

#commonToolList 
{
    padding-top:10px;
}


#commonToolList img
{
    vertical-align: text-bottom;
    padding: 1px 0;
}

#commonToolList a 
{
    margin: 2px 0;
	font-weight:bold;
	color:#de444c;
}

#courseManageToolList
{
    padding-left: 16px;
}


.item {
	line-height:25px;
}

#CLQWZ {
	display:none;
	visibility:hidden;
}

.hot {
    background: url('../../img/hot.png') no-repeat center left;
}

a.item:visited{
	font-weight:bold;
}
/******************************************************************************
    CLAROLINE COMMAND LINKS
 ******************************************************************************/

.claroCmd, .claroCmdDisabled
{
    font-size: 0.9em;
}

#claroBody a.claroCmd:link,
#claroBody a.claroCmd:visited {
	color:#CC0200;
	font-weight:bold;
}

#claroBody a.claroCmd:hover,
#claroBody a.claroCmd:active {
		color:#ECAE19;
		text-decoration:none;

}

.claroCmdDisabled {
    color: #999;
    font-weight: bold;
    text-decoration: none;
}

/* Added for document view mode toolbar */

th .claroCmd {
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: underline;
}

th .claroCmdDisabled {
    color: #999;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
}

.claroCmd img,
.claroCmdDisabled img
{
	vertical-align: text-bottom;
	padding: 0 1px;
}
/*
 * Classes family to emphase some item in the tool interface.
 * These two classes has to be used together to work correctly.
 *
 * SOME EXAMPLES :
 *
 *  <a href="0" class="item"><img src="icon.gif" />lorem ipsum</a><br />
 *  <a href="0" class="item hot"><img src="icon.gif" />lorem ipsum</a><br />
 *
 *  <span class="item"><img src="icon.gif" />lorem ipsum</span><br>
 *  <span class="item hot"><img src="icon.gif" />lorem ipsum<br>
 *
 *  <ul style="list-style-image:url(icon.gif);list-style-position:inside">
 *   <li class="item">lorem ipsum</li>
 *   <li class="item hot">lorem ipsum</li>
 *  </ul>
 */



/*
 *Visually the same as the claroTable headerX but can be used outside of a table 
 * best on a block type tag
 */
.header
{
 	width:95%;
    color: #D32072;
    font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
    padding: 2px 5px 2px 5px;
    margin: 3px 0px;
    font-size: 14px;
}

.claroBlock 
{
    margin-left: 4px;
}

.claroBlockHeader
{
	color: #D04643;
	margin-top:10px;
	font-size:10px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}

.claroBlockSuperHeader
{
	color: #693;
    background-color: #DEEECE;
    border-bottom: 2px #87B665 solid;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
}

.claroBlockHeader img
{
    vertical-align: text-bottom;
}

.claroBlockContent
{
	width:600px;
   padding: 5px;
   margin-bottom:10px;
}

.claroBlockContent a
{
font-weight:bold;
}

.readMessage a {
font-weight:normal;

}

dl.userCourseList
{
    padding-left: 30px;
	width:96%;
	background-color:#F8F8F8;
	background: #f8f8f8 url('img/bg_cours.png') bottom right no-repeat;
	padding: 5px 5px 5px 20px; 
	border: 2px dashed #EEEEEE;
}

#knowmore {
    padding-left: 30px;
	width:96%;
	background-color:#F8F8F8;
	background: #f8f8f8 url('img/bg_cours.png') bottom right no-repeat;
	padding: 5px 5px 5px 20px; 
	border: 2px dashed #EEEEEE;
}

.userCourseList dt
{
    margin: 0;
    padding: 0;
}


.userCourseList a
{
    margin: 0;
    padding: 0;
	font-weight:bold;
}

#myMessagePortletTitle {
font-size:10px;
color:#333333;
}

/******************************************************************************
                             CLAROLINE TABLE
 ******************************************************************************/

/* Uniformize claroline table format. The class provide 3 header type
 *
 *     - superHeader : allowing to define table title above the column header
 *     - headerX : define header in the X axis for each column
 *     - headerY : define header in the Y axis for each rank
 *
 * Example of table using a super header and header in X axis
 *
 * <table class="claroTable">
 * <tr class="superHeader">
 * <th colspan="3">User Birthdate</th>
 * </tr>
 * <tr class="headerX">
 * <th>Firstname</th>
 * <th>Lastname</th>
 * <th>Birthdate</th>
 * </tr>
 *
 * <tbody>
 *
 * <tr>
 * <td>Hugues</td>
 * <td>Peeters</td>
 * <td>1969-09-27</td>
 * </tr>
 * <tr>
 * ...
 * </tr>
 *
 * </tbody>
 *
 * </table>
 *
 * Example of table using header in Y axis
 *
 *
 * <table class="claroTable">
 *
 * <tr class="superHeader">
 * <th colspan="3">User Birthdate</th>
 * </tr>
 *
 * <tr>
 * <th class="headerY">Firstname</th>
 * <td>Hugues</td>
 * <td> ...  </td>
 * </tr>
 *
 * <tr>
 * <th class="headerY">Lastname</th>
 * <td>Peeters</td>
 * <td> ...  </td>
 * </tr>
 *
 * <tr>
 * <th class="headerY">Birthdate</th>
 * <td>1969-09-27</td>
 * <td> ...  </td>
 * </tr>
 *
 * </table>
 */

.claroTable {
    text-align: left;
	width:96%;
}

.claroTable td,
.claroTable th {
    vertical-align: middle;
    border-bottom: 1px solid #EDEDED;
	padding:5px;
}

.claroTable .superHeader th,
.claroTable th.superHeader {
    color: #1C668E;
    background-color: #FFF;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
}

.claroTable img
{
    vertical-align: text-bottom;
}

.claroTable .superHeader a {
    color: #693;
}

.claroTable .headerY th,
.claroTable .headerX th {
    color: #333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size:14px;
	border-bottom:#EEEEEE 2px dashed;
    padding: 0px;
    text-align: left;
	line-height:20px;
}

.claroTable .headerX th a
{
    font-weight: bold !important ;
    color: #303037 !important;
	font-size:10px;
	text-align:center !important;
	margin:0 auto;
    text-decoration : none;
}

.claroTable .headerX th a:active,
.claroTable .headerX th a:hover
{
    color: #303037 !important;
    text-decoration : underline;
}

/* extension of claroTable class for Image Viewer */
.claroTable tr th.toolbar {
    font-weight: normal;
    padding: 2px 5px 2px 5px;
}

.claroTable tr.toolbar th.prev {
    text-align: left;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
}

.claroTable tr.toolbar th.title {
    font-weight: bold;
    text-align: center;
    padding: 2px 5px 2px 5px;
}

.claroTable tr.toolbar th.next {
    text-align: center;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
}

.claroTable td.workingWeek {
    vertical-align: top;
    color: #999;
    padding: 2px 5px 2px 5px;
}

.claroTable td.weekEnd {
    vertical-align: top;
    color: #73A244;
    padding: 2px 5px 2px 5px;
}
.claroTable td.highlight {
    vertical-align: top;
    color: #CD853F;
    padding: 2px 5px 2px 5px;
}

.emphaseLine tbody td {
    border-bottom: solid #EEEEEE 1px;
	background-color: #F8F8F8;
}

.emphaseLine tbody tr:hover {
    background-color: #EDEDED;
}

/**
 * Pager
 */
.claroPager {
    text-align: center;
}

.claroPager img {
    vertical-align: text-bottom;
}

.claroPager .pagerBefore {
    text-align: right;
}

.claroPager .pagerAfter {
    text-align: left;
}

.claroPager .pagerPages {
    text-align: center;
    margin: 0 auto;
    padding: 1px 10px;
    
}
/******************************************************************************
                             VARIOUS CLAROLINE CSS CLASS
 ******************************************************************************/
.spoiler a{
    padding-left: 17px;
    background: url('../../img/spoiler.png') bottom left no-repeat;
}

.spoilerContent {
    display: none;
    background-color: #EFEFEF;
    padding: 2px;
    margin: 3px 0;
}
/*
 * 'claroMessageBox' is used to display all messages from the platform like
 * action confirmation, parameter request, warning mesage...
 * Things that are usually displayed in a dialog box into offline applications
 */

.claroMessageBox {
	width:95%;
    background-color : #EDF1E3;
    border: 1px #693 solid;
    margin-left: 5px;
    font-size: 0.9em;
    color: #666;
}

.claroIntroSection {
	width:95%;
    padding: 5px;
    margin-top : 5px;
    margin-bottom: 5px;
}

/* specific styling for dialog box messages */
.claroDialogBox {   
	width:85%; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    padding: 5px 5px 5px 20px; 
    border: 2px dashed #EEEEEE;
    background: #f8f8f8;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#de444c;
	font-size:14px;
}

.boxInfo {    
    border-left: 2px solid #C31625;
    background: #f8f8f8 url('img/bg_boxinfo.png') bottom right no-repeat;
    padding-right: 83px;
}

.boxSuccess {    
    background: #f8f8f8 url('img/bg_boxsuccess.png') bottom right no-repeat;
    padding-right: 83px;
}

.boxWarning {    
    background: #f8f8f8 url('img/bg_boxwarning.png') bottom right no-repeat;
    padding-right: 83px;
}

.boxError {    
    background: #f8f8f8 url('img/bg_boxerror.png') bottom right no-repeat;
    padding-right: 83px;
}

.boxQuestion {    
    background: #f8f8f8 url('img/bg_boxquestion.png') bottom right no-repeat;
    padding-right: 83px;
}

.claroDialogMsg { padding: 2px 5px 1px 20px; }
.claroDialogBox .msgInfo { } /* I _really_ don't think there is a need for an icon here */
.claroDialogBox .msgSuccess { background: url('../../img/success.png') left no-repeat; }
.claroDialogBox .msgWarning { background: url('../../img/warning.png') left no-repeat; }
.claroDialogBox .msgError { background: url('../../img/error.png') left no-repeat; }
.claroDialogBox .msgQuestion { background: url('../../img/question.png') left no-repeat; }
.claroDialogBox .msgForm { padding: 3px 20px; }
.claroDialogBox .msgTitle { font-weight: bold; }

.warning b, .warning strong {
    color: #000;
}

.warning {
    color: #333;
}

/*
 * 'invisible' is generally attached to element that shouldn't be visible into
 * common user interface but which are visible in course manager or platform
 * administrator screen, showing that the element is deactivated or isn't
 * visible fo the other users
 */

.invisible {
    color: #999;
}

.invisible a,
.invisible a:link,
.invisible a:visited,
a.invisible,
a:link.invisible,
a:visited.invisible {
    color: #999;
}

/* menu */

.menu a.invisible:visited {
    color: #999;
}


/*
    'correct' is attached to element that must be highlighted as correct
    example : a good score in exercices
*/
.correct {
    color: #090;
}

/*
    'error' is attached to element that must be highlighted as correct
    example : a wrong score in exercices
    example : an error message
*/
.error {
    color: #900;
}

/*
    'highlight' is used when something needs to be especially shown to the user
    example : 'today' in the agenda
*/
.highlight {
    color: #CD853F;
    font-weight: bold;
}




/*
 * 'rightMenu' is mainly use in the platform home page
 */

.claroRightMenu {
    background : #e7f2c1;
    background-color : #EDF1E3;
    border: 1px #693 solid;
    padding: 10px;
}

.claroRightMenu a:link,
.claroRightMenu a:visited {
    color: #009DFC;
}

.claroRightMenu a:hover,
.claroRightMenu a:active {
    color: #009DFC;
}

.claroRightMenu form {
    color: #009DFC;
}


.HelpText {
    color: #999;
}
.HelpText ul {
    color: #999;
}

.claroToolTitle {
	color:#333333;
	border-bottom:#EEEEEE solid 2px;
	width:100%;
	padding-left:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}



/******************************************************************************
                            PROFILE PAGE
 ******************************************************************************/

#profile {
	width:95%;
}

.claroRecord span {
color:#333333;

}

.claroRecord .required {
    color:#CC0200;
	font-weight:bold;
}


#picture {
width:249px;
height:30px;
background: url('img/bg_input.jpg') no-repeat top left;
border:0;
padding-top:7px;
padding-left:7px;
font-size:12px;
}

#lastname, #firstname, #username, #old_password, #Femail, #officialCode, #password_conf, #email {
width:249px;
height:30px;
padding-top:8px\9;
background: url('img/bg_input.jpg') no-repeat top left;
border:0;
padding-left:7px;
font-size:12px;
}

#phone {
width:249px;
height:30px;
background: url(img/bg_input.jpg) no-repeat top left;
border:none;
}

#phone option {
	background:#FFF;
}
 

#applyChange {
border:0;
margin-top:10px;
}




/*
 * 'comment' is used for comment of documents, forum description, ...
 */

.comment {
    font-size : 0.9em;
    margin-left: 30px;
}

small {
    font-size : 0.9em;
}

/*
 * Navigation with tabs : configuration, modules, ...
 */

#navlist {
    margin: 10px;
    padding: 0 0 7px 10px;
    border-bottom: 1px solid #DEDEDE;
	width:95%;
}

.tabTitle {
    padding: 3px 0;
    margin-left: 0;
    font-weight: bold;
    border-bottom: 1px solid #DEDEDE;
}

.tabTitle a {
    border-bottom: 4px solid #693;
}

#navlist li, .tabTitle li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#navlist li a:link,
#navlist li a:visited {
    margin: 0 5px 4px 5px;
    padding: 3px 0.5em;
    text-decoration: none;
}

#navlist li a:hover {
    border-bottom: 4px solid #EDF1E3;
}

#navlist li a.current {
    border-bottom: 4px solid #693;
}

form tr.admin td{
    background-color : #EDF1E3;
    border: 1px solid #630;
    margin: 10px 10px 10px 10px;

}

.linkCloseWindow {
    padding: 0;
    margin: 0;
    text-align:center;
}


/******************************************************************************
                            INTERNAL MESSAGING
 ******************************************************************************/

/*TR line for platform message*/
.platformMessage { 
    background-color: #fee5c3;
}

/*TR line for unread message*/
.unreadMessage {
    background-color: #e6e5e5;
    font-weight: bold;
}


.unreadMessage a, 
.unreadMessage a:link ,
.unreadMessage a:active ,
.unreadMessage a:hover ,
.unreadMessage a:visited
{
    font-weight: bold;
}

.im_context 
{
    /*color: #CCC;*/
}

.im_list_action, .im_list_selection
{
    text-align: center;
}

#im_paging
{
    text-align: center;
}

.imInfoBlock 
{
    background: #eee;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;	
    padding: 5px 10px;
    margin: 0;
}

#im_message .header
{
    margin: 0;	
}

.imInfo .imInfoTitle
{
    font-weight: bold;
    padding-right: 5px;
}

.imInfo .imInfoValue
{
}

.imContent
{
    padding: 0 15px;
    margin-top: 3px;
}

.imCmdList
{
   padding-top: 3px; 
   margin-left: 0px;
   float: right;
}

/******************************************************************************
                                    DEBUG BAR
 ******************************************************************************/

.debugBar
{
    color: #F99;
    background-color:#A33;
    padding: 3px;
    font-size: 70%;
}

.debugBar a,
.debugBar a:link,
.debugBar a:visited
{
    color: #E6F;
}

/******************************************************************************
                                   Center content
 ******************************************************************************/
 
.centerContent
{
    text-align:center;
}


/******************************************************************************
                                   EDITOR Layout
 ******************************************************************************/

#textContent_parent {
 width:50%;

}

.advancedMCE {
 width:50%;
}

/******************************************************************************
                                   IFRAME CSS // LEARNPATH
 ******************************************************************************/

div#content_main {
}

#lp_content, .lp_content {
background:#FFFFFF;
}

#lp_toc, .lp_toc {
background:#FFFFFF;
overflow:hidden;
}

div#progressframe {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
padding-left:30px;
background-color:#FFF;
height:100%;
}

#progress {
    text-align: center;
	padding-top:10px;
}

div#table_of_content {
	background:#FFFFFF;
	height:100%;
	height:20px\9;
}

#table_of_content {
    text-align: left;
}

#table_of_content h3 {
  	font-weight:100;
	color:#aee1fc;
	font-size:10px;
	text-transform:uppercase;
}

#table_of_content_inner {
    padding: 0 3px 2px 15px;
	font-size:12px;
}

#table_of_content a {
	color:#1C66B1;
}

div#back_home {
	background:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding-left:15px;
}

#navigation {
    text-align: center;
    font-size: small;
    position: fixed;
    top: 0;
    left: 0;
    height: 35px;
    width: 100%;
	background:#E33641;
}



.active a,
.active a:link,
.active a:visited,
.active a:hover,
.active a:active {
    font-weight: bold;
}

#content {
width: 620px; 
border: 0;
height:550px;
}

.lecours {
width: 620px; 
border: 0;
height:550px;
}

#progressDone {
border:0;
}