/*** layout du collaboratif ***/
.center {
	float:left;
	width:700px;
}

.filet-droit{
	background-image:none;
}
.right{display:none}

.coll ul,ol{
	list-style:none;
}

/* \*/ 
* html .center { width:780px; wid\th:730px; }
* html .ligne { height:1em; } 
/*** end layout ***/

/*** styles du collaboratif ***/

.coll #menu { border-bottom: 1px solid #332e44; }

/*** Zone Centrale ***/
.coll .ligne { border:0; }
.coll .conteneursousparagraphe { width:49%; }
.contenu_fiche .conteneursousparagraphe { width:98%; }
/* *>html .coll .conteneursousparagraphe { width:49%; } */

/* \*/ 
.coll .innerconteneur { padding:0; border:0; ma\rgin:0 30px 0 0; }
.contenu_fiche .innerconteneur { padding:0; border:0; ma\rgin:0 0px 0 0; }
* html .coll .innerconteneur { float:left;  width:95%; margin:0; }
/* */

.item { float:left;  width:100%;}
.coll .cell1 { float:left; width:25%; }
.coll .cell2 { float:left; width: 73%; padding-left: 1%; }


/*** this come from the page.html ***/
.coll #menu-prin { border-bottom: 0; }
.coll .menuleft, .coll .menuleft-in { background-image: none;  }

/*** end of css from page.html ***/

.coll h2 {
	font-size: 1.8em;
	color: #000;
	font-weight: normal; 
	font-family: verdana, arial, sans-serif;
	margin:15px 0 0 0;
	background-color: #fff;
	padding: 0;
}

.coll .soustitre {
	font-size: 120%;
	color: #000;
	margin:0 0 15px 0;
}

#espace {
	width:180px;
	text-align: center;
}

.style-colab h3 { 		
		padding:2px 135px 2px 10px; 
		font-size:140%; 
		font-weight: normal;
}


