body {    
    background: white url(../images/bodyBackground.jpg) top left repeat-x;
    behavior: url(css/csshover.htc);
}


/****************/
/* homePanel */
/****************/

#homePanel {    
    width: 966px;
    height: 654px;
    position: absolute;
    left: 50%;
    margin-left: -483px;         
    background: transparent url(../images/homePanelBackground.jpg) top left no-repeat;    
}

#homeMenuPanel {
    position: absolute;
    top: 150px;
    left: 281px;
}

ul#homeMenu {
    margin: 12px 0 0 0;    
    padding: 0 0 0 25px;
}

ul#homeMenu li {
    margin: 0 0 10px 10px;
    padding: 0 0 0 5px;
    line-height: 20px;
    list-style-image: url(../images/puce.gif);
    /*border: solid 1px;*/
}

ul#homeMenu li a {    
    font-family: tahoma, sans-serif;
    font-size: 15px;
    color: #fcb913;    
}

ul#homeMenu li a:hover { 
    font-weight: bold;
}     

ul#homeMenu li img.rolloverImage {
    position: absolute;
    top: -18px;
    left: 208px;
    width: 468px;
    height: 150px;
    border: none;  
    display: none;
}

ul#homeMenu li:hover img.rolloverImage {
    display: inline;
}

ul#homeMenu li span.rolloverDescription {
    position: absolute;
    top: 132px;
    left: 332px;
    width: 270px;
    height: 70px;
    background-color: white;    
    padding: 20px 15px;
    font-family: Tahoma, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    display: none;
}

ul#homeMenu li:hover span.rolloverDescription {
    display: inline;
}

#welcomeTextPanel {
    position: absolute;
    top: 305px;
    left: 629px;    
}

#welcomeTextPanel p {
    margin: 0;
    padding: 0;
    font-family: Tahoma, sans-serif;
}

#welcomeTextPanel p span {
    display: block;
    margin-bottom: 5px;
}

/*
#welcomeTextLine1 {
    font-size: 17px;
    color: #ff36ff;            
}

#welcomeTextLine1 em {
    font-weight: bold;
    font-style: normal;
}

#welcomeTextLine2 {
    font-size: 15px;
    color: #f9bb58;    
}

#welcomeTextLine3 {
    font-size: 15px;
    color: #9fc733;    
}

#welcomeTextLine4 {
    font-size: 15px;
    color: #d183b7;    
}
*/


/***************/
/* footerPanel */
/**************/

#footerPanel {
    width: 970px;    
    height: 190px;
    position: absolute;
    bottom: 0;
    /*border: solid 1px;*/
}

#footerMenu {
    margin-top: 0;
    /*position: absolute;    */
    /*left: 6px;*/
    /*margin: 0;
    padding: 0 0 0 20px
    */
    /*left: 10px;
    top: 450px;*/
}

#footerMenu li { 
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 11px;
    list-style-image: url(../images/puce2.gif);
}

#footerMenu li a {
    font-family: tahoma, sans-serif;
    font-size: 11px;    
    color: #b5007b;
}  

#footerMenu li a:hover {
    font-weight: bold;
}

#informationsPanel {
    position: absolute;        
    font-family: tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    /*color: #f00078;*/
    color: #a00057;
    /*letter-spacing: 1pt;*/
    left: 25px;
    bottom: 25px;
}

#informationsPanel p {
    margin: 0;
    padding: 0;
}