
@CHARSET "UTF-8";

html, body {
    font-family:"Verdana","Sans","LucidaGrande","Arial","Helvetica","sans-serif"; 
    font-size: 9pt;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

div#superglobal {
    background-color: #FFFFFF;
    position : relative;  
    min-height: 100%; 
}

.trevalhover tr:hover {
    background-image: url("../img/tools/dot_alpha12.png");
}

div#global{  
    position: relative;  
    margin: 0 auto;  
    padding-bottom: 0;
    width: 100%;
}  
  
div#pied{  
        overflow: hidden;
        padding: 0.4em;
        min-height: 100%;
        padding-bottom: 10px;
}  
.topcommon{
    background-color: #ffffff;
}

div#top {
        margin: 5px 0 5px 0;
    }

.bandeau {
    background-image: url("../img/cfa-cle/fond_bandeau.png");
    background-position: top left;
    /*background-repeat: no-repeat;*/
    }
div#allcentre {
        overflow: hidden;
        width: 97%;
        max-width:1500px;
        padding: 0.4em;
        min-height: 100%;
        padding-bottom: 10px;
        text-align:center;
        margin: auto;
    }
div#centre {
        overflow: auto;
        float: left right;
        padding: 0.4em;
        min-height: 100%;
        padding-bottom: 10px;
    }
div#menu_gauche {
        float: left;
        margin-left: 0;
        padding: 0em;
    width: 200px;
    }
div#menu_droit {
        float: right;
        width: 150px;
        margin-right: 0;
    }
.centreintro {
margin: 10px; padding: 0; width: auto; text-align:justify; color: #000000; font-size: 10pt;
    }

.hide {
  visibility: hidden;
  position: absolute;
  top: -400px;
}

#qscroller2 {
  width: 100%;
  height:180px;
  border:0 solid #c0c0c0;
}

.qscroller2-nav {
  font-size: 9pt;
  width: 100%;
  height: 15px;
  background:#f0f0f0;
  border:1px solid #c0c0c0;
}
.qscroller2-nav a {
  text-decoration: none;
}
.qscroller2-nav div {
  float: right;
}
.qslide2 img {
  float: left;
  padding: 1px;
  margin: 3px 15px 0 3px;
}
.qslide2 h1 {
  margin:0 0 5px;
  font-size: 110%;
  color: #16387c;
} 

/* The title */
h1.main{
	font-size: 10px !important;
	color: white;
	margin: 0.5em;
	padding: 0.5em;
}

#main h1 {font-size: 10pt}

#main h2, #main h3,#main h4{
	color: #b60000;
}

#main h2{font-size: 12pt}
#main h3{font-size: 10pt}
#main h4{font-size: 8pt}

#footer a{color: white}
#footer a:hover{background: none; color: white}

#menu li{
	list-style-type: none;
	color: #FFF;
	background-color: #f1f1e4;
	margin-bottom: 2px;
	margin-left: -40px;
	width: 140px;
	padding: 5px;
	font-weight: bold;
	position: relative;
	clear:both;
	font-size: 10px;
	/*Only at start, mootools effect will set display*/
	display: none;
}

#menu li:hover{color: #333}

#menu li a{
    display: block;
    width: 140px;
    color: white;
    background-color: transparent !important;
    margin: 0;
}

#menu li a:hover{ color: #ffffff; margin: 0}

li{text-align: left}

img { border: none; vertical-align: middle}

.portrait{
    border-top:    1px solid #cccccc;
    border-right:  1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left:   1px solid #cccccc;
}