.titre-colab2 {padding-bottom:8px;}
.titre-colab2 h3 {padding-left:0; background: #fff; }
.item { padding: 5px 0; border-bottom:1px solid #ccc; }
.titre-colab1 .prem {padding-top:15px;}
.titre-colab2 .prem {padding-top:15px; background: url(../../images/escalier.gif) no-repeat 100% 0;}
/*** Colonne de gauche ****/
#espace h3 { margin:10px 0 0 20px; font: bold 140% arial,verdana, sans-serif; float: left;}
#espace img { margin:10px auto; }
.coll .menu-sec { margin:17px 0 0 20px; }
.coll .menu-sec a {font-weight:bold; color:#37535B;}
.coll .menuleft h4 {font-weight: bold; font-size: 130%; margin: 0 0 15px 20px }
.select-espace { padding:0 0 25px 20px; background: url(../../images/left_col_bot_coll2.gif) no-repeat 0 100%; }
.select-espace select { border:1px solid #ccc; font-size: 90%; color:#666; width:130px; }
.select-espace option { padding: 2px; }
.select-espace .ok { vertical-align: top;  border:1px solid #ccc; }
.select-espace label { color:#37535B; }


.coll .boutons { clear:left; padding-top:10px;}

/*** boutons ***/
.coll .box { float:right; margin-left:5px; }
.coll .box a { 
	display:block;
	color:#353046; 
	text-decoration:none; 
	padding: 2px 1em; 
	background: url(../../images/coll_bou_dro.gif) no-repeat 100% 100%;
}
*>html .coll .box { width:5em; }
*>html .coll .box a { text-align:center; }	 
.coll .box a:hover { color:#666; }
.coll .box .bi { background: url(../../images/coll_bou_gau.gif) no-repeat 0 0; }


/* Page interieures du collaboratif */
.pageint .conteneursousparagraphe { width:98%; }
.pageint .style-colab { margin-top:30px; }

/* pour IE Mac */
.bouton-haut {position:relative; top:-3px; }
*>html .pageint .titre-colab1 { position:relative; }
*>html .pageint .bouton-haut { position:absolute; top:0; left:500px;}
/* fin IE Mac */

/* Page de liste des News */
/* correction IE5.x Win et Mac */
* html .pageint .contrib { width:15em; /* \*/ wid\th:auto; /* */}

/* news entiere */
.pageint .sous-titre { border-bottom:1px solid #749738; background:#b1e655; font-size:85%; color:#332e44; padding:2px 10px;}
.pageint .titre-colab1 { padding-bottom:0; }
.pageint .corps-news { padding:25px 0 0 25px; text-align:justify; }

/* photo album */
.slide-mount { 
	float:left;
	background-color: #cdcdcd; 
	border:1px solid #5f5f5f; 
	margin: 23px 8px 0 8px; 
	width:200px; 
	height:200px;
	text-align:center;
	voice-family: "\"}\""; /*   Tantek hack    */
    voice-family:inherit;
	margin: 23px 23px 0 0;
	
}
.slide-mount img {
  cursor:pointer;
  cursor:hand;
}

.ligne-photo { clear:left; }
.ligne-photo { float:left; fl\oat:none; }

.last-photo { margin-right:0; }
.slide-mount img { border:1px solid #737373; }
 /* \*/ 
* html .pageint .innerconteneur { width:100%; }
/* */

/******* Menu colab a gauche *********/
#menu_colab {
	background-color:#f5f5f5;
	width:100%;    
	border:1px solid #a5b3c1;
	border-bottom:0;
	margin:40px 0 10px 0;
}
#menu_colab ul {
  	list-style:none;
  	text-align:right;
  	line-height:normal;
}
#menu_colab li {
	border-bottom:1px solid #a5b3c1;
}

#menu_colab a {
	display:block;
	_height:1em;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #eee;
	font-size:100%;
	font-weight:bold;
	padding:3px 5px;
	color:#AE3F76;
	text-decoration:none;
}
#menu_colab a:hover { text-decoration:underline;}

#menu_colab_2 {
	background-color:#f5f5f5;
	width:100%;    
	border:1px solid #a5b3c1;
	border-bottom:0;
	margin:10px 0 10px 0;
}
#menu_colab_2 ul {
  	list-style:none;
  	text-align:right;
  	line-height:normal;
}
#menu_colab_2 li {
	border-bottom:1px solid #a5b3c1;
}

#menu_colab_2 a {
	display:block;
	_height:1em;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #eee;
	font-size:100%;
	font-weight:bold;
	padding:3px 5px;
	color:#49737f;
	text-decoration:none;
}
#menu_colab_2 a:hover { text-decoration:underline;}

#titre_gestion_tribu { text-transform:uppercase; }


/*** Contenu Principal ******/
#titre_colab { 
	background:transparent url(../../images/box_top.gif) no-repeat 0 0;
	height:30px;
	border-bottom:1px solid #D2D9E0;
}
#titre_colab h2 { 
	float:left;
	width:300px;
	color:#AE3F76;
	background:transparent url(../../images/fleche.gif) no-repeat 8px 8px;
	padding: 5px 0 0 30px;
	font-family:"lucida grande", arial, helvetica, sans-serif;
	font-size:1.5em ;
	text-transform:uppercase;
}

#titre_colab h2 a {
	text-decoration:none;
}

#select_tribu { 
	float:left;
	width:300px;
	margin-top:5px;
}
#col_prin_colab { 
	float:right;
	margin: 0 0 0 0px;
	width:715px;
	background:#fff url(../../images/box_border.gif) repeat-y 0 0;

}
#col_prin_in_colab { 
	background:transparent url(../../images/box_border.gif) repeat-y 100% 0;
}
#titre_tribu {
	clear:right;
	background:#ae3f76;
	padding-left:230px;
	margin-left:8px;
}
* html #titre_tribu { margin-left:5px; }
#titre_tribu h3 {
	text-transform:uppercase;
	color:#fff;
	font-weight: normal;
	font-size:130%;

}

#col_prin_in {  /*** pour eviter pbs de margin collapsing  ***/
/*	padding-top:1px;  */
}



/**** Styles de paragraphe communs ****/
.ligne_colab {
	margin:10px 0 0 30px;
	padding: 0;
	clear:left;
}

