h1, h2 {
    font-size: 24px;
}

/********************************/
/*	 PROCESS MENU DEROULANT		*/
/********************************/
#leftmenu {
    text-align: left;
}

#leftmenu img {
    vertical-align: middle;
}

.clear {
    clear: both;
}

abbr, acronym, .help {
    border-bottom: 1px dotted #333;
    cursor: help;
}

.link-no-hand {
    cursor: default;
}

.link-no-hand:focus {
    outline: none
}

form {
    margin: 0;
    padding: 0;
}

a img {
    border: none;
}

/* MESSAGE D'ERREUR */
#MessageContent, #CGVError {
    border: 1px solid #dd0000;
    background-color: #ffbbbb;
    padding: 10px;
    margin: 20px auto;
    color: black;
}

/*                                */
/* Calendar style sheet           */
/* Feuille de style du calendrier */
/*                                */

/* Style de la table principale contenant le calendrier */
/* Style de la table principale contenant le calendrier */
table.calendar_main {
    font-family: Arial, Times, serif;
    font-size: 10px;
}

/* Style for the calendar header (<< month year >>) */
/* Style du titre du calendrier (<< mois annee >>)  */
.calendar_title {
    color: #000000;
    text-align: center;
}

/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
.calendar_title_month {
}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
.calendar_title_month_clickable {
    color: #000000;
    text-decoration: none;
}

/* Style of the cell that contains the link "<<" in the header */
/* Style de la cellule contenant le lien "<<" du titre         */
.calendar_title_left_arrow {
    text-align: left;
}

/* Style of the cell that contains the link ">>" in the header */
/* Style de la cellule contenant le lien ">>" du titre         */
.calendar_title_right_arrow {
    text-align: right;
}

/* Style of the link "<<" of the header */
/* Style du lien "<<" du titre          */
.calendar_title_left_arrow_clickable {
    color: #000000;
    text-decoration: none;
}

/* Style of the link ">>" of the header */
/* Style du lien ">>" du titre          */
.calendar_title_right_arrow_clickable {
    color: #000000;
    text-decoration: none;
}

/* Global style of the main calendar table */
/* Style global de la table du calendrier  */
.calendar_table {
    border: none;
    border-collapse: collapse;
    font-size: 10px;
}

/* Generic style of the calendar table cells              */
/* Style generique des cellules de la table du calendrier */
.calendar_table td {
    border: 1px solid #99A9B6;
    text-align: center;
    width: 20px;
}

/* Style of the table header cells that contains the days                   */
/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.calendar_table th {
    border: 1px solid #99A9B6;
    background-color: #99A9B6;
    font-weight: normal;
    text-align: center;
}

/* Style of the calendar cells the contains the week-end days (saturday and */
/* sunday)                                                                  */
/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
.calendar_weekend {
    background-color: #cccccc;
}

/* Style of the table cells that contains the days that are not part of the */
/* monthly currently displayed                                              */
/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
.calendar_other_month {
    color: #999999;
}

/* Style for the links of days not part of the month currently displayed */
/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
.calendar_other_month_clickable {
    display:block;
    color: #999999;
    text-decoration: none;
}

/* Style for today's day (non-clickable)                  */
/* Style du jour (non cliquable) representant aujourd'hui */
.calendar_today {
    color: #ff0000;
}

/* Style of today's link                              */
/* Style du lien sur le jour representant aujourd'hui */
.calendar_today_clickable {
    display:block;
    color: #ff0000 !important;
    text-decoration: underline !important;
}

.calendar_selected_today_clickable {
    display:block;
    color: #ff0000 !important;
    text-decoration: underline !important;
    background-color: #dedede;
}

/* Style of day's link                              */
/* Style du lien sur le jour representant aujourd'hui */
.calendar_selected_day_clickable {
    display:block;
    /*color: #01a763 !important;*/
    background-color: #dedede;
    text-decoration: none;
}

/* Style for the links of days part of the month currently displayed     */
/* Style des liens des jours faisant partie du mois en cours d'affichage */
.calendar_day_clickable {
    display:block;
    text-decoration: none;
}


