/* CSS Document */

/***********************************************/
/* organigramme_style.css                               */
/***********************************************/


/***********************************************/
/* Calques et boites pour l'organigramme */
/***********************************************/

#organigramme
{
    padding : 0px;
    width: 810px;
    position : absolute;
}

#organigramme .titre
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
}

.site
{
    background-color: #F8F8F8;
    width: 188px;
    border: 2px solid #000066;
    height: 60px;
    text-align: center;
    line-height: 10px;
    font-size: 11px;
}

.site .titre
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
}

.umr_epoc
{
    background-color: #F8F8F8;
    width: 260px;
    border: 2px solid #000066;
    height: 60px;
    text-align: center;
	margin: auto;
    line-height: 10px;
    font-size: 11px;
}

.umr_epoc .titre
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
	font-size: 18px;
}

a.groupe:link
{
    display: block;
    color : #000066;
    background-color: #99CCFF;
    width: 250px;
    border: 2px solid #000066;
    height: 30px;
    text-align: center;
    line-height: 9px;
    text-decoration: none;
    font-size: 11px;
}

a.groupe:active
{
    display: block;
    color : #000066;
    background-color: #99CCFF;
    width: 250px;
    border: 2px solid #000066;
    height: 30px;
    text-align: center;
    line-height: 9px;
    text-decoration: none;
    font-size: 11px;
}

a.groupe:visited
{
    display: block;
    color : #000066;
    background-color: #99CCFF;
    width: 250px;
    border: 2px solid #000066;
    height: 30px;
    text-align: center;
    line-height: 9px;
    text-decoration: none;
    font-size: 11px;
}

a.groupe:hover
{
    display: block;
    color : #FFFFFF;
    background-color: #000066;
    width: 250px;
    border: 2px solid #99CCFF;
    height: 30px;
    text-align: center;
    line-height: 9px;
    text-decoration: none;
    font-size: 11px;
}

#equipes_dev
{
    position: absolute;
    visibility : hidden;
    padding : 0px;
    font-size: 11px;
    top: 219px;
    left: 0px;
}

#services_dev
{
    visibility : hidden;
    position: absolute;
    padding : 0px;
    font-size: 11px;
    top: 219px;
    left: 0px;
}

.equipe
{
    background-color: #F8F8F8;
    /*width: 158px;*/
    width: 152px;
    border: 2px solid #000066;
    height: 530px;
    text-align: center;
    line-height: 9px;
    font-size: 11px;
    padding: 0px;
}

.service
{
    background-color: #F8F8F8;
    /*width: 158px;*/
    width: 152px;
    border: 2px solid #000066;
    height: 200px;
    text-align: center;
    line-height: 9px;
    font-size: 11px;
    padding: 0px;
}

/***********************************************/

