/**
 * Feuille de style pour Corail
 * @version 0.1
 */

 /* dispositions préalables */
* {
	padding: 0;
	margin: 0;
}
html, body { 
	height: 100%; 
}
 
/** Dispositions de base **/
/* menu de navigation avec treeview */
#sidemenu {
	position: absolute;
	width: 250px;
	height: 100%;
	margin-left: 0;
	top: 0;
	left: 0;
	background: url(/image_partagee/CorailFond3.png) repeat-x 0px 0px;
	/*border: 1px solid blue;*/
	display: block;
	z-index: 0;
	overflow: hidden;
	/*background-color: rgb(113, 116, 171);*/
}
#sidemenu .entete {
	height: 101px;
	background: url(/image_partagee/CorailFond1.png);
	z-index: 0;
}
.divTreeView {
	clear: both;
    position: absolute;
	overflow: auto;
	height: auto !important;
	height: 100%;
	max-height: 80%;
	width: 248px;
	margin-left: 0px;
	/*border: 1px solid green;*/
	z-index: 0;
	/*background: url(http://www.univ-paris5.fr/image_partagee/CorailFond3.png);	*/
	/*background-color: rgb(113, 116, 171);*/
}
#resizehandle {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 5px;
	left: 249px;
	height: 100%;
	background-color: rgb(112, 143, 190);/*#616161;*/
	z-index:1000000 !important;
}

#resizehandle2 {
	position: absolute;
	left: 249px;
	top: 360px;
	margin-left: 0px;
	width: 100%;
	height: 5px;
	background-color: rgb(112, 143, 190);/*#616161;*/
	z-index:1000000 !important;
}

/* bloc principal */
#main { 
	margin-left: 250px;
	background: url(/image_partagee/CorailFond3.png) repeat-x 0px 0px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	/*border: 1px solid red;*/
	z-index: 1000;
}

#main table {
	width: 100%;
}

/* Edtition d'un article : barre des boutons Save, Fermer etc .. */
#edit_footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  text-align: center;
  width: 100%;
  background-color: #BFE7FF;
}

/* footer */
#footer {
  position: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #f5f5f5;
  background:url(/image_partagee/footer.gif) #f5f5f5;
  margin-left: 255px;
  left: 0px;
  bottom: 0px;
  text-align:left;
  color: #aaa;
  font-size: 10px;
  z-index:0;
  opacity:0.9;
  filter:alpha(opacity:90);
}

.top{
	margin-top: 10px !important;
	background-image: url(/image_partagee/CorailFond3.png);
	z-index: 10;
}
 
/* Formulaire de la barre de menu */
/* Popup */
.fBarre select {
   border: 0px;
}
/* element */
.fBarre option {
   border: 1px solid transparent;
}
/* label */
.fBarre label {
   font-weight: bold;
   color : #FFFFFF ;
}

.scrollable{
	overflow-x: scroll;
	float: right;
	display: none;
}

.pageCourrier table{
	display: block;
	/*border: 1px solid red;*/
}

/*Pour la consultation des articles !!!*/


/*le menu des articles*/
.menuArticle{
	border: 0px;/*2px outset black;
	background-color: #FFFFFF;*/
	width: 215px;
	height: 30px;
	margin: 0 0 0 3px;
	padding: 0;
}

.menuArticle ul{
	list-style-type: none;
}

.menuArticle li{
	float: left;
	display: block;
	font-size: 10px;
	margin: 2px 1px;
	z-index: 90;
}


.iconAddHtml{
	display: block;
	width: 24px;
	margin: 1px 1px;
	padding: 24px 2px -0.5em 1px;
	z-index: 90;
	/*border: 1px outset black;*/
}

.iconAddHtml img{
	border: 0;
}

.iconAddHtml:hover{
	text-decoration: none;
	/*border: 1px inset blue;*/
	background-color: rgb(139, 163, 227);
}

.messageErreurArticle{
	clear: both;
	display: block;
	z-index: 10;
}


/*la list de consultation*/