/* FORMULAIRES */
.form .inputEditLegend, .form .inputEditLabel {
    border: none;
    /*border-bottom: 1px dotted black;*/
    background: transparent;
}

.form .inputEditExplain {
    background-color: transparent;
    border: 1px dotted black;
    width: 100%;
    height: 100px;
}

.form .inputEditTitle {
    border: none;
    border-bottom: 1px dotted black;
    background: transparent;
    font-size: 1.17em;
    color: navy;
    margin: 0.5em 0;
    font-weight: bold;
}

.form .inputEditSubmit {
    border: none;
    background: transparent;
    border: 2px dashed black;
    text-align: center;
    font-weight: bold;
}

.form {
    background-color: #f4f4f4;
    border: 1px solid black;
    margin: 0.5em 0 20px 0;
    padding: 0 10px;
}

.form legend {
    margin-top: -7px;
}

.form h3 {
    font-size: 1.17em;
    color: navy;
    margin: 0.5em 0;
    font-weight: bold;
}

.form .Button {

}

/*.form input:focus, .form textarea:focus, .form select:focus {
        background: #ffd;
}*/

label.required {
    font-weight: bold;
}

.inputError {
    border: 1px solid red;
    background-color: #ffa3a3;
}

.titleError {
    border-bottom: 1px dotted red;
}

/*.form label.required:after {
        content: '*';
        color: red;
}*/

.form label {
    display: inline-block;
    min-width: 150px;
    border-bottom: 1px dotted black;
}

.form legend, .form .inputEditLegend {
    border: 1px solid black;
    background-color: #b5b5b5;
    color: white;
    font-variant: small-caps;
    letter-spacing: 0.1ex;
    font-weight: bold;
    padding: 0 0.2em;
}

.form p, .form li {
    /*position: relative;
    height: 1.4em;*/
}

.form p {
    margin: 0 0 0.6em 0;
}

.form input[type=text] {
    padding: 0 0.2ex;
    width: 220px;
}


/* ANNONCES */
/* Catégorie*/
.AdCategory {
    width: 45%;
    margin-right: 10px;
    float: left;
    height: 115px;
    border: 2px solid #cccccc;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
}

.AdCategory img {
    max-width: 70px;
    max-height: 70px;
    _width: 70px; _height: 53px; /* IE6 */
    float: left;
    margin-right: 10px;
    border: none;
}

.AdNavigation, .ad-navigation, .ad-snapshot-navigation {
    margin-top: 10px;
    display: block;
    text-align: right;
    clear: both;
}

.ad-snapshot-title, .ad-category-title {
    font-weight: bold;
    font-size: 110%;
    display: block;
}

.ad-category-description {
    font-size: 12px;
}


