body{
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    height: 100%;   
    background: url(/img/Bonkoungou.png) repeat 0 0 transparent;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
#global{
    
    display: block;
    height: 1000px;  
}

#global #content{
    width: 960px;
    display: block;
    margin: 0 auto;
    height: auto;
}
#global #content h1{
    width: 960px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: transparent;
    text-align: center;
    font-size: 2em;
    font-weight: normal;
}
#global #content #carousel{
    width: 900px;
    height: 600px;
    display: block;
    margin: 0 auto;
}

#global #content #carousel .carousel{
    width: 900px;
    height: 600px;
    float: left;
    overflow: hidden;
}
#global #content #carousel .carousel ul,
#global #content #carousel .carousel ul li{
     width: 900px;
    height: 600px;
    float: left;  
    margin: 0;
    padding: 0;
}
#global #content #carousel .carousel ul li a{
     width: 900px;
    height: 600px;
    float: left;  
}
#global #content #carousel .carousel ul li a img{
    width: 900px;
    height: 600px;
}