.listConsultationArticle th{
	background:  url(/image_partagee/fontTitre4.png) 0px -8px;
/**-color: rgb(139, 163, 227);**/
	color:  White;
/*rgb(127, 30, 7);*/
	padding: 0 2px;
	border-spacing: 5px;
	text-align: center;
	font-weight: bold; 
/*normal !important;*/
	font-size: 11px;
	font-family: Arial, Verdana, "Microsoft Sans Serif", "MS Sans Serif", Helvetica, sans-serif;
}

.listConsultationArticle{
	/*height: 200px;
	overflow: scroll;*/
	z-index: 10;
}
.listConsultationArticle table{
	border: 0;
	empty-cells: show;
	border-collapse: separate;
}

.listConsultationArticle td{
	border-spacing: 5px;
	padding: 0 2px;
	overflow: hidden;
	font-family: cursive;/*Arial, Verdana, "Microsoft Sans Serif", "MS Sans Serif", Helvetica, sans-serif !important;*/
	/*font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;*/
}


.listConsultationArticle tr{
	background-color: rgb(244, 249, 255);
}

.listConsultationArticle tr#selected{
	background-color: rgb(255, 206, 206);
}



.divScrollConsultation {
	overflow: scroll;
	height: 400px;
	padding: 0;
	margin: 0;
}

.listConsultationArticle input[type=checkbox]:active{
 	background: darkGray;
 	border: 1px inset black;
}
.listConsultationArticle input[type=checkbox]:hover{
 	border: 1px solid black;
	background: rgb(127, 30, 7);
}

/*
*Pour les articles en consultation
*
*/


/* Entete de la page */

.pageTitre {
	margin: 0px;
	padding: 0px 5px;
/*	border: 1px solid black; */
	font-style: normal;
	font-weight: bold;
	font-size:  18px;
	font-family: Arial, Verdana, "Microsoft Sans Serif", "MS Sans Serif", Helvetica, sans-serif;
	text-transform: none;
	color: White;
	display: block;
}

#article{
	margin: 0;
	padding: 0;
	height: auto;
	z-index: 5;
	/*background-color:rgb(255, 206, 206);*/
}

.contenuArticle{
	margin: 2px;
	padding: 0;
	/*max-height: 100px;*/
	/*max-width: 100%;*/
	/*overflow: auto;*/
	position: static;
}

.fichierArticle{
	margin: 2px;
	padding: 0;
	float: left;
	/*width: 200px;
	overflow-x: scroll;*/
}

.fichierArticle ul{
	margin: 2px;
	padding: 0;
/*	list-style-position: inside;*/
	list-style: url(/image_partagee/file.gif) disc inside;
}

.fichierArticle li{
	overflow: visible;
	height: 1.5em;
}

.fichierArticle li#supp{
	list-style-image: url(/image_partagee/suppression.gif);
}

.fichierArticle img{
	vertical-align: text-bottom;
	border: 0;
}

.lienArticle{
	margin: 2px;
	padding: 0;	
	float: right;
	/*width: 200px;
	overflow-x: scroll;*/
}

.lienArticle ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}

.lienArticle li{
	margin: 0;
	padding: 0;
	max-width: 200px;
	overflow: visible;
	height: 1.5em;
}

.lienArticle img{
	vertical-align: text-bottom;
	border: 0;
}

.redirectArticle{
	margin: 2px 0;
	padding: 0;
	clear: both;
	width: 100%;
}

.redirectArticle img{
	vertical-align: bottom;
}

.redirectArticle a{
	text-decoration: none;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

.redirectArticle a:hover{
	text-decoration: underline;
	color: rgb(227, 63, 0);
}

.titleContenuArticle {
	margin: 0px;
	padding: 0px 5px;
	border: 1px solid black;
	font-style: normal;
	font-weight: bold;
	font-size:  11px;
	font-family: Arial, Verdana, "Microsoft Sans Serif", "MS Sans Serif", Helvetica, sans-serif;
/**cursive;**/
	text-transform: none;
	color: White;
	display: block;
	background: url(/image_partagee/fontTitre4.png) 0px -12px;
}