body {
    color: black;
}

.site-logo img {
 width: 70px;   
}

.avatarCedric {
 width: 120px;
}

.contentPrincipal {
 text-align: center;
 max-width: 1000px;
}

.handBonjour {
 width: 30px;
}

.imageProcess {
 float: left;
}

.contentProcess {
 float: right;
}

.clr {
 clear: both;
}

.imgIntro {
    width: 400px;
    float: left;
}

.txtIntro {
    float: right;
    width: 600px;
    padding-top: 80px;
}

#works {
    padding-bottom: 100px;
}