body {
    margin:0;
    padding:0;
    height:100%;
    font-family: Verdana, Arial, sans-serif;
    font-size:75%;
    background: #FFF;
    color: #000;
}

.leftbody {
    position: absolute;
    left:0;
    margin:0;
    padding:0;
    width: 50%;
    height:100%;
/*    background: #CCBFAC;  */
    background: #8F8271;
    border-right: 2px solid #000;
}

.rightbody {
    position: absolute;
    right:0;
    margin:0;
    padding:0;
    width: 50%;
    height:100%;
    background: transparent;
    border-left: 0px ;
}

.title {
    margin-left:0.5em;
    margin-top:0.5em;
}

.flashlogo {
    text-align: center;
}

a:link
{
    color: #b3b366;
    text-decoration: none;
}

a:visited
{
    color: #acacac;
    text-decoration: none;
}

a:active
{
    color: #silver;
    text-decoration: none;
}

a:hover
{
    color: #000;
    text-decoration: underline;
}

.introText {
    text-align: center;
    font-size: 80%;
}

.introText a:link {
    color: #08569C;
    font-size: -1;
}

.introText a:visited {
    color: #08569C;
    font-size: -1;
}

.contentText {
    margin: 1em 1em 1em 5em;
}

.reduceText {
    font-size: 80%;
}

/* Cadres photo */
.cadres {
    position: absolute;
    top: 475px;
    left: 43px;
    z-order: 1px;
}

.art1 {
    position: absolute;
    top: 481px;
    left: 51px;
    z-order: 1px;
}

.art2 {
    position: absolute;
    top: 481px;
    left: 205px;
}

.art3 {
    position: absolute;
    top: 481px;
    left: 357px;
    z-order: 1px;
}