/* Apercu */
.ad-list {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ad-list-element {
    float: left;
    width: 150px;
    height: 270px;
    border: 2px solid #cccccc;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    margin-right: 5px;
    padding: 3px;
    margin-bottom: 15px;
}

.ad-snapshot-image img {
    border: none;
    max-width: 150px;
    max-height: 113px;
    _width: 150px; _height: 113px; /* IE6 */
}

.ad-snapshot-image {
    text-align: center;
    height: 113px;
    display: table-cell;
    vertical-align: middle;
}

/* Detail */
.AdMainImage {
    float: left;
    width: 210px;
    background-color: white;
    border: 2px solid #ccc;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    -border-radius: 6px;
    padding: 5px;
    margin-right: 10px;
    text-align: center;
    display: block;
}

.AdMainImage img {
    border: none;
    max-width: 200px;
    max-height: 200px;
    _width: 200px; _height: 200px; /* IE6 */
    border: none;
}

.AdAttributs {
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
}

.AdAttributName {
    font-weight: bold;
}

.AdImage {
    display: block;
    float: left;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    -border-radius: 6px;
    width: 100px;
    height: 100px;
    padding: 2px;
    text-align: center;
    margin-right: 7px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.AdImage img {
    border: none;
    max-width: 100px;
    max-height: 100px;
    _width: 100px; _height: 100px; /* IE6 */
}

/*Widget*/
.AdOverview {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}

.AdOverview li {
    border-bottom: 1px dotted gray;
    margin-bottom: 10px;
}

.AdOverview img {
    float: left;
    margin-right: 10px;
    max-width: 70px;
    max-height: 70px;
}


/************/
/* PRODUITS */
/************/

/* snapshot */
.widgetElements {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widgetElements li {
    float: left;
    width: 150px;
    height: 270px;
    border: 2px solid #ccc;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    -border-radius: 6px;
    margin-right: 5px;
    padding: 3px;
    margin-bottom: 15px;
    background-color: white;
}

.widgetElements .snapshotImage {
}

.widgetElements .snapshotImage td {
    vertical-align: middle;
    text-align: center;
    width: 150px;
    height: 150px;
}

.widgetElements .snapshotImage td a {
    display: block;
    width: 150px;
}

.widgetElements img {
    border: none;
    max-width: 140px;
    max-height: 140px;
    margin: auto;
    _width: 140px; _height: 140px; /* IE6 */
}

.widgetElements .snapshotName{
    text-align: center;
    margin: 5px 0 15px 0;
    font-weight: bold;
}

.widgetElements .snapshotDesc{
    display: none;
}

.widgetElements .snapshotPrice, .widgetElements .snapshotCartButton {
    text-align: right;
}

.widgetElements .otherPrices {
    display: none;
}

/* Liste */
.browseProductsList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.browseElements {
    width: 100%;
    margin-bottom: 10px;
}

.browseProductsList .browseProductImage {
    background-color: white;
    border: 4px solid #ccc;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    -border-radius: 6px;
    width: 200px;
    height: 200px;
}

.browseProductsList .browseProductImage td {
    vertical-align: middle;
    text-align: center;
}

.browseProductsList .browseProductImage td a {
    vertical-align: middle;
    text-align: center;
    display: block;
    width: 190px;
}

.browseProductsList .browseProductImage img {
    max-width: 190px;
    max-height: 190px;
    border: none;
    _width: 190px; _height: 190px; /* IE6 */
}

.browseProductsList .odd .browseProductImage {
    float: left;
    margin-right: 20px;
}

.browseProductsList .odd {
    text-align: left;
}

.browseProductsList .pair .browseProductImage {
    float: right;
    margin-left: 20px;
}

.browseProductsList .pair {
    text-align: right;
}

.browseChildsCategorys {
    list-style-image: none;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.browseChildsCategorys a {
    text-decoration: none;
}


.browseChildsCategorys img {
    max-width: 150px;
    max-height: 150px;
    _width: 150px; _height: 150px; /* IE6 */
    clear: both;
    border: none;
}

.browseCategoryImage {
    width: 155px; height: 155px;
}

.browseCategoryImage td {
    vertical-align: middle;
}

.browseCategoryImage td a {
    display: block;
    width: 150px;
}

.browseChildCategory {
    float: left;
    text-align: center;
    border: 1px solid #cccccc;
    height: 177px;
    margin: 10px 5px;
}

.browseChildCategory .browseCategoryName{
    display: block;
    font-weight: bold;
    height: 25px;
    width: 155px;
    background-color: #cccccc;
}

.browseSortBy {
    display: inline-block;
    margin-right: 25px;
}

.browseSortBy a img {
    border: none;
}

.browseSku {
    display: none;
}

.browseBrand {
    display: none;
}

/* Flypage */
.flypage {
    width: 100%;
}

.flypage .flypageViewer {
    float: left;
    width: 276px;
    background-color: white;
    border: 2px solid #ccc;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    -border-radius: 6px;
    padding: 5px;
    margin-right: 10px;
}

.flypage .flypageViewer .mini {
    display: block;
    float: left;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    -border-radius: 6px;
    width: 50px;
    height: 50px;
    padding: 2px;
    text-align: center;
    margin-right: 7px;
}

.flypage .flypageViewer .mini:hover {
    border-color: red;
}

.flypage .flypageViewer .mini img {
    border: none;
    max-width: 50px;
    max-height: 50px;
    _width: 50px; _height: 50px; /* IE6 */
}

.flypage .flypageViewer .default {		
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.flypage .flypageViewer .default img {
    max-width: 270px;
    max-height: 200px;
    _width: 200px; _height: 200px; /* IE6 */
    border: none;
}

.flypageSku {
    display: none;
}

.flypageBrand {
    margin: 0;
}

/* Flypage Mosaique */

.FlypageZoomPicture .flypageViewerMainPicture{
    text-align: center;
}	

.FlypageZoomPicture .flypageViewerMainPicture .jqzoom{
    float: none;
}

.flypagePicturesList{
    float: left;
    width: 330px;
}

.flypagePicturesList .miniature img{
    max-height: 166px;
    max-width: 172px;
}

.FlypageZoomPicture{
    float: right;
    width: 670px;
}

.masque-miniature{
    width: 110px;
    height: 111px;
    overflow: hidden;
    float: left;
}

.masque-miniature .active img{
    opacity: 1 !important;
}

.masque-miniature .miniature img{
    opacity: 0.5;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.masque-miniature img:hover{
    opacity: 1;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/* PRIX */
.priceBigPrice {
    font-weight: bold;
}

.priceStrikePrice {
    text-decoration: line-through;
}

.priceUnit{
    font-size: 0.7em;
}

.otherPrices .priceBigPrice {
    font-size: 0.9em;
}

.flypagePriceEcotax {
    font-size: 9px;
    color: #009900;
}	

/* COMPOSANTS */
.productComponents {
    clear: both;
    padding: 10px 0 15px 0;
}

.productComponents table {
    width: 100%;
    /*border: 1px solid gray;
    border-collapse: collapse;*/
}

.productComponents th {
    background-color: #cccccc;
}

.productComponents td, .productComponents th {
    border: 1px solid gray;
    padding: 4px;
    font-size: 10px;
}

/* Fichiers joints */
.productAttachments {
    width: 50%;
    /*float: right;*/
    clear: both;
    margin: 10px 0;
    font-size: 95%;
    padding: 5px;
    border: 1px dotted gray;
}

/**********/
/* CADDIE */
/**********/
.cartTable {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
}

.cartHeader {
    height: 30px;
}

.cartHeader th {
    background-color: #ddd;
}

.cartTable th, .cartTable td {
    border: 1px solid #ccc;
    padding: 5px;
    empty-cells: hide;
}

.cartProductSku, .cartProductName, .cartProductUnitPrice {
    text-align: left;
}

.cartProductQuantity, .cartRefresh, .cartProductDiscount {
    text-align: center;
}

.cartNext, .cartPurchase, .cartGoPurchase, .cartShippingLabel, .cartProductPrice, .cartTaxesLabel, .cartTotalLabel, .cartSubtotalLabel, .cartSubtotal, .cartShipping,  .cartTaxes, .cartTotal, .cartDiscountLabel, .cartDiscount {
    text-align: right;
}

.cartTotal, .cartTotalLabel {
    font-weight: bold;
}

.cartTaxesLabel, .cartTaxes {
    font-size: 11px;
}

.cartProductSku {
    font-size: 10px;
    color: #505050;
    font-style: italic;
}

.checkoutBillingTitle, .checkoutShippingTitle, .checkoutPaymentTitle, .checkoutCGV span {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.freeShipping {
    color: red;
    font-weight: bold;
}

.cartGoPurchase {
    float: left;
}

.checkoutShippingTitle, .checkoutBillingTitle, .checkoutCGV, .checkoutPaymentTitle {
    margin-top: 15px;
}
.checkoutBillingAddress td, .checkoutShippingAddress td {
    vertical-align: top;
}

/*******************/
/* BON DE COMMANDE */
/*******************/
.OrderTable {
    width: 100%;
    border: 1px solid #505050;
    border-collapse: collapse;
    margin: 20px auto;
    padding: 0 10px 10px 10px;
}

.OrderLines {
    border: 1px solid #505050;
    border-collapse: collapse;
    margin: 20px auto;
    width: 98%;
}

.OrderLines th {
    background-color: #cdcdcd;
}

.OrderLines th, .OrderLines td {
    border: 1px solid #505050;
    padding: 5px;
    empty-cells: hide;
}

.OrderNavigation {
    /*display: none;*/
}

@media print {
    .OrderTable {
        width: 100%;
    }

    .OrderLines {
        width: 98%;
    }

    .OrderNavigation {
        display: none;
    }

    .RecordsTableLine select{
        display: none;
    }
}

/* ACCOUNT */
#accountContent table {
    border: 1px solid #505050;
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
}

#accountContent th {
    background-color: #cdcdcd;
}

#accountContent th, #accountContent td {
    border: 1px solid #505050;
    padding: 5px;
    empty-cells: hide;
}

#accountContent tfoot {
    display: none;
}

/* ALBUM */
.album {
    margin: 0 10px 10px 0;
    min-height: 270px;
}

.album a {
    display: block;
    min-height: 150px;
}

.album img {
    border: none;
}

.pics div,  .pics img {
    margin: auto; 
    display: block;
}

.AlbumGalleryContent {
    margin: 0 auto;
    width: 535px;
}

.album-mosaique .pics {
    float:left;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.album-mosaique .pics img {
    max-width: 250px;
    max-height: 250px;
}

/* EVENT */
.eventForwardText {
    font-weight: bold;
}

.eventDate {
}

.eventDate .eventForwardText {
    display: inline-block;
    width: 50px;
}

/* ACCOUNT */
#accountmenu {
    list-style-type: none;
    list-style-image: none;
    margin: 0 10px; padding: 0;
}

#accountmenu li {
    float: left;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin: 0 5px;
}

#accountmenu li a {
    display: block;
    padding: 5px;
    background-color: #f1f1f1;
}

#accountmenu li a:hover {
    background-color: #e1e1e1;
}

#accountContent {
    border: 1px solid #cccccc;
    padding: 10px;
    min-height: 400px;
}

