/* général */
* {
    font-family : Arial, Verdana, Helvetica, sans-serif;    
    font-size : 11px;
    color: #000000;     
}
body {
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4 {
   margin : 0px;
   padding : 0px;
   display: inline;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
form {
    margin: 0px;
    padding: 0px;
}
input, select, textarea{
    font-size: 10px;
}
input[type=text], input[type=password], textarea {
    border: solid 1px #BDCCD4; 
}
input[type=button]{
    cursor: pointer;
}
input[type=text][disabled]{
    background-color: #EEEEEE;
}
img {
    border: 0px;
}


/* cadre message d'erreur ou d'information */
.message {    
    color: #000000;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}





 /* tooltip */
.tooltip_box {
    border: 1px solid #B634BB; 
    background-color: #FFFFFF;
    color: #000000;
    padding: 2px 5px 2px 5px;
}
.tooltip_box span {
    color: #0062AB;
    font-weight: bold;
}

.popup_div {
    position: absolute;
    display: none;
    border: 1px solid #000000; 
    border-radius: 5px;
    box-shadow: 5px 5px 5px #333333;;
    background-color: #FFFFFF;
    color: #000000;
    padding: 2px 5px 2px 5px;  
    text-align: left;
    z-index: 10;
    min-width: 300px;
}
.prompt {
    position: absolute;
    display: none;
    border: 1px solid #CC0000; 
    background-color: #FFFFFF;
    color: #CC0000;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;  
    box-shadow: 5px 5px 5px #333333;;
    width: 200px;
    text-align: center;
    cursor: pointer;
}





/* DEFILANT */
.defilant{
    height:75px;
    position:relative;
    top:0px;
    left:0px;
}

.defilant td.gauche{
    width:40px;
    background-image:url(../image/slider_left_off);
    background-repeat: no-repeat;
    background-position: right;
    cursor:pointer;
}

.defilant td.gauche:hover{
    background-image:url(../image/slider_left_on);
}

.defilant td.droite{
    width:40px;
    background-image:url(../image/slider_right_off);
    background-repeat: no-repeat;
    background-position: left;
    cursor:pointer;
}

.defilant td.droite:hover{
    background-image:url(../image/slider_right_on);
}

.defilant td.centre{
    width:920px;
}

#slider{
    width:920px;
    overflow:hidden;
    position:relative; 
}
#slidebox{
    position:relative; 
}
.slidervignette{
    cursor:pointer;
}
.sliderinfo{
    font-size:1px;
    display:none;
}
.slider_div{
    border:solid 1px #BDCCD4;
    background-color: #ffffff;
}
.slidertip_table{
    cursor:pointer;
    width:195px;
}


/* texte */
.rouge{
    color: #C2272D;
    display: block;
    font-weight: bold;
    line-height: 20px;
}
.vert{
    color: #82AF15;
    display: block;
    font-weight: bold;
    line-height: 20px;
}
.orange{
    color: #F15A24;
    display: block;
    font-weight: bold;
    line-height: 20px;
}
.bleu{
    color: #0062AB;
    display: block;
    font-weight: bold;
    line-height: 20px;
}
.noir{
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    background-color: #000000;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 13px;
}
