/*-----------------------------------------------------------------------------
  [CSS - layout.css]

  Feuille de style du layout

  1. Header
    1.1 Bandeau supérieur
    1.2 Nav
    1.3 Subnav
  2. Breadcrumb
  3. Content
  4. Sidebar
  5. Footer
  6. datepicker.css
  7. squeezebox.css

-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
  [1. Header]
*/

#header {
    overflow:hidden;
    padding:0 0 15px;
}

/*---------------------------------------------------------------------------
        [1.1 Bandeau supérieur] -- */

#logo
{
    float:left;
    margin: 0 0 0 29px;
    overflow:hidden;
    text-indent:-10000px;
    display:block;
}

    #logo img
    {
        display:block;
    }

#adherer {
    display:block;
    float:right;
    height:93px;
    text-indent:-10000px;
    overflow:hidden;
    width:224px;
    margin:0 18px;
}

/*---------------------------------------------------------------------------
        [1.2 Nav] -- */

#nav {
    clear:both;
    display:block;
    font-family:Georgia, Arial, Helvetica, sans-serif;
    line-height:36px;
    height:36px;
    text-transform:uppercase;
    width:100%;
    padding:0;
}

    #nav li {
        border-left:2px solid #FFF;
        display:block;
        float:left;
        margin:0;
        width:171px;
    }

    #nav #homepage,
    #nav #help,
    #nav #rss_feeds {
        border:0;
        width:auto;
    }

        #nav a {
            display:block;
            height:36px;
            text-align:center;
            width:100%;
        }

        #nav #homepage a {
            width:36px;
        }

        #nav #help a {
            width:24px;
        }

        #nav #rss_feeds a {
            display:block;
            height: 21px;
            margin:7px;
            overflow:hidden;
            text-indent:23px;
            width:22px;
        }

        #nav a:hover {
            text-decoration:none;
        }

            #nav #homepage span,
            #nav #help span,
            #nav #rss_feeds span {
                display:none;
            }



        /* TODO: dÃ©palcer cette classe */
        .rss_icon {
            display:block;
            height: 21px;
            text-indent:23px;
            overflow:hidden;
        }

/*---------------------------------------------------------------------------
        [1.3 Subnav] -- */

.subnav  {
    display:block;
    text-transform:uppercase;
    margin:4px 4px 4px 52px;
}

    .subnav li, .subnav2 li {
        display:block;
        float:left;
    }

        .subnav a, .subnav2 a {
            display:block;
            padding:0 15px;
        }

        .subnav a:hover, .subnav2 a:hover {
            text-decoration:none;
        }

        .subnav li:first-child a, .subnav2 li:first-child a {
            border:0;
            padding-left:0;
        }

            .subnav a span {
                font-size:11px;
                font-family: Georgia, Arial, Helvetica, sans-serif;
            }

/*-----------------------------------------------------------------------------
  [2. Breadcrumb]
*/

.breadcrumb {
    clear:both;
    display:inline;
    float:left;
    font-family:Georgia, Arial, Helvetica, serif;
    margin:10px 0 0 36px;
    padding:2px 10px;
    width:auto;
    white-space:nowrap;
}

    .breadcrumb li {
        display:inline;
        white-space:nowrap;
    }

        .breadcrumb li a,
        .breadcrumb li span {
            font-size:11px;
            letter-spacing:-1px;
        }

/*-----------------------------------------------------------------------------
  [3. Content]
*/

#page {
    padding-bottom:6px;
}

    #container {
/*        overflow:hidden;*/
    }

    #container,
    #footer #links,
    #footer-block {
        margin:0 auto;
        width:965px;
    }

        #content {
            clear:both;
        /*    overflow:hidden;*/
            padding-top:5px; /* pour afficher les ombres au dessus des images */
        }

            .section {
                border-right:1px solid #C9C59F;
                float:left;
				min-height:500px;
                padding:0 14px 10px 47px;
                width:643px;
            }

            #content .imageContainer {
                border:none;
                padding-right:0;
                width:658px;
            }

                .imageContainer .image-top{
                    float:none;
                    width:663px;
                    margin:0 0 15px -11px;
                }

                .pageContainer{
                    border-right:1px solid #C9C59F;
                    padding-right:14px;
                    width:643px;
                }