.ombrage {
    /* Standard CSS 3 */
    box-shadow: 1px 1px 12px #555; 
    /* Gecko */
    -moz-box-shadow: 1px 1px 12px #555;		
    /* Webkit */
    -webkit-box-shadow: 1px 1px 12px #555;
    /* IE */
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12); 
    zoom: 1;
}

.ombrage-texte {
    /* Standard CSS 3 */
    text-shadow: 2px 2px 4px #999;
    /* Gecko */
    -moz-text-shadow: 2px 2px 4px #999;	
    /* Webkit */
    -webkit-text-shadow: 2px 2px 4px #999;
    /* IE */
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4); 
    zoom: 1;
}

/* ALBUM GALLERIE */
/* styling for the image wrapper  */
#image_wrap {
    /* dimensions */
    width:450px;
    margin:15px auto 0 auto;
    padding:15px 0;

    /* centered */
    text-align:center;

    /* some "skinning" */
    background-color:#efefef;
    border:2px solid #fff;
    outline:1px solid #ddd;
    -moz-ouline-radius:4px;
}

#image_wrap > span{
    display: block;
}

/*
        root element for the scrollable.
        when scrolling occurs this element stays still.
*/
.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 450px;
    height:120px;

    /* custom decorations */
    border:1px solid #ccc;
    background:url(../../images/h300.png) repeat-x;
}

