/* CSS Document */
body { 
margin: 0;
padding: 0;
background: white;
/*color: black;
font-size: 100%;
font-family: "Courier New", Courier, Verdana, Arial, Helvetica, serif;*/
}

div#titre {
position: relative;
font: bold 200% "Courier New", Courier, serif;
text-align: center;
}

div#icones {
position: relative;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
width: 640px;
height: 480px;
/*background: red;*/
}
div#danseurs {
position: absolute;
left: 150px;
top: 155px;
width: 340px;
height: 300px;
background: url(images/danseurs.gif) no-repeat 0 0;
}
div#realisations {
position: absolute;
left: 80px;
top: 38px;
width: 100px;
height: 100px;
background: url(images/realisations.gif) no-repeat 0 0;
}
div#blog {
position: absolute;
left: 273px;
top: 0px;
width: 100px;
height: 100px;
background: url(images/blog.gif) no-repeat 0 0;
}
div#publications {
position: absolute;
left: 432px;
top: 58px;
width: 100px;
height: 100px;
background: url(images/publications.gif) no-repeat 0 0;
}
div#artistes {
position: absolute;
left: 0px;
top: 178px;
width: 100px;
height: 100px;
background: url(images/artistes.gif) no-repeat 0 0;
}
div#agenda {
position: absolute;
left: 518px;
top: 182px;
width: 100px;
height: 100px;
background: url(images/agenda.gif) no-repeat 0 0;
}
div#presentation {
position: absolute;
left: 5px;
top: 348px;
width: 100px;
height: 100px;
background: url(images/presentation.gif) no-repeat 0 0;
}
div#contacts {
position: absolute;
left: 530px;
top: 330px;
width: 100px;
height: 100px;
background: url(images/contacts.gif) no-repeat 0 0;
}

a {
display: block;
width: 100px;
height: 100px;
}

#realisations a:hover {
background: url(images/realisations.gif) no-repeat 0 0;
background-position: -100px 0;
}
#blog a:hover {
background: url(images/blog.gif) no-repeat 0 0;
background-position: -100px 0;
}
#publications a:hover {
background: url(images/publications.gif) no-repeat 0 0;
background-position: -100px 0;
}
#artistes a:hover {
background: url(images/artistes.gif) no-repeat 0 0;
background-position: -100px 0;
}
#agenda a:hover {
background: url(images/agenda.gif) no-repeat 0 0;
background-position: -100px 0;
}
#presentation a:hover {
background: url(images/presentation.gif) no-repeat 0 0;
background-position: -100px 0;
}
#contacts a:hover {
background: url(images/contacts.gif) no-repeat 0 0;
background-position: -100px 0;
}
.cache {
position: absolute;
left: 0;
top: -5000px;
}
#compteur {
font-size: 0.7em;
color:#DDD;
position: absolute;
bottom: 0;
right: 0;
}
#compteur a {
font-size: 0.9em;
display: inline;
text-decoration: none;
color:#DDD;
}