/* CSS Document */

#colonne_gauche #bloc_reserve-incendie dt, #colonne_gauche #bloc_reserve-incendie dd{
float:left;
}

#colonne_gauche #bloc_bassin-epuration dt, #colonne_gauche #bloc_bassin-epuration dd{
float:right;
}

#colonne_gauche #bloc_reservoir-eau-potable dt, #colonne_gauche #bloc_reservoir-eau-potable dd{
float:left;
}

#colonne_gauche #bloc_reservoir-eau-process dt, #colonne_gauche #bloc_reservoir-eau-process dd{
float:right;
}

#colonne_gauche #bloc_couvertures-bassins dt, #colonne_gauche #bloc_couvertures-bassins dd{
float:left;
}

#colonne_gauche dd{
margin-right:1px;
}


#bloc_reserve-incendie dt a {
display:block;
text-indent:-5000px;
width:249px;
height:91px;
background:url(../images/reserves-incendie.jpg) no-repeat 0 0px;
}

#bloc_reserve-incendie dt a:hover {
background:url(../images/reserves-incendie.jpg) no-repeat 0 -91px;
}

#bloc_bassin-epuration dt a {
display:block;
text-indent:-5000px;
width:249px;
height:91px;
background:url(../images/bassins-epuration.jpg) no-repeat 0 0px;
}

#bloc_bassin-epuration dt a:hover {
background:url(../images/bassins-epuration.jpg) no-repeat 0 -91px;
}

#bloc_reservoir-eau-potable dt a {
display:block;
text-indent:-5000px;
width:249px;
height:91px;
background:url(../images/reservoir-eau-potable.jpg) no-repeat 0 0px;
}

#bloc_reservoir-eau-potable dt a:hover {
background:url(../images/reservoir-eau-potable.jpg) no-repeat 0 -91px;
}

#bloc_reservoir-eau-process dt a {
display:block;
text-indent:-5000px;
width:249px;
height:91px;
background:url(../images/reservoirs-eau-process.jpg) no-repeat 0 0px;
}

#bloc_reservoir-eau-process dt a:hover {
background:url(../images/reservoirs-eau-process.jpg) no-repeat 0 -91px;
}

#bloc_couvertures-bassins dt a {
display:block;
text-indent:-5000px;
width:249px;
height:91px;
background:url(../images/couvertures-bassins.jpg) no-repeat 0 0px;
}

#bloc_couvertures-bassins dt a:hover {
background:url(../images/couvertures-bassins.jpg) no-repeat 0 -91px;
}