/*
        root element for scrollable items. Must be absolutely positioned
        and it should have a extremely large width to accomodate scrollable items.
        it's enough that you set the width and height for the root element and
        not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
    padding-left: 15px;
}

/* single scrollable item */
.scrollable img {
    margin:20px 8px 20px 2px;
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    cursor:pointer;
    border-radius: 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

/* active item */
.scrollable .active img {
    border:2px solid #000;
    z-index:30;
    position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(../../images/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin:40px 10px;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right 		{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down	{ 
    background:url(../../images/vert_large.png) no-repeat; 
    float: none;
    margin: 10px 50px;
}

/* up */
a.up:hover  	{ background-position:-30px 0; }
a.up:active  	{ background-position:-60px 0; }

/* down */
a.down 			{ background-position: 0 -30px; }
a.down:hover  	{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
    visibility:hidden !important;		
} 	

/* position and dimensions of the navigator */ 
.navi { 
    margin: 0 auto;
    width:200px; 
    height:20px; 
    text-align: center;
} 


/* items inside navigator */ 
.navi a { 
    width:8px; 
    height:8px; 
    /*float:left; */
    margin:5px; 
    background:url(../../images/navigator.png) 0 0 no-repeat; 
    display: inline-block; 
    font-size:1px; 
} 

/* mouseover state */ 
.navi a:hover { 
    background-position:0 -8px;       
} 

/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -16px;      
}


/* ALBUM SLIDE */
.slider {
    position: relative;
    overflow: hidden;
}

.slider ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.slider #controls {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.slider #controls li {
    float: left;
    margin-left: 5px;
}



/* NEWS */
.NewsOverview {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}

.NewsOverview li {
    border-bottom: 1px dotted gray;
    margin-bottom: 10px;
}

.NewsOverview img, .LatestNews img {
    float: left;
    margin-right: 10px;
    max-width: 70px;
    max-height: 70px;
}

.news-navigation .next {
    float:right;
    margin: 15px 0;
}

.news-navigation .previous {
    float:left;
    margin: 15px 0;
}


/* USER FORM */
.UserCardForm, .UserCardLoginForm {
    width: 100%;
}

.UserCardForm label, .UserCardLoginForm label {
    display: block;
    float: left;
    text-align: right;
    width: 33%;
    margin-bottom: 15px;
}

.UserCardFormRequired {
    color: red;
}

.UserCardFormField {
    margin-bottom: 15px;
    width: 67%;
    float: left;
}

.UserCardForm .UserCardFormTextarea, .UserCardForm .UserCardFormText, .UserCardForm .UserCardFormSelect {
    width: 250px;
}

.UserCardFormTextarea {
    height: 70px;
}

.UserCardLoginForm .UserCardFormText {
    width: 150px;
}

.UserCardFormFieldDescription {
    color: #a0a0a0;
    font-size: 95%;
}

.UserCardFormSubmit {
    text-align:center;
    margin: 10px 0;
}

.UserCardFormInputLabel{
    margin-bottom: 15px;
    width: 67%;
}

.UserCardFormLabelP{
    margin-left: 150px;
    font-weight: bold;
    border-bottom: 2px solid #808080;
    font-size: 15px;
}
/* TABLEAU */
.RecordsTable {
    width: 100%;	
}
.RecordsTable td {
    padding: 5px;
}
.RecordsTable th {
    padding: 5px;
    text-align: left;
}


/************************************************/
/*                  LISTES                      */
/************************************************/
table.RecordsTable {
    border: 1px solid #cccccc;
    width: 98%;
    margin: 10px;
    background-color: #f9f9f9;
}

table .RecordsTableHeader {
    background-image: url("../../images/list_title_bkg.png");
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    color: black;
    Border-Bottom: 1px solid #cccccc;
    /*white-space: nowrap;*/
    padding: 4px;
}

.RecordsTableLine {
    text-align: left;
    color: black;
    /*white-space: nowrap;*/
    padding: 4px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}

.RecordsTableSeparation {
    height: 2px;
    background-color: #d9d9d9;
}

.RecordsTableSeparation td {
    border-bottom: 1px solid #3b3ba1;
    border-top: 1px solid #cccccc;
}

table .RecordsTable tfoot {
    background-image: url("../../images/list_title_bkg.png");
    height: 26px;
}

.RecordsTableWholeLine:hover {
    background-color: #c6d3ef;
}

.RecordsTableAlternateHeader {
    background-color: #606082;
    font-weight: bold;
    color: #FFFFFF;
    Border-Bottom: #000000 1px outset;
    Border-Top: #000000 1px outset;
    /*white-space: nowrap;*/
    padding: 4px;
}

/************************************************/
/*                  COMMENTAIRES                */
/************************************************/

.comment-list{

}

.comment-element {
    border-bottom: 1px solid grey;
    padding: 5px 10px 15px;
}

.comment-list .odd{
    background: #eeeeee;
}

.comment-list .pair{
    background: #ffffff;	
}

.comment-head{
    margin: 0 0 5px;
    padding: 3px 0;
}

.img-comment{
    float: left;
    margin: 0 5px 0 0;
}

.comment-title{
    border-bottom: 1px dotted grey;
    margin: 0 0 5px;
    padding: 0 0 3px;
    font-weight: bold;
}

.comment-note{
    float: right;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; width:auto !important}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#modal-content {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    height: auto;
    left: 20%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 1000;
}

#modal-background.active, #modal-content.active {
    display: block;
}

