﻿/* Gantt Pages */
.GanttPage_Box
    {border:solid 1px #ccc;
    padding:8px;
    }



/* Page projets.aspx   -- liste des projets */
.Projets_Container, .Projets_Container_Clot
    {margin:16px;
    margin-bottom:0px;
    padding:4px;
    border:solid 1px #ccc;
    cursor:pointer;
    color:#004677
    }
.Projets_Container_Clot
    {background-color:#eee}

.Projets_Titre
    {font-size:12px;
    font-weight:bold;
    color:#004677;}
.Projets_Date, .Projets_Desctiption, .Projets_NbEtapes
    {margin-left:12px;
    margin-top:6px}
    
    
/* Page projet.aspx   -- détail d'un projet*/
.graph_Container
    {border:solid 1px #ccc;
    padding:8px;
    margin-bottom:12px
    }
.graph_Table
    {width:100%;}
.graph_Table *
    {cursor:pointer;}   
    
.graph_td_Date
    {border-bottom:solid 1px #ccc;
    text-align:center;
    padding-bottom:3px}
.graph_td_Etape
    {width:160px}
.graph_td_SousEtape
    {vertical-align:top;
    }

.graph_tr2_Debut, .graph_tr2_Separateur, .graph_tr2_Jonction, .graph_tr2_Fin
    {background-repeat:no-repeat;
    background-position:center top}
.graph_tr2_Debut
    {background-image:url(../../inc/images/graph_0.jpg);
    width:80px}
.graph_tr2_Separateur
    {background-image:url(../../inc/images/graph_1.jpg)}
.graph_tr2_Jonction
    {background-image:url(../../inc/images/graph_2.jpg);
    width:120px}
.graph_tr2_Fin
    {background-image:url(../../inc/images/graph_3.jpg);
    width:60px}
    
    

.graph_div_EtapeRealise, .graph_div_EtapeEnCours, .graph_div_EtapeAVenir
    {border:solid 1px #000;
    padding:2px;
    margin:7px;
    min-height:55px;
    width:110px; 
    margin-bottom:2px;
    cursor:hand}
.graph_div_EtapeRealise
    {background-color:#94b7da;}
.graph_div_EtapeEnCours
    {background-color:#f4e89b;}
.graph_div_EtapeAVenir
    {background-color:#eee;}
.graph_div_SousEtape
    {min-height:10px;    
    margin-top:2px;    
    margin-bottom:2px;}
.graph_div_SousEtape
    {Font-weight:bold;
    font-size:10px}
.graph_subDiv_Date
    {margin-left:6px;
    font-size:9px;
    font-family:Trebuchet MS}
   

   
.FileLnk
    {color:#004677;
    text-decoration:none;
    display:block} 
.FileLnk:hover
    {color:#000} 
    
    
/* Commentaires */
.Commentaires_Container
    {margin-bottom:8px}
.Commentaires_Titres
    {}
.Commentaires_Corps, .Commentaires_Corps2
    {margin:4px;
    margin-left:20px;
    padding-left:4px;
    border-left:dotted 1px #ccc}
.Commentaires_Corps2
    {background-color:#eee;
    border-left:dotted 1px #ccc}
    

H1 a:hover
    {text-decoration:underline}
