body{
    background-color:white;
}

a, a:visited {
    /* Les liens "au repos" et déjà visités antérieurement */
    color: #000000; /* couleur blanche */
}
a:hover, a:focus, a:active {
    /* Les liens au survol, au focus, et actifs : on leur donne la couleur rouge pour l'exemple */
    color: #14539b;
}


.titre {
    color: black;
    font-weight: bold;
    font-size  : 16px;
    line-height: 120%;
    font-family: Arial;
}


.titre2 {
    color: #14539b;
    font-weight: bold;
    font-size  : 15px;
    line-height: 120%;
    font-family: Arial;
}

.contenu {
    color: black;
    font-weight: normal;
    font-size  : 15px;
    line-height: 150%;
    font-family: Arial;
    margin-top: -2px;
}

.contenu2 {
    color: black;
    font-weight: normal;
    font-size  : 15px;
    line-height: 80%;
    font-family: Arial;
    margin-top: -2px;
}

.contenu3 {
    color: black;
    font-weight: normal;
    font-size  : 13px;
    line-height: 80%;
    font-family: Arial;
    margin-top: -5px;
    text-decoration: underline;
}

.contenu4 {
    color: black;
    font-weight: bold;
    font-size  : 13px;
    line-height: 150%;
    font-family: Arial;
}

.Oneguy
{
    background: black;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    height: 105px;
    width: 277px;

    position: relative;
}

.Oneguy_conseil
{
    background: black;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    height: 25px;
    width: 180px;

    position: relative;
}

.Oneguy_services_communs_contour
{
    background: black;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    height: 173px;
    width: 400px;

    position: relative;
}

.Oneguy_plateformes
{
    background: black;
    <!--border-radius: 10px;-->
			    padding: 10px;
    position: relative;
    height: 530px;
    width: 850px;
}

.Oneguy_acquisition
{
    background: black;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    height: 90px;
    width: 353px;

    position: relative;
}

.Oneguy_calculs
{
    background: black;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    height: 90px;
    width: 353px;

    position: relative;
}

.Oneguy_experimentation
{
    background: white;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    height:130px;
    width: 353px;

    position: relative;
}

.Oneguy_analytique
{
    background: white;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    height: 120px;
    width: 353px;

    position: relative;
}


.Oneguy_fonctionnel
{
    background: white;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    height: 15px;
    width: 150px;

    position: relative;
}

.Oneguy_hierarchique
{
    background: white;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    height: 15px;
    width: 150px;

    position: relative;
}

.Oneguy_version2020
{
    background: white;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    height: 15px;
    width: 150px;

    position: relative;
}

.Oneguy_avatar
{
    background-color:white;
    width:75px;height:75px;
    padding:5px;
    box-shadow:0 0 1px black;
    float:left
	  
}

.Oneguy_presentation
{
    text-align:left;
    font-size: 10px;
    <!--width: 0px;-->
		   float:left;
    margin-top: -10px;
    <!--margin-left: 10px;-->
			  <!--padding: 5px;-->
}


.Oneguy_presentation2
{
    text-align:left;
    <!--width: 0px;-->
		   <!--float:left;-->
				  margin: auto;
    margin-left: 25px;
    margin-top: 25px;
    <!--padding: 20px;-->
}

.Oneguy_presentation3
{
    text-align:left;
    <!--width: 0px;-->
		   float:left;
    margin-top:10px;
    <!--margin-left: 10px;-->
			  <!--padding: 5px;-->
}

.Oneguy_presentation4
{
    text-align:left;
    <!--width: 0px;-->
		   float:left;
    margin-top: -7px;
    <!--margin-left: 10px;-->
			  <!--padding: 5px;-->
}

.Oneguy_presentation5
{
    text-align:left;
    <!--width: 0px;-->
		   <!--float:left;-->
				  margin: auto;
    margin-left: 10px;
    margin-top: -15px;
    <!--padding: 20px;-->
}



#council_test
{
    position: relative;
    width: 800px;
    height: 500px;
    background:white;	
    margin-top: 10px;
}



#council_plateformes{
    position: absolute;
    left:55px;
    top:80px;
    margin-top: -30px;
    margin-left: 10px;
    z-index: 500;
    background: #ffffff;
    border: 1px solid black;	
}


#council_acquisition{
    position: absolute;
    left:83px;
    top:355px;
    z-index: 500;
    background: #ffffff;
}

#council_calculs{
    position: absolute;
    left:504px;
    top:355px;
    z-index: 500;
    background: #ffffff;
}

#council_experimentation{
    position: absolute;
    left:83px;
    top:140px;
    z-index: 500;
    background: #ffffff;
}

#council_analytique{
    position: absolute;
    left:504px;
    top:90px;
    z-index: 500;
    background: #ffffff;
}