#ui-datepicker-div {z-index:1003;} 

.OrderLinesTax {
    border: 1px solid #505050;
    border-collapse: collapse;
    margin: 6px;
    width: 49%;
     font-size: 10px;
}

.OrderLinesTax th {
    background-color: #cdcdcd;
}

.OrderLinesTax th, .OrderLinesTax td {
    border: 1px solid #505050;
    padding: 5px;
    empty-cells: hide;
}
.OrderLinesTotal {
    border: 1px solid #505050;
    border-collapse: collapse;
    left: 130px;
    position: relative;
    top: -15px;

}

.OrderLinesTotal th {
    background-color: #cdcdcd;
}

.OrderLinesTotal th, .OrderLinesTotal td {
    border: 1px solid #505050;
    padding: 5px;
    empty-cells: hide;
    width: 94px;
}
.OrderLinesTotalTVA{
    font-size: 14px;
}


/************************************************/
/*                  COMMENTAIRES                */
/************************************************/

.comment-list{
	
}

.comment-element {
	border-bottom: 1px solid grey;
    padding: 5px 10px 15px;
}

.comment-list .odd{
	background: #eeeeee;
}

.comment-list .pair{
	background: #ffffff;	
}

.comment-head{
	margin: 0 0 5px;
    padding: 3px 0;
}