.ligne_colab_temp {
	margin:10px 0 0 30px;
	padding: 0;
	clear:left;
}

.ligne_colab img {border:0;}

.contenucol {padding:0 10px}

.contenu_liste { 
	margin:30px 45px 0 0px;
	padding: 0;
	clear:left;
}

.contenu_fiche {
	width:100%
}
.style-colab .contenu_liste { 
	margin-top:20px;
}
.contenu_fiche .contenu_liste { 
	margin:15px 0px 0 0px;
	padding: 0;
	clear:left;
}

.contenu_liste img {border:0;}

.ligne_colab ul, .ligne_colab ol {margin-top:10px}
.ligne_colab li {list-style: square inside url(/tribu/puce.gif); color:#ae3f76;}
/********************* HEADERS ***********************/
.sous_titre_colab {
	margin:12px 0 0 5px;
	padding-left:10px;
	background:#cfe1e6 url(../../images/arrondi_titre_article.gif) no-repeat 0 100%;
}
.sous_titre_colab h3 {
	font-size:120%;
	color:#4C6884;
	padding:4px 0 4px 23px;
	background:transparent url(../../images/fleche_enc_h3.gif) no-repeat 0 5px;	
}

.sous_sous_titre_colab {
	margin-top:30px;
	margin-bottom:15px;
	padding-right:45px;
	font-size:140%;
}
.sous_sous_titre_colab h4 {
	font-weight:normal;
	padding-left:10px;
}

/***** Style de la Tribu Home ******/

#colab_admin {
	margin-top:0.5em;
	padding:3px 0 6px 10px;
}

.colab_chapeau {
	margin-top:0.5em;
	padding:5px 0;
	color:#4C6884;
	border:1px dashed #EBD0DD; 
	border-left:0; 
	border-right:0;
}

.colab_publie {
	margin-top:0.5em;
	color:#798ea3;
	
}

/************* BOUTONS HOME **************************/


.bouton_tribu_th a{
	float:right;
	border:1px solid #353046;
	font-size:100%;
	color:#353046;
	text-decoration:none;
	padding:0 5px;
	margin-top:-10px;
}

* html .bouton_tribu_th a{
	margin:0px;
}

