﻿/* Style du carroussel dans les pages annexes */
/*width: 820px; margin: 10 auto 20px 10px*/
#news_slider
{
    /*position:relative;*/
    /*display: block;*/
    /*top:55px;*/
    /*left:25px;*/
/*    width: 820px;
    margin: 10 auto 20px 10px;*/
    width:815px;
    margin:13px 0 0 25px ;

    /*margin-bottom:55px;*/
    text-align: left;
/*    border: medium dotted #646464;*/
  border: dotted medium #646464;
    /*clear:right;*/
    float:left;
}

#news_slider .messaging
{
    display: block;
    padding: 5px;
    margin: 0 20px 5px 20px;
}
#news_slider .prev
{
    position: absolute;
    top: 50%;
    display: none;
}
#news_slider .next
{
    position: absolute;
    top: 50%;
    display: none;
}
#news_slider .next
{
    right: -24px;
}
#news_slider .prev
{
    left: -24px;
}
#news_slider .container
{
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    /*background-color:lime;*/
    /*background: #FFFFFF;*/
    /*background:#FFFF00;*/
}
#news_slider .news_items
{
    /*position: relative;*/
    /*width: 815px;*/
    top: 0;
    padding-left: 40px;
    padding-top: 18px;
    overflow: hidden;
    /*background-color:Blue;*/
}
#news_slider .view_all
{
    font-size: .8em;
    padding: 5px;
    margin: 0 0 2px 0;
    border-top: #eeeeed 1px solid;
    border-bottom: #eeeeed 1px solid;
    text-align: center;
}
#news_slider .item
{
    width: 221px; /*margin:10px;*/
    margin-right: 36px;
    float: left;
}
#news_slider .item div
{
    font-size: .8em;
    width: 221px;
    padding: 0px 0 0px 0px;
    /*background-color:Fuchsia;*/
}
#news_slider .item img
{
    padding: 3px;
}

.fl
{
    float: left;
/*    display: inline;*/
}
.Display_Borrow
{
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 0 0 12px;
    margin: 0;
    font-weight: bold;
}
.borrow_RED img
{
    background-color: #cc0000;
}

.borrow_BLUE img
{
    background-color: #0000FF;
}


.borrow_PINK img
{
    background-color: #CC0099;
}

.borrow_EVT img
{
    background-color: #4fb8bc;
}

#news_slider .borrower_link
{
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 9px;
    text-decoration: none;
}

#news_slider .borrower_link_RED
{
    color: #CC0000;
    margin: 0;
    padding: 0;
    font-size: 9px;
    text-decoration: none;
}

*.BLUE
{
    color:#0000FF;
}

#news_slider .borrower_link_BLUE
{
    color: #0000FF;
    margin: 0;
    padding: 0;
    font-size: 9px;
    text-decoration: none;
}

#news_slider .borrower_link_PINK
{
    color: #CC0099;
    margin: 0;
    padding: 0;
    font-size: 9px;
    text-decoration: none;
}

.borrow_contener_RED
{
    width: 221px;
    height: 193px;
    background-color: #cc0000;
    padding: 0;
    margin: 0;
}

.borrow_contener_BLUE
{
    width: 221px;
    height: 193px;
    background-color: #0000FF;
    padding: 0;
    margin: 0;
}

.borrow_contener_PINK
{
    width: 221px;
    height: 193px;
    background-color: #CC0099;
    padding: 0;
    margin: 0;
}
.borrow_contener_EVT
{
    width: 221px;
    height: 193px;
    background-color: #4fb8bc;
    padding: 0;
    margin: 0;
}


.fl_img
{
    /*border:solid 1px lime;*/
    border:0;
    margin: 0 0 0 0;
}

#news_slider .borrower_link_title_RED
{
    font-family: arial;
    color: #cc0000;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

#news_slider .borrower_link_title_BLUE
{
    font-family: arial;
    color: #0000FF;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

#news_slider .borrower_link_title_PINK
{
    font-family: arial;
    color: #CC0099;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.Comment_Borrow
{
    font-size: 9px;
}

