body {
margin: 0;
background: #333333 url(Images/index2.png) no-repeat;
background-position: center 50px;
color: #990000;
font-family: MS Trebuchet;
font-size: 0.8em;
text-align: justify;
}

h1, h2, h3 {
margin: 0;
padding: 0;
}

a {
color: #990000;
}

#container {
width: 750px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
}

#liensection {
width: 750px;
height: 400px;
top: 230px;
padding-left: 36px;
position: absolute;
}

#coaching {
position: absolute;
width: 350px;
height: 300px;
}

#coaching a {
display: block;
background: url(Images/coaching.png) no-repeat;
width: 210px;
height: 210px;
}

#coaching a:hover {
background: url(Images/coaching2.gif) no-repeat;
}

#coaching span {
display: none;
}

#webdesign {
position: absolute;
width: 250px;
height: 300px;
margin-left: 470px;
}

#webdesign a {
display: block;
background: url(Images/webdesign.png) no-repeat;
width: 210px;
height: 210px;
}

#webdesign span {
display: none;
}

#webdesign a:hover {
background: url(Images/webdesign2.gif) no-repeat;
}