/*-----------------------------------------------------------------------------
  [4. Sidebar]
*/

#sidebar {
    float:left;
    padding-left:27px;
    width:202px;
}

    #sidebar_search {
        margin-bottom:8px;
    }

    #sidebar .sidebarElement{
        margin: 25px 0;
        clear:both;
        width: 202px;
    }

        #sidebar ul, #sidebar ol {
            margin:5px 0;
        }

        #sidebar .links {
            margin:25px 0;
            list-style-type:none;
        }

            #my-space, #contact-us {
                padding-left:30px;
                font-size:18px;
            }

        #sidebar .date .year {
            display:none;
        }

        #sidebar .list-categories li {
            margin: 3px 0;
        }

            #sidebar .list-categories li a{
                font-weight: bold;
                margin-left: -2px;
            }

/*-----------------------------------------------------------------------------
  [5. Footer]
*/

#footer {
    height:128px;
    width:100%;
}

    #footer #links a {
        font-size:11px;
    }

    #footer #links {
        display:block;
        font:normal 11px/21px Georgia, Arial, Helvetica, sans-serif;
        text-align:center;
    }

        #footer #links li {
            display:inline;
        }

    #footer-notices {
        float: left;
        font-size:11px;
        line-height:14px;
        margin-top:30px;
        padding:0 14px 0 47px;
        width: 658px;
    }

        #footer-notices p {
            font-size: 10px;
        }
    
    #powered-by {
        display:block;
        float:right;    
        margin-top:20px;
        overflow:hidden;
    }
    
    #powered-by.small {
        height:32px;
        text-indent:-10000px;
        width:54px;
    }


/*-----------------------------------------------------------------------------
  [6. datepicker.css]

  Feuille de style du datepicker

    1. Frame
    2. Header
    3. Body
    4. Time
    5. Days
    6. Months
    7. Years
    8. Global

-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
  [1. Frame]
*/

.datepicker_window {
    background: url(/assets/datepicker/frame.png) no-repeat;
    color: #000;
    position: absolute;
    font-size: 10px;
    font-family: Tahoma, sans-serif;
    line-height: normal;
    width: 193px;
    height: 161px;
    padding: 14px;
    z-index: 1000;
}

/*-----------------------------------------------------------------------------
  [2. Header]
*/


    .datepicker_window .header {
        position: relative;
        height: 15px;
        margin-bottom: 5px;
        padding-top: 1px;
    }

        .datepicker_window .header .title {
            text-align: center;
            margin: 0 18px 0 18px;
        }

        .datepicker_window .header .titleText {
            color:#FFF;
            font-size:12px;
        }

        .datepicker_window .header .previous,
        .datepicker_window .header .next,
        .datepicker_window .header .closeButton {
            background-image: url(/assets/datepicker/buttons.png);
            position: absolute;
            cursor: pointer;
            text-indent: -40px;
            overflow: hidden;
            width: 12px;
            height: 12px;
            top: 2px;
            background-position: left top;
            background-repeat: no-repeat;
        }

        .datepicker_window .header .previous {
            left: 4px;
        }
        .datepicker_window .header .previous:hover {
            background-position: left bottom;
        }
        .datepicker_window .header .next {
            right: 4px;
            background-position: -13px top;
        }
        .datepicker_window .header .next:hover {
            background-position: -13px bottom;
        }
        .datepicker_window .header .closeButton {
            display: none;
            right: 0px;
            top: 0px;
            background-position: right top;
        }
        .datepicker_window .header .closeButton:hover {
            background-position: right bottom;
        }

/*-----------------------------------------------------------------------------
  [3. Body]
*/

    .datepicker_window .body {
        position: relative;
        top: 5px;
        left: 11px;
        width: 168px;
        height: 112px;
        overflow: hidden;
    }