.img-comment{
	float: left;
    margin: 0 5px 0 0;
}

.comment-title{
	border-bottom: 1px dotted grey;
    margin: 0 0 5px;
    padding: 0 0 3px;
    font-weight: bold;
}

.comment-note{
	float: right;
}

/************************************************/
/*                  TAG                */
/************************************************/
.tagchecklist span {
    cursor: default;
    display: block;
    font-size: 13px;
    float: left;
    line-height: 1.8em;
    margin-right: 25px;
    margin-top: 15px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}


.tagchecklist {
    font-size: 12px;
    margin-left: 14px;
    overflow: auto;
}

/*   Menu Responsive */
.sidr ul {
    padding: 0!important;
}

.sidr ul li {
    padding: 0 !important;
}

.sidr-inner li a {
    padding: 0 0 0 10px !important;
}

.sidr-inner ul li span {
    display: inline-block !important;
    padding: 0 5px !important;
}

.sidr ul ul li a {
    padding: 0 0 0 20px !important;
}

.sidr-inner h2 {
    font-size:105% !important;
    font-weight: bold !important;
    padding: 0 !important;
}

.sidr-inner h3 {
    font-weight: bold !important;
}

/* Editeur(s) */
.Container {
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
}

.img-simple-border {
	padding: 5px;
	border: 1px solid #ccc;
	background: white;
}

.img-simple-border-shadow {
	padding: 5px;
	border: 1px solid #ccc;
	box-shadow: 0.2em 0.2em 0.2em gray;
	background: white;
}

.img-simple-shadow {
	box-shadow: 0.2em 0.2em 0.2em gray;
}

.img-simple-border-round {
	padding: 5px;
	border: 1px solid #ccc;
	background: white;
	border-radius: 10px;
}

.img-simple-border-shadow-round {
	padding: 5px;
	border: 1px solid #ccc;
	box-shadow: 0.2em 0.2em 0.2em gray;
	background: white;
	border-radius: 10px;
}

.img-simple-shadow-round {
	box-shadow: 0.2em 0.2em 0.2em gray;
	border-radius: 10px;
}

.pointRelais
{
    width:350px;
    height:300px;
}


#chronorelais_map { height:500px;}
#relais_txt_cont { padding-top:15px; }