/*-----------------------------------------------
Author : Hueberlink
pages: services.html
-------------------------------------------------*/

/*tags*/
h1 {
font-size: 14px;
color: #dedfea;
background-color:#262a33;
text-align: center;
padding-top: 0;
margin-top: 0;
}

/*div design, dev, plus*/
#design, #dev, #plus {
width: 160px;
height: 121px;
background: url(image/bande.jpg);
color: #dedfea;
font-size: 14px;
font-weight: bolder;
float: left;
}

/*div design*/
#design {
margin: 10px 5px 0 0;
}

/*div dev*/
#dev {
margin: 10px 5px 0 0;
}

/*div plus*/
#plus {
text-align: left;
margin-top: 10px;
}