/*-----------------------------------------------------------------------------
  [4. Time]
*/

    .datepicker_window .time {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .datepicker_window .time .hour,
    .datepicker_window .time .separator,
    .datepicker_window .time .minutes {
        background: #FFF;
        border: 1px solid #ccc;
        width: 50px;
        font-size: 32px;
        position: absolute;
        top: 10px;
        text-align: center;
        padding: 2px;
    }

    .datepicker_window .time .hour {
        left: 15px;
    }
    .datepicker_window .time .separator {
        background: transparent;
        border: 0px;
        width: 10px;
        left: 76px;
    }

    .datepicker_window .time .minutes {
        left: 95px;
    }
    .datepicker_window .time .ok {
        position: absolute;
        top: 65px;
        width: 136px;
        left: 15px;
        font-size: 20px;
    }

/*-----------------------------------------------------------------------------
  [5. Days]
*/

    .datepicker_window .days .day {
        float: left;
        text-align: center;
        overflow: hidden;
        width: 23px;
        height: 15px;
        margin: 0 1px 1px 0;
    }
    .datepicker_window .days .titles {
        border-bottom: 1px solid #e0e0e0;
        color:#300000;
        font-weight:bold;
        height: 15px;
        margin-bottom: 1px;
    }
    .datepicker_window .days .day0 {
        margin-right: 0;
    }

    .datepicker_window .days .week5 .day {
        margin-bottom: 0;
    }

    .datepicker_window .days .week .day {
        color:#300000;
        cursor: pointer;
    }

    .datepicker_walu .days .week .day:hover {
        background-color:#857757;
        color: #FFF;
    }

    .datepicker_walu .days .week .otherMonth {
        color: #baa880;
    }

/*-----------------------------------------------------------------------------
  [6. Months]
*/

    .datepicker_window .months .month {
        float: left;
        color:#300000;
        cursor: pointer;
        text-align: center;
        padding-top: 6px;
        width: 55px;
        overflow: hidden;
        height: 21px;
        margin: 0 1px 1px 0;
    }

    .datepicker_walu .months .month:hover {
        background-color:#857757;
        color: #FFF;
    }

    .datepicker_window .months .month3,
    .datepicker_window .months .month6,
    .datepicker_window .months .month9,
    .datepicker_window .months .month12 {
        margin-right: 0;
    }

    .datepicker_window .months .month10,
    .datepicker_window .months .month11,
    .datepicker_window .months .month12 {
        margin-bottom: 0;
    }

/*-----------------------------------------------------------------------------
  [7. Years]
*/

    .datepicker_window .years .year {
        float: left;
        color:#300000;
        cursor: pointer;
        text-align: center;
        padding-top: 6px;
        width: 32px;
        overflow: hidden;
        height: 21px;
        margin: 0 1px 1px 0;
    }

    .datepicker_walu .years .year:hover {
        background-color:#857757;
        color: #FFF;
    }

    .datepicker_window .years .year4,
    .datepicker_window .years .year9,
    .datepicker_window .years .year14,
    .datepicker_window .years .year19 {
        margin-right: 0;
    }

    .datepicker_window .years .year15,
    .datepicker_window .years .year16,
    .datepicker_window .years .year17,
    .datepicker_window .years .year18,
    .datepicker_window .years .year19 {
        margin-bottom: 0;
    }

/*-----------------------------------------------------------------------------
  [8. Global]
*/

    .datepicker_window .unavailable {
        background: none !important;
        color: #fbb !important;
        cursor: default !important;
    }

/* [7. squeezebox.css]*/
/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.1 rc4
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
	zoom: 1;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(/assets/squeezebox/closebox.png) no-repeat center;
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(/assets/squeezebox/closebox.gif);
}

.sbox-loading #sbox-content {
	background: url(/assets/squeezebox/spinner.gif) no-repeat center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-image#sbox-content,
.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(/assets/squeezebox/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/assets/squeezebox/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/assets/squeezebox/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/assets/squeezebox/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/assets/squeezebox/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/assets/squeezebox/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/assets/squeezebox/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/assets/squeezebox/bg_nw.png) no-repeat;
}

