﻿
*{
    margin:0;
    padding:0;
}
body{
    //font-family:Arial;
    background-image:url('../images/AGENDA.jpg');
    background-attachment:fixed;
}

#content{
    margin: 20px auto 10px auto;
}
.rotator{
    background-color:#222;
    width:800px;
    height:280px;
    margin:0px auto;
    position:relative;
    font-family:Comic Sans MS;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:-1px;
    border:3px solid #f0f0f0;
    overflow:hidden;
    -moz-box-shadow:0px 0px 10px #222;
    -webkit-box-shadow:0px 0px 10px #222;
    box-shadow:0px 0px 10px #222;
    z-index:1;
}
.rotator .image{
    background-color:#222;
    position:absolute;
    top:0px;
    left:0px;
    z-index:999996;
}

.rotator ul{
    list-style:none;
    position:absolute;
    right:0px;
    top:0px;
    margin-top:6px;
    z-index:999997;
}
.rotator ul li{
    display:block;
    //float:left;
    clear:both;
    width:260px;
}
.rotator ul li a{
    cursor:  pointer;
    width:230px;
    float:right;
    clear:both;
    padding-left:10px;
    text-decoration:none;
    display:block;
    height:48px;
    line-height:48px;
    background-color:#222;
    margin:1px -20px 1px 0px;
    opacity:0.7;
    color:#f0f0f0;
    font-size:20px;
    border:2px solid #000;
    border-right:none;
    outline:none;
    text-shadow:-1px 1px 1px #000;
    -moz-border-radius:10px 0px 0px 20px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:20px;
    border-top-left-radius:10px;
    border-bottom-left-radius:20px;
}
.rotator ul li a:hover{
      text-shadow:0px 0px 2px #fff;
}
.rotator .heading{
    position:absolute;
    top:0px;
    left:0px;
    width:500px;
    z-index:999998;
}
.rotator .heading h1{
    text-shadow:-1px 1px 1px #555;
    font-weight:normal;
    font-size:46px;
    padding:20px;
}
.rotator .description{
    
    z-index:-1;
    width:760px;
    position:absolute;
    bottom:0px;
    left:0px;
    padding-top:20px;
    padding-bottom:20px;
    padding-right:20px;
    padding-left:110px;
    margin-left:-90px;
    background-color:#E15A00;
    -moz-border-radius:0px 10px 0px 0px;
    -moz-box-shadow: 50px 33px 100px #E68341 inset, 50px -33px 100px #E68341 inset;
    -webkit-box-shadow: 50px 33px 100px #E68341 inset, 50px -33px 100px #E68341 inset;
    box-shadow: 50px 33px 100px #E68341 inset, 50px -33px 100px #E68341 inset;
    font-family:Comic Sans MS;
}
.rotator .description .content{
    color:#000;
    border-radius: 15px;
    //text-shadow:-1px 1px 1px #000;
    text-transform:none;
    text-align:center;
    letter-spacing:normal;
    line-height:26px;
    background-color:white;
    margin-top:100px; 
    margin-bottom:100px;
    padding:10px; 
    -moz-box-shadow: 0 0 10px #000 inset;  
    -webkit-box-shadow: 0 0 10px #000 inset;  
    box-shadow: 0 0 10px #000 inset; 
}

.underLine{
    margin-bottom:-20px;
    margin-top:20px;
    text-decoration:underline;
}

.name{
    left:0px;
    text-align:center;
    padding-bottom:20px;
    -moz-border-radius:0px 10px 0px 0px;
    font-family:Lucida Calligraphy;
    color:#444;
    text-shadow:-2px 2px 2px #333;
    line-height:56px;
}
.name h1{
    font-size:46px;
}
.name p{
    font-size:46px;
}
a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
a.more:hover{
    color:#fff;
}
#scrollToTop img{
    opacity:0.8;
    cursor:  pointer;
    width:70px;
    height:70px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
#scrollToTop img:hover{
    opacity:1.0;
}
.bulle{
    position:absolute;
    font-size:13px;
    color:#809ee6;
    background:rgba(0,0,0,0.9);
    padding:15px;
    border-radius:3px;
    box-shadow:0 0 2px rgba(0,0,0,.5);
    margin-top:5px;
    width:780px;
    margin-left:-35px;
    opacity:0;
    line-height:160%;
}

.bulleQueue{
    position:absolute;
    background:rgba(0,0,0,0.9);
    border-radius:3px;
    box-shadow:0 0 2px rgba(0,0,0,.5);
    width:13px;
    height:13px;
    margin-left:355px;
    opacity:0;
    transform:rotate(45deg); 
    -ms-transform:rotate(45deg); /* Internet Explorer */
    -moz-transform:rotate(45deg); /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari et Chrome */ 
    -o-transform:rotate(45deg); /* Opera */
}