/* CSS Document */

a.aboutus { /* definition of "image" calss in a tag */
display: block; /* a tag must be a block */
width: 29px; /* width of reactive image */
height: 88px; /* height of reactive imagehauteur de l'image réactive */
background-image: url("images/aboutus.jpg"); /* starting image */
background-repeat: no-repeat;
}
a.aboutus:hover { /* definition of "image" class for a tag when hovering */
background-image: url("images/aboutusrollover.jpg"); /* target image */
}

a.dancers { /* definition of "image" calss in a tag */
display: block; /* a tag must be a block */
width: 29px; /* width of reactive image */
height: 88px; /* height of reactive imagehauteur de l'image réactive */
background-image: url("images/dancers.jpg"); /* starting image */
background-repeat: no-repeat;
}
a.dancers:hover { /* definition of "image" class for a tag when hovering */
background-image: url("images/dancersrollover.jpg"); /* target image */
}

a.choreographers { /* definition of "image" calss in a tag */
display: block; /* a tag must be a block */
width: 29px; /* width of reactive image */
height: 150px; /* height of reactive imagehauteur de l'image réactive */
background-image: url("images/choreographers.jpg"); /* starting image */
background-repeat: no-repeat;
}
a.choreographers:hover { /* definition of "image" class for a tag when hovering */
background-image: url("images/choreographers_rollover.jpg"); /* target image */
}

a.bigcity { /* definition of "image" calss in a tag */
display: block; /* a tag must be a block */
width: 29px; /* width of reactive image */
height: 150px; /* height of reactive imagehauteur de l'image réactive */
background-image: url("images/bigcity.jpg"); /* starting image */
background-repeat: no-repeat;
}
a.bigcity:hover { /* definition of "image" class for a tag when hovering */
background-image: url("images/bigcity_rollover.jpg"); /* target image */
}

.content_left
{
border-left:#2F692F 1px solid;
border-right:#2F692F 1px solid;
}
.content_right
{
border-right:#2F692F 1px solid;
padding-left:3px;
padding-right:3px;
}

