/*                                                                         
** Fichier        : styles/organigramme.css                      
** Appelant       : lgc/scripts/organigramme.php     
** Description    : feuille de style pour l'organigramme interactif
** Version        : 2.0
** Date           : 1er semestre 2009  
** Auteur         : Anne Pinot-Potier 
*/

#orgLeftPart
{
width : 500 px;
/*z-index: 300;
float : left ;*/
}

#orgRightPart
{
width : 100 px;
/*z-index: 500;    
float : right ;*/
}

#orgDirection
{
   width : 60% ;
   background-color : #339999 ;
   margin-left : auto ;
   margin-right : auto ;
   color : #FFFFFF ;
   padding : 0px 2px 2px ;
}

.orgHaut
{
   /*background-color : #FFCC66 ;*/
   font-size : 12px ;
   font-weight : bold ;
   padding : 5px ;
   text-align : center ;
   color : #FFCC66 ;
   margin-bottom : 0px ;
}

.orgCategory
{
   width : 32% ;
   background-color : #339999 ;
   margin-left : auto ;
   border-left : 1px solid #FFFFFF ;
   margin-bottom : 5px ;
   padding : 0px 2px 2px ;
   color : #FFFFFF ;
   font-size : 9px ;
   float : left;
}

.orgSpecialCategory
{
   color : #FFFFFF ;
   background-color : #333399 ;
}

.orgRecherche
{
   /*border : 1px solid #000000 ;*/
   margin : 20px  0px ;
   font-size : 8px ;
}

.orgRechercheContenu /* tables */
{
   font-size : 9px ;
   border-collapse : collapse ;
   width : 100% ;
}

a:link.intern, a:visited.intern, a:active.intern
{
   color : #FFFFFF ;
   text-decoration : none ;
}

a:hover.intern
{
   color : #FFCC66 ;
   text-decoration : underline ;
}

.orgRechercheContenu td
{
   background-color : #339999 ;
   border-left : 1px solid #FFFFFF ;
   border-right : 1px solid #FFFFFF ;
}

.orgRechercheHaut
{
   background-color : #FFCC66 ;
   font-size : 12px ;
   font-weight : bold ;
   padding : 5px ;
   text-align : center ;
   color : #FFFFFF ;
  /*margin-bottom : 10px ;*/
}

.orgRechercheDeptSigle
{
   font-size : 10px ;
   font-weight : bold ;
   color : #FFCC66 ;
}

.orgRechercheSeparateur
{
   color : #FFCC66 ;
}

.orgResponsable
{
   margin-left : 20px ;
   color : #FFCC66 ;
}

/*
** EOF
*/

