#schemaSqualp{
 position:relative;
}

#imgSqualp{
 position:absolute;
}

#model{
 font-family: /*Segoe ui;*/ Arial, Helvetica, sans-serif;
 z-index: 100;
 position: absolute;
 color: white;					
 font-size: 16px;
 font-weight: bold;
 left: 112px;
 top: 84px;
 text-decoration: none;
 text-shadow: -1px 1px 2px #000000; 
}

#model:hover{
 text-decoration: underline;	
}

#achat{
 font-family: Arial, Helvetica, sans-serif;
 z-index: 100;
 position: absolute;
 color: black;
 font-size: 16px;
 font-weight: bold;
 left: 59px;
 top: 180px;	
 text-decoration: none; 
 /*text-shadow: 0px 1px 1px #000000;*/
}
    
#achat:hover{
 text-decoration: underline;
}
 
#stock{
 font-family:  Arial, Helvetica, sans-serif;
 z-index: 100;
 position: absolute;
 color: black;
 font-size: 16px;
 font-weight: bold;
 left: 175px;
 top: 180px;
 text-decoration: none;
 /*text-shadow: 0px 1px 1px #000000;*/
}

#stock:hover{
   text-decoration: underline;
}					

#product{
 font-family:  Arial, Helvetica, sans-serif;
 z-index: 100;
 position: absolute;
 color: white;
 font-size: 16px;
 font-weight: bold;
 left: 110px;
 top: 265px;
 text-decoration: none;	
 text-shadow: -1px 1px 2px #000000;
}

#product:hover{
 text-decoration: underline;
}

#laboAnal{
 font-family:  Arial, Helvetica, sans-serif;
 z-index: 100;
 position: absolute;
 color: black;
 font-size: 16px;
 font-weight: bold;
 left: 161px;
 top: 350px;
 text-decoration: none; 
/* text-shadow: 0px 1px 1px #000000; *//*0px 1px 2px #000000;*/
}

#laboAnal:hover{
 text-decoration: underline;
}

#commerc{
 font-family:  Arial, Helvetica, sans-serif;
 z-index: 100;
 position: absolute;
 color: white;
 font-size: 16px;
 font-weight: bold;
 left: 104px;
 top: 472px;
 text-decoration: none; 
 text-shadow: -1px 1px 2px #000000;
}

#commerc:hover{
 text-decoration: underline;
}