/* CSS Document */

/***********************************************/
/* organigramme_style.css                               */
/***********************************************/


/***********************************************/
/* Calques et boites pour l'organigramme */
/***********************************************/

#diag
{
    padding : 0px;
    width: 830px;
    position: absolute;
}

#ocean
{
    padding : 0px;
    position: absolute;
    top : 20px;
    left : 150px;
}

#xrf
{
    position: absolute;
    padding : 0px;
    top: 35px;
    left: 150px;
}

#irms
{
    position: absolute;
    padding : 0px;
    top: 115px;
    left: 280px;
}

#micro
{
    position: absolute;
    padding : 0px;
    top: 195px;
    left: 310px;
}

#labo
{
    position: absolute;
    padding : 0px;
    top: 275px;
    left: 310px;
}

#radio
{
    position: absolute;
    padding : 0px;
    top: 355px;
    left: 280px;
}

#pt
{
    position: absolute;
    padding : 0px;
    top: 435px;
    left: 150px;
}

.ss_titre
{
    background-color : #FFFFCC;
    width : 150px;
    border: 2px solid #FFFFCC;
    padding : 0px;
    font-size: 8pt;
    text-align: center;
    color : #000066;
}

#texte_xrf
{
    position: absolute;
    visibility : hidden;
    top: 35px;
    left: 0px;
    font-weight : normal;
    text-decoration : none;
}

#texte_irms
{
    position: absolute;
    visibility : hidden;
    top: 115px;
    left: 130px;
    font-weight : normal;
    text-decoration : none;
}

#texte_micro
{
    position: absolute;
    visibility : hidden;
    top: 195px;
    left: 160px;
    font-weight : normal;
    text-decoration : none;
}

#texte_labo
{
    position: absolute;
    visibility : hidden;
    top: 275px;
    left: 160px;
    font-weight : normal;
    text-decoration : none;
}

#texte_radio
{
    position: absolute;
    visibility : hidden;
    top: 355px;
    left: 130px;
    font-weight : normal;
    text-decoration : none;
}

#texte_pt
{
    position: absolute;
    visibility : hidden;
    top: 435px;
    left: 0px;
    font-weight : normal;
    text-decoration : none;
}

/***********************************************/


/***********************************************/
/* Liens de classe groupe1 */
/***********************************************/

.groupe1
{
    display: block;
    padding-top : 3px;
    padding-bottom : 4px;
    width: 260px;
    /*height: 20px;*/
    font-weight : bold;
    font-size : 10pt;
    text-align: right;
    vertical-align : middle;
    line-height: 14px;
    text-decoration: none;
}

a.groupe1:link
{
    color : #000066;
    background-color: #99CCFF;
    /*border: 2px solid #C05900;*/
}

a.groupe1:active
{
    color : #000066;
    background-color: #99CCFF;
    /*border: 2px solid #C05900;*/
}

a.groupe1:visited
{
    color : #000066;
    background-color: #99CCFF;
    /*border: 2px solid #C05900;*/
}

a.groupe1:hover
{
    color : #FFFFFF;
    background-color: #000066;
    text-decoration: none;
}

/***********************************************/


/***********************************************/
/* Liens de classe groupe2 */
/***********************************************/

.groupe2
{
    display: block;
    padding-top : 3px;
    padding-bottom : 4px;
    width: 260px;
    /*height: 20px;*/
    font-weight : bold;
    font-size : 10pt;
    text-align: right;
    vertical-align : middle;
    line-height: 14px;
    text-decoration: none;
}

a.groupe2:link
{
    color : #000066;
    background-color: #FFFFFF;
}

a.groupe2:active
{
    color : #000066;
    background-color: #FFFFFF;
}

a.groupe2:visited
{
    color : #000066;
    background-color: #FFFFFF;
}

a.groupe2:hover
{
    color : #000066;
    background-color: #FFFFFF;
    text-decoration: none;
}

/***********************************************/

