

.selected a{
 color: #9D630B;
 background-color: #F5F2FA;
}

.popupInformation {
   background-color: #F6F4E4;
   border:1px solid #ffCA6B;
   padding:3px;
   position:absolute;
}

.headingTree {
   background-color: #F6F4E4;
   border:1px solid #ffCA6B;
   padding:3px;
   overflow:scroll;
   height:300px;
   position:absolute;
}
.errorMessage {
   text-align:left;
   border: 2px solid #C00000;
   margin: 15px;
   width: 500px;
}
.errorMessage_old h1 {
   background-color: #C00000;
   background-image:url('../img/themes/titre_rouge.gif');
   color: #ffffff;
   text-align: center;
   margin-top:0px;
   margin-left:0px;
	background-repeat: none;
	background-position: left
}
.errorMessage h1 {
   background-color: #C00000;
   color: #ffffff;
   text-align: center;
   margin-top:0px;
   margin-left:0px;
}
.errorMessage li {
	list-style-type: none;
}


/*--------------------*/
/*Styles du menu Copix font-weight: bold;height:75px;*/


.erreur{
   font-weight: bold;
   color: #ff0000;
}


.Title {
 font-family: Verdana, Arial, Sans Serif;
 font-size:1.4em;
 color:#00FF00;
 font-weight: bold;
}
.TexteLDD {
 font-family: cursive;
 text-align: justify;
 font-size:1.2em;
}
#logo_dut {
 position: relative;
 float:right;
 width:111px;
 height:100px;
 left:180px;
 top:120px;
 background-image:url('../../../img/logoiut.jpg');
 background-repeat:no-repeat;
 background-position: top left;
}


/**
* Table
*/
.CopixTable {
   margin-left: 5px;
   width: 98%;

   border:3px solid #566E79;
   border-collapse:collapse;
}
.CopixVerticalTable {
   margin-left: 5px;
   width: 98%;
   border:3px solid #566E79;
   border-collapse:collapse;
}

.CopixTable thead {
    background-color:#566E79;
}

.CopixTable th.status {
   width:15%;
}

.CopixTable thead th {
   background-color:transparent;
}

.CopixTable tr th {
   background-color:#566E79;
   height:25px;
   color: #ffffff;
}

.CopixTable th.actions {
   width:15%;
}

.CopixTable td {
   height:25px;
}

.CopixTable td.detail {
   padding-left:20px;
}
.CopixTable td.headingTitle {
   background-color: #cccccc;
   text-align: center;
}

.alternate {
   background-color: #e5e3d3;
}

ul.copixCMSNav li { display: inline; list-style-type: none; line-height: 12px; padding-top: 2px; padding-bottom: 0px; margin-left: 2px; margin-bottom: 0px; background-color: #566E79; color: #ffffff; font-weight: bold; text-align: center;}
ul.copixCMSNav li.copixCMSNavSelected { display: inline; list-style-type: none; line-height: 12px; padding-top: 2px; padding-bottom: 0px; margin-left: 2px; margin-bottom: 0px; background-color: #996633; color: #ffffff; font-weight: bold; text-align: center;}

ul.copixCMSNav a:link, ul.copixCMSNav a:visited { color: white; text-decoration: none; padding-left: 1em; padding-right: 1em; }
ul.copixCMSNav a:hover { color: white; text-decoration: none; padding-left: 1em; padding-right: 1em;}
ul.copixError li {} /*Affiche les erreurs dans copix sous forme de liste unordonnée*/
ul.copixArianeLink li:first-child { margin-left: 0px;}
ul.copixArianeLink li { display: inline; margin-left: 20px; }
.copixCMSNavSelected { background-color: #cc2122; }

.CopixDraggableDiv {
   text-align: left;
   position: absolute;
   top: 2px;
   left: 2px;
   border: 2px solid #000000;
   background-color: #ffffee;
   width: 200px;
   overflow: auto;
   height: 400px;
}
.CopixDraggableDivTitle {
   height: 20px;
   background-color: #1111aa;
   color: #ffffff;
   border-bottom: 2px solid #000000;
}
.CopixDraggableDivContent {

}