/* Background */
body { background-color: #ccc9c9; }
/* Header */
#navigation { background-color: #ccc9c9; color: #ffffff; padding: 5px 0; display: block; }
#navigation a:link, #navigation a:visited { color: #ffffff; }
#navigation a:hover { color: #ff0000; }
#entete_garage { line-height: 30px; padding: 0 10px; background-color: #616161; color: #ffffff; font-size: 12px; text-align: right; }
#header { height: 100px; margin: 0 auto; background-color: #ffffff; text-align: left; position: relative; }
#header div#pub { width: 728px; height: 90px; margin-left: 247px; position: absolute; top: 5px; right: 5px; background-color: #ffffff; }
/* Menu */
ul#menu { margin-left: auto; margin-right: auto; height: 48px; clear: both; }
ul#menu li { background-color: #000000; float: left; list-style-type: none; }
ul#menu li a { padding: 0 15px; line-height: 48px; font-family: Arial; font-size: 14px; text-transform: uppercase; text-align: center; display: block; }
/* Conteneur */
#cont { width: 980px; margin: 0 auto; text-align: left; background-color: #ffffff; clear: both; }
#cont_padding { padding: 10px; }
/* Conteneurs principaux */
#centre { width: 650px; padding: 0; margin: 0; text-align: left; float: right; }
div#gauche { width: 300px; margin: 0; text-align: left; float: left; }
/* Gauche */
div#gauche ul { margin: 0; }
div#gauche ul li { margin: 0; list-style-type: none; border-bottom: 1px solid #e6e6e6; }
div#gauche ul li a { line-height: 25px; font-family: Arial; font-size: 12px; text-align: left; display: block; color: #000000; }
div#gauche ul li a:hover { color: #ff0000; }
/* Footer */
#footer { line-height: 18px;	padding: 0 10px; text-align: center; clear: both; }
#footer a { color: #d7d7d7; }
#footer a:hover { color: #ff0000; }
/* Tableaux */
table { width: 100%; }
table tr th { line-height: 25px; font-family: Arial; font-size: 12px; text-align: center; }
table tr td.padding { padding: 8px; }
table tr.col0 td {}
table tr.col1 td { background-color: #eeeeee; }
/* Others */
h1 { margin: 0; padding: 0; padding-left: 10px; line-height: 30px; color: #ffffff; float: left; font-size: 18px; text-shadow: 0 0 0 #000;}
#title { margin-top: 10px; margin-bottom: 15px; font-size: 18px; display: block; }
#title, #title a:link, #title a:visited, #title a:hover { color: #000000; cursor: default; }
/* Diaporama */
#garage_semaine { background-color: #edebeb; padding: 10px;  }
#garage_semaine #carousel-content { width: 2500px; }
#garage_semaine #carousel-wrapper { width: 900px; height: 151px; margin: 0 auto; overflow: hidden; }
#garage_semaine #carousel-content .slide { float: left; width: 180px; height: 151px; }
#garage_semaine #carousel-content .slide strong{ display:block; font-size: 14px; line-height: 14px; padding: 1px 0; text-align: center; color: #ffffff; background-color: #333333; }
#garage_semaine #carousel-content .slide a:hover strong, #carousel-content .slide a:focus strong{ background-color: #e10202; filter: alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0; }
#garage_semaine #carousel-content .subtitle { display: block; font-size: 12px; }

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 180px;
    height: 185px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 180px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 410px;
    padding: 40px 20px;
	margin-top:-35px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  180px;
    height: 185px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  260px;
    height: 410px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