.bouton_tribu_th a:hover{ border:1px solid #353046; color:#666; }


/******************** TABLES TRIBU HOME *************************/
table.tb_tribu, .tb_tribu th, .tb_tribu td {
	font-size: 100%;
	font-family:verdana, arial, sans-serif;
}
table.tb_tribu {
	line-height:1.3;
	border-collapse: collapse;
	margin:0 0px 10px 0;
	width:100%;
}

.tb_tribu td {
	padding: 3px 10px;
	vertical-align:text-top;
	border-bottom:1px solid #ccc;
}
.tb_tribu tr {
	border-bottom:1px solid #ccc;
}

.tb_tribu td.gamay { color:#ae3f76;}
.tb_tribu img {border:0;}

/******************** TABLES TRIBU LISTE *************************/
table.tb_tribu_liste, .tb_tribu_liste th, .tb_tribu_liste td {
	font-size: 100%;
	font-family:verdana, arial, sans-serif;
}
table.tb_tribu_liste {
	margin-top:20px;
	line-height:1.3;
	border-collapse: collapse;
	width:100%;
}

.tb_tribu_liste td {
	padding: 3px 20px;
	vertical-align:text-top;
}
* html .tb_tribu_liste td {border-bottom:1px solid #ccc;}

.tb_tribu_liste tr {
	border-bottom:1px solid #ccc;
}

.tb_tribu_liste td.gamay { color:#ae3f76;}
.tb_tribu_liste img {border:0;}

/******************************/
/***** ECRANS GENERIQUES *****/
/******************************/

.contenu_liste a.avec_icone {
	padding:0 15px 0 15px;
	background:transparent url(../../images/tribu/a_colab.gif) no-repeat 0 0;
}
.list_colab li { margin:0 0 0.4em 4em;}
.list_colab ul { list-style-position: inside;}
#formulaire_box_top ul, #formulaire_box_top ol {margin-top:10px}
#formulaire_box_top li {list-style: square inside url(/tribu/puce.gif); color:#ae3f76;}

#contenu_prin .ligne_colab h5 {font-size:100%; color:#ae3f76; font-weight:bold; margin:1em 0;}

/******************** TABLES ECRANS GENERIQUES*************************/
table.tb_colab, .tb_colab th, .tb_colab td {
	font-size: 100%;
	font-family:verdana, arial, sans-serif;
}
table.tb_colab {
	line-height:1.3;
	width:100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin:0 20px 10px 0;
}

.tb_colab tr.even { background:#ccc;}
.tb_colab th, .tb_colab td {
	padding: 3px 5px;
	vertical-align:text-top;
}
.tb_colab th{
	border-bottom: 1px dashed #ccc;
	background:#fff url(../../images/th_annuaire.gif) no-repeat 0 50%;
	text-align:left;
	font-weight:normal;
	color:#353046;
	padding-left:15px;
}
.tb_colab th.no_background {
	background-color:transparent;
	background-image:none;
}
.tb_colab td, .tb_colab th { border-left: 0; text-transform:uppercase;}
.tb_colab img {border:0;}

/******* Pagination ***********/
#res_form_rech h3 {font-size:1.2em; color:#353046; padding:40px 0 0 0; }
#contenu_prin #resultat_recherche_byline {background: url(../../images/res_rech_fleche.gif) no-repeat 0 50%; color:#49737F; margin:0 0 25px 0; padding:0 0 0 25px;}
#res_form_rech .res_lien { color:#49737F; font-weight:bold; }
#res_form_rech .res_lien a { color:#49737F; font-weight:bold; }
#res_nav_tribu {padding-top:10px; text-align:center;}
* html #res_nav_tribu {padding-left:50px;}
#res_nav_buttons img {border:0; vertical-align:text-top;}
#res_nav_buttons a, #res_nav_buttons a:hover {text-decoration:none;}
#res_nav_compteur {float:right;margin:0 20px 10px 0;}
* html #res_nav_compteur {margin:0 10px 10px 0;}
#res_nav_pages { letter-spacing:1px;}
.res_nav_page_cour {font-weight:bold; }
#col_prin #res_nav_pages a {text-decoration:underline; color:#333;}
#col_prin #res_nav_pages a:hover {text-decoration:none; color:#333}
.clearer{clear:left;}
/**************** FORMULAIRE **************/
#formulaire_box_top {width:100%;padding:20px 0;}
#formulaire_box_top div.label {float:left; margin:10px 0 0 0; width:100%;}
#formulaire_box_top div.label_message {float:left; margin:10px 0 0 0; width:100%;text-align:center;}
#formulaire_box_top div.label_message_dsi {float:left; margin:10px 0 0 0px; width:680px;}
* html #formulaire_box_top div.label_message_dsi {margin:10px 0 0 0px;}
.confirmation {text-align:center;width:680px;}
.erreur {text-align:center;width:100%;color:#D40201;font-size:90%;padding-bottom:10px;}
.input_no_border {width:35Opx;border:0;}
.input_no_write {float:left;border:0;font-size:110%; width:500px;}
#formulaire_box_top label {width:150px; float:left; text-align:right; margin-right:10px;color:#37535B; font-weight: bold; font-size: 100%;}
#formulaire_box_top input {font-size:110%;}
#formulaire_box_top select {height:20px;font-size:110%;}
#formulaire_box_top textarea {width:450px;font-size: 100%;font-family:verdana, arial, sans-serif;}
#formulaire_form_bouttons {text-align:center; border-top:solid 1px #C0C0C0;float:left; padding:15px 0 0 0; margin:20px 0 10px 90px;width:500px; }
* html #formulaire_form_bouttons {text-align:center; border-top:solid 1px #C0C0C0;float:left; padding:15px 0 0 0; margin:20px 0 10px 45px;width:500px; }
#formulaire_form_bouttons input {padding:0px;}
#label_liste{float:left;width:450px;}
.lienhaut{float:right;margin:10px 45px 0 0;}

.lienhaut a { 
	display:block;
	color:#353046; 
	text-decoration:none; 
	padding: 2px 1em; 
	background: url(../../images/coll_bou_dro.gif) no-repeat 100% 100%;
}
.lienhaut a:hover { color:#666; }
.lienhaut .bouton_tribu_sm { background: url(../../images/coll_bou_gau.gif) no-repeat 0 0; }

.lien_doc a { 
	display:block;
	color:#353046; 
	text-decoration:none; 
	padding: 2px 1em; 
	background: url(../../images/coll_bou_dro.gif) no-repeat 100% 100%;
}
.lien_doc a:hover { color:#666; }
.lien_doc .bouton_tribu_sm { float:right;background: url(../../images/coll_bou_gau.gif) no-repeat 0 0;margin:5px;}


/*************FICHES COLLABORATIVES******************/

#contenu_para { width:100%;}

#titre_article {
	margin:12px 0 0 5px;
	padding-left:10px;
	background:#cfe1e6 url(../../images/arrondi_titre_article.gif) no-repeat 0 100%;
}

#titre_article h3 {
	font-size:120%;
	color:#4C6884;
	padding:4px 0;
}

#titre_actu {
	margin:12px 0 0 5px;
	padding-left:10px;
	background:#cfe1e6 url(../../images/arrondi_titre_article.gif) no-repeat 0 100%;
}

#titre_actu h3 {
	font-size:99%;
	color:#4C6884;
	padding:5px 0;
}

.loc {color:#AE3F76; font-size:1em;}
.chapeau_forum { 
	margin-top:0.5em;
	padding:5px 0;
	font-weight:bold;
	color:#4C6884; 
	border:1px solid #d3dae1; 
	border-left:0; 
	border-right:0;
}
.sous_titre_agenda h4 {
	margin-top:15px;
	font:bold normal 1em/1.1 "lucida grande", arial, sans-serif;
	padding:3px 0 4px 22px; 
	background:transparent url(../../images/tribu/livre2.gif) no-repeat 0 0;
	color:#4C6884;
	text-transform:uppercase;
}

.sous_titre_doc h4 {
	margin-top:15px;
	font:bold normal 1em/1.1 "lucida grande", arial, sans-serif;
	padding:3px 0 4px 22px; 
	background:transparent url(/adminsite/utils/dtree/img/folderopen.gif) no-repeat 0 0;
	color:#4C6884;
	text-transform:uppercase;
}

.para { color:#000; margin-top:1em;}
.contact { color:#000; margin-top:30px; padding-bottom: 1em; }
.contact h3 { 
	border-top: 1px solid #ccc;   
	border-bottom: 1px dashed #ccc; 
	padding:5px 0 5px 25px;
	margin-bottom: 1em; 
	background: url(../../images/fleche_enc_h3.gif) no-repeat 0 2px;
	color:#000000; font:normal 1em/1.1 "lucida grande", arial, sans-serif;
	text-transform: uppercase;
}
.details { color: #AE3F76;}

.publie_news {background:#ccc; font-size:85%; color:#332e44; padding:2px 10px;}

#para_doc { 
	color:#000; 
	margin-top:0.7em;
	margin-bottom:0.7em;
}


#commentairescolab {
	margin-left:0px;
	color:#333;
}

#commentairescolab h3 {
	padding:1em 0 0 20px;
	font:bold normal 1em/1.1 "lucida grande", arial, sans-serif;
	text-transform:uppercase;
	color:#4C6884;
	background:transparent url(../../images/icone_com.gif) no-repeat 0 100%;
}

#commentairescolab li {
	list-style-type:none;
	background-color:#ccc;
	padding:10px;
	margin-top:1em;
}
* html #commentairescolab li { border-top:1px solid #E7F0F2; padding-top:9px; }

#commentairescolab li li {
	margin:0;
	padding-bottom:0;
}
#commentairescolab h4 {
	font-size:100%;
	color:#4C6884;
	background:transparent url(../../images/reponse_com.gif) no-repeat 0 50%;
	padding-left:15px;
}
#col_prin #commentairescolab a { /* color:#49737F; */ }
#commentairescolab .date_com { 
	color:#4C6884;
	border-bottom:1px dashed #BFD4D8;
	padding:0 0 0.5em 0;
}