a{color: #3c168a; text-decoration: none; font-weight: normal;}
a:hover{color: #F98602}
a:visited{}

a.agenda{color: black; text-decoration: none; font-weight: normal; font-size:8pt;}
a.agenda:hover{color: #F98602;}

a.agenda_small{color: black; text-decoration: none; font-weight: normal; font-size:7pt;}
a.agenda_small:hover{color: #F98602;}

.rouge{color: #FF0000;}
.rouge:hover{color: #FF0000;}
.vert{color: #15af0e;}
.vert:hover{color: #15af0e;}
.align_center {text-align: center;}

input[type=text],input[type=password],input[type=listbox]{
    margin: 1px;
    color:#3A595F;
    background-color:#ffffff;
    font-size:9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    height:15px;
    text-align: left;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #cccccc;
    border-left: 1px solid #cccccc;
}

input[type=text]:focus,input[type=password]:focus,input[type=listbox]:focus{
}

input[type=text]:hover,input[type=password]:hover,input[type=listbox]:hover{
    background-color: #ffffff;
    border-right: 1px solid #ED7E00;
    border-bottom: 1px solid #ED7E00;
    border-top: 2px solid #ED7E00;
    border-left: 1px solid #ED7E00;
}

textarea {
    margin: 1px;
    color:#3A595F;
    background-color:#ffffff;
    font-size:9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #cccccc;
    border-left: 1px solid #cccccc;
}

textarea:hover {
    background-color: #ffffff;
    border-right: 1px solid #ED7E00;
    border-bottom: 1px solid #ED7E00;
    border-top: 2px solid #ED7E00;
    border-left: 1px solid #ED7E00;
}

.rtabs li{
    display:inline;
    padding: 10px;
    border: 1px solid #f1f1e4;
}
.rtabs {
    padding:0;
    margin: 10px 0 10px 0;
    list-style-type:none;
}

.rtab {background-color: #CCCCCC}
.rtab_selected { background-color: #FFFFFF}
h2 {width: 98%; text-align: left}

hr {
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
    border: 0;
}

.Centerfifty {
   margin-right: 5px;
   padding: 0;
   width: 100%;
}

.floatleft {
    /*position:relative;*/
    float:left;
    margin-left: auto;
    margin-right: auto;
}

.CopixVerticalTable {
   margin-left: 0;
   width: 100%;
   border: 1px solid #cccccc;
   border-collapse: collapse;
   padding: 0;
}

.CopixVerticalTable th {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-weight: normal;
   color:#3A595F;
   font-style: normal;
   text-decoration: none;
   text-align: right;
   background-color: #f1f1e4;
   padding: 3px;
   width: 20%;
   vertical-align: middle;
   height: 20px;
}

.CopixVerticalTable td {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-weight: normal;
   text-align: left;
   vertical-align: middle;
   height: 20px;
   padding: 3px;
}

.CopixVerticalTable td.align_center {text-align: center}
.CopixVerticalTable td.align_right {text-align: right}

.Table tr:hover { background-color:#C6CeB4}

.CopixTable {
   margin-left: 0;
   width: 100%;
   border: 10px;
   border-collapse: separate;
}

.CopixTable thead {
    background-color:#4b4d46;
}

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

.CopixTable tr th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color:#3A595F;
    font-style: normal;
    text-decoration: none;
    text-align: right;
    padding: 3px;
}

.CopixTable th.center {text-align: center}
.CopixTable th.left {text-align: left}
.CopixTable td.center {text-align: center}
.CopixTable td.right {text-align: right}
.CopixTable td.left {text-align: left}

.CopixTable td.top_border {
   text-align: left;
   vertical-align : top;
   border: 1px solid lightgrey;
}

.CopixTable td {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-weight: normal;
   color: #3A595F;
   padding: 2px;
   margin: 50px;
   text-align: left;
}

.CopixTable th a,.CopixTable th a:visited {
   color: #ffffff;
   text-decoration: none;
}
#trhover:hover {
    background-image: url("../img/forum/font.png");
	cursor:pointer;
	background-repeat:repeat-x;
	background-position:center;
}
.alternate {
    background-color: #E4FAC7;
}
.alternate1 {
    background-color: #D2D2E0;
}
.cfaCleTable, .cfaCleTableH{
   margin-left: 0;
   width: 100%;
   border: 1px solid #cccccc;
   padding: 0;
   border-collapse: separate;
}
.cfaCleTable th {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color:#3A595F;
   text-decoration: none;
   text-align: right;
   background-color: #f1f1e4;
   padding: 3px;
   width: 20%;
   vertical-align: middle;
   height: 20px;
}
.cfaCleTableH th {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color:#3A595F;
   text-decoration: none;
   text-align: center;
   background-color: #f1f1e4;
   padding: 3px;
   width: 20%;
   vertical-align: middle;
   height: 20px;
}

.cfaCleTable td {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-weight: normal;
   text-align: left;
   vertical-align: middle;
   height: 20px;
   padding: 3px;
}
.cfaCleTableH td {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-weight: normal;
   text-align: left;
   vertical-align: middle;
   height: 20px;
   padding: 3px;
}

.cfaCleTableH td.align_center {text-align: center}
.cfaCleTableH td.align_right {text-align: right}
.cfaCleTable td.align_center {text-align: center}
.cfaCleTable td.align_right {text-align: right}
/* Cadre blanc avec titre CFACLE */
.CfaTableCadre {
   margin:0 auto;
   border: 0 solid black;
   border-collapse: collapse;
   padding: 0;
}

.CfaTableCadre tr {
   font-size: 0 !important;
   color:#3A595F;
   padding: 0;
   margin: 0;
}

.CfaTableCadre td.maincontent {
   text-align: left;
   font-size: 9pt;
   font-weight: normal;
   color:#3A595F;
   padding: 0;
   margin: 0;
}

.resizable{
    padding-bottom: 24px;
    padding-right: 20px;
    background-image: url(../img/modules/wiki/resize.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.moocolumn { padding-right : 4px}

.moocolumn2 {
    padding-left : 4px;
    border-left : 1px dotted #AEAEAE;
}

/* CopixForms */
.copixforms_error { color:red}

/* AutoCompleter */
div.autocompleter-loading {
    float: left;
    clear: right;
    background: #fff url('../images/spinner.gif') no-repeat center;
    width: 50px;
    height:	16px;
}

ul.autocompleter-choices {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #eee;
    background-color: white;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    text-align: left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    z-index: 50;
    overflow: auto;
    height: 150px;
}

ul.autocompleter-choices li {
    position: relative;
    padding: 0.1em 1.5em 0.1em 1em;
    cursor:	pointer;
    font-weight: normal;
    font-size: 1em;
}

ul.autocompleter-choices li.autocompleter-selected {
    background-color: #444;
    color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
    font-weight: bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
    color: #9FCFFF;
}

.comments dt {
    position: relative;
    top: 1px;
    display: block;
    padding: 10px 0 30px 0;
    background: transparent url('../img/comments_start.png') no-repeat 30% 100%;
}

.comments dd {
    border: 1px solid #f1f1e4;
    border-width: 1px 2px 2px 1px;
    background: #f1f1e4;
    padding: 10px;
    margin: 0 20px 20px 0;
    font-size: 1.1em;
    line-height: 1.4;
}

.comment-id {
    font-weight: bold;
    font-size: 2em;
}

.comments dd * { padding: 5px 0; font-size: 1em; }
.comments-form input,.comments-form textarea {width: 100%}
.comments-form input.preview, input.submit {width: auto}

/** Calendar **/
div.calContainer {
    width:auto;
    height:auto;
    border :0px;
}

div.calBackgroud {background-color: #c0c0c0; border: 2px outset white}

table.calendar {background-color: #c0c0c0}

.calendar th {
    background-color: #eeeeee;
    border: 1px solid #c0c0c0;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 8pt;
    text-align: center;
}

.calendar tr { background-color: #c0c0c0}
.calendar tr.calendar_header {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
}

.calendar td {
    color: #000000;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 8pt;
}
.calendar td.calendar_day {background-color: #eeeeee;}
.calendar td.calendar_noday {background-color: #ffffff;}

.text_def {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal ;font-style: normal;text-decoration: none; color:#6B6B6B;}
.text_def_blanc {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal ;font-style: normal;text-decoration: none; color:#FFFFFF;}
.text_def_title {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; font-style: normal; text-decoration: none; color:#FFFFFF;}
.text_petit {color:#6B6B6B; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; text-decoration: none;}
.text_gras {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold;}
.title_def {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #767691;}
.text_grand {  font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-weight: bold; text-decoration: none; color: #FFAC00;}
.text_grand_blanc {  font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-weight: bold; text-decoration: none; color: #FFFFFF;}
.text_lien {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color:#7670C8; text-decoration:none;}
.text_lien:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color:#7670C8; text-decoration: underline overline;}
.text_titre_appli {  font-family: Arial, Helvetica, sans-serif; color:#0A335C; font-size: 14pt; font-style: normal; text-decoration: none;}

.blanc {color: #FFFFFF;}

.tabmenu {color:#7670C8; text-decoration:none;}
.tabmenu:hover {color:#7670C8; text-decoration: underline overline;}

.tab_menu {color:#7670C8; text-decoration:none;}
.tab_menu:hover {color:#7670C8; text-decoration: underline overline;}

.menu_tableau {color:#7670C8; text-decoration:none;}
.menu_tableau:hover {color:#7670C8; text-decoration: underline overline;}

a.activity{color:#3b5998; font-weight:normal; vertical-align:text-bottom;}
a.activity:hover{text-decoration:underline;}

.useractivity_username{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #767691;}
.useractivity_content{font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: grey;}
.useractivity_date{font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: italic; color: grey;}


.questionnaire_intitule_case {
    //font-weight: bold;
    font-style: italic;
    color: #444444;
}

.mouse {
    cursor:pointer;
}

.center {
    text-align: center;
}
.clear { 
  clear: both; 
  height: 0; overflow: hidden; /* Précaution pour IE 7 */ 
}
/* BUTTONS */
.buttons a, .buttons button, .buttons .button,.buttons input[type=submit],.buttons input[type=button]{
    display:block;
    float:left;
    margin:0 7px 3px 0;
    background: url("../img/cfa-cle/fond_button.png") repeat-x scroll left bottom;
    background-color:#f0d9fa;
    border:1px solid #a150c5;
    border-top:1px solid #a150c5;
    border-left:1px solid #a150c5;    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttonc a,.buttonc button{
        float:none;
    text-align: center;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    margin:0 3px -3px 0 !important;
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
   /* width:16px;
    height:16px;*/
}
button:hover,.button:hover, .buttons a:hover,.buttons input[type=submit]:hover,.buttons input[type=button]:hover{
    background: url("../img/cfa-cle/fond_button_hover.png") repeat-x scroll left bottom;
    background-color:#a150c5;
    border:1px solid #a150c5;
    color:#FFFFFF;
}
.buttons a:active,.buttons input[type=submit]:active,.buttons input[type=button]:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* POSITIVE */
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative,.button.negative,.buttons input[type=submit].negative, .buttons  input[type=button].negative{
    color:#d12f19;
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
}
.buttons a.negative:hover, button.negative:hover,.button.negative:hover,.buttons input[type=submit].negative:hover, .buttons  input[type=button].negative:hover{
    background-color:#d12f19;
    border:1px solid #fbc2c4;
    color:#FFFFFF;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
.buttons a.noClick{
    background-color:#ffffff;
    cursor:default;
    color:#565656;
}
.buttons a.noClick:hover{
    background: url("../img/cfa-cle/fond_button.png") repeat-x scroll left bottom;
    background-color:#ffffff;
}
.buttons a.selected{
    background-color:#a150c5;
    cursor:default;
    color:#FFFFFF;
}
.buttons a.selected:hover{
    background-color:#a150c5;
    cursor:default;
    color:#FFFFFF;
}
.right{
    text-align: right;
}
.rv_button{
    float:right;
    margin:0 0 0 0;
    text-align: right;
}
.sharedocdiv .rv_button{
    float:right;
    margin:-10px -10px 0 0;
    text-align: right;
}

.file .rv_button{
    float:right;
    margin:-5px -10px 0 0;
    text-align: right;
}

/* FILLES */
.files{
    width:100%;
    background-color:#ffd9fa;
}
.files .file{
    float:left;
    width:130px;
    height:100px;
    text-align: center;
    vertical-align: middle;
    margin:0 7px 3px 0;
    background: url("../img/cfa-cle/fond_button.png") repeat-x scroll left bottom;
    background-color:#f0d9fa;
    border:1px solid #a150c5;
    border-top:1px solid #a150c5;
    border-left:1px solid #a150c5;    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    padding:5px 10px 6px 7px; /* Links */
}
.files file[type]{
    margin:0 3px -3px 0 !important;
}
*:first-child+html file[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.file:hover{
    background: url("../img/cfa-cle/fond_button_hover.png") repeat-x scroll left bottom;
    background-color:#a150c5;
    border:1px solid #a150c5;
    color:#FFFFFF;
}
.files .trash{
    float:right;
}
.trSelected:hover {
    background-image: url("../img/forum/font.png");
    cursor:pointer;
    background-repeat:repeat-x;
    background-position:center;
}


