48 lines
618 B
CSS
48 lines
618 B
CSS
/* page interstices */
|
|
|
|
#content_inter {
|
|
float: left;
|
|
height: 600px;
|
|
width: 570px;
|
|
margin-left: 70px;
|
|
margin-top: 92px;
|
|
}
|
|
|
|
#interstice {
|
|
float: left;
|
|
height: 520px;
|
|
width: 500px;
|
|
}
|
|
|
|
#survol {
|
|
float: left;
|
|
height: 520px;
|
|
width: 500px;
|
|
}
|
|
|
|
#chiffres {
|
|
float: left;
|
|
width: 30px;
|
|
height: 520px;
|
|
margin-left: 40px;
|
|
}
|
|
|
|
#chiffres p {
|
|
font-size: 18px;
|
|
font-weight: normal;
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
#chiffres p a {
|
|
color: #000000;
|
|
font-size: 18px;
|
|
font-weight: normal;
|
|
margin-bottom: 60px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#chiffres p a:hover {
|
|
color: #cc3300;
|
|
text-decoration: none;
|
|
}
|