/* 
    Feuille de style globale

    @author Francois Vanderstraeten
    @copyright Micro Dif
*/

html
{
    margin: 0px;
    padding: 0px;
    background-image: url('/img/background_page.png');
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 11px;
    color: #646c7d;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
a
{
    outline: none;
}
img
{
    border: none;
}

/*
    Realignement
*/
.clear
{
    clear: both;
}

/*
    Header
*/
.header
{
    width: 100%;
    height: 266px;
    margin: 0px auto;
    background-image: url('/img/background_header.png');
    background-repeat: repeat-x;
}

/*
    Logo
*/
.header .logo
{
    width: 1280px;
    margin: auto;
    background-image: url('/img/background_header_ondulation.png');
    height: 213px;
    background-repeat: no-repeat;
}
.header .logo img
{
    margin-left: 150px;
}

/*
    Menu
*/
.header .menu
{
    width: 1010px;
    background-image: url('/img/background_menu.png');
    height: 53px;
    background-repeat: no-repeat;
    margin: auto;
}
.header .menu ul
{
    width: 745px;
    list-style: none;
    height: 62px;
    margin: 0px 0px 0px 168px;
}
.header .menu ul li
{
    display: block;
    float: left;
    height: 38px;
    padding-top: 17px;
    width: 149px;
    text-align: center;
}
.header .menu ul li a
{
    color: #ffffff;
    text-decoration: none;
}

/*
    Container
*/
.container
{
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 25px;
}
.container .container_child
{
    margin: auto;
    width: 1010px;
}

/*
    Left column
*/
.container .left_column
{
    background-image: url('/img/background_left_column.png');
    width: 298px;
    height: 433px;
    background-repeat: no-repeat;
    float: left;
}
.left_column .accroche
{
    width: 230px;
    height: 140px;
    overflow: hidden;
    color: #ffffff;
    margin: 110px 0px 0px 32px;
}

/*
    Right column
*/
.container .right_column
{
    float: left;
    width: 710px;
    margin-left: 2px;
}
.container .right_column h1
{
    font-size: 14px;
    color: #5c6783;
    margin: 10px;
    font-weight: bold;
}

/*
    Categorie
*/
.container .right_column .category
{
    width: 710px;
    height: 255px;
    padding-top: 16px;
    background-image: url('/img/background_categorie.png');
    background-repeat: no-repeat;
}

/*
    Action page accueil
*/
.container .right_column .shortcut
{
    width: 688px;
    height: 135px;
    margin: 12px auto;
    list-style: none;
    padding: 0px;
}
.container .right_column .shortcut li
{
    float: left;
    width: 228px;
    height: 135px;
    border-left: solid 2px #aae6ff;
    list-style: none;
    display: block;
}
.container .right_column .shortcut li:first-child
{
    border-left: 0px;
}

/*
    Telechargement
*/
.right_column .download
{
    margin: 2px 0px 2px 15px;
}
.right_column .download img
{
    float: left;
    margin-right: 10px;
}
.right_column .download a
{
    display: block;
    font-weight: bold;
    color: #000000;
}

/*
    Fiche produit
*/
.right_column .left_picture
{
   width: 298px;
   float: left;
}
.right_column .article_picture
{
    width: 250px;
    height: 250px;
    padding: 11px 24px 10px 24px;
    background-image: url('/img/background_picture.png');
    background-repeat: no-repeat;
    /*float: left;*/
}
.article_picture #slideshow
{
    position: relative;
}
.article_picture #slideshow #slidesContainer
{
    margin: 0px auto;
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
#slideshow #slidesContainer .slide
{
    margin: 0px auto;
    width: 250px;
    height: 250px;
    background-color: #ffffff;
}
.control
{
    display: block;
    /*text-indent:-10000px;*/
    position: absolute;
    cursor: pointer;
}
#leftControl
{
    top:0;
    left:0;
}
#rightControl
{
    top:0;
    right:0;
}

.right_column .article_descriptif
{
    width: 402px;
    float: left;
    margin-left: 10px;
}
.article_descriptif h2
{
    font-size: 12px;
    color: #5c6783;
    margin: 20px 0px;
    font-weight: bold;
}
.article_descriptif b.title
{
    color: #000000;
    text-decoration: underline;
    font-size: 11px;
    margin: 10px 0px;
}
.article_descriptif p
{
    color: #585759;
}
.article_shortcut
{
    margin: 20px 0px 0px 20px;
}

/*
    Liste article
*/
.right_column .liste_article_vignette
{
    height: 379px;
	width: 100%;
}
.right_column .article_vignette
{
    width: 340px;
    height: 190px;
    float: left;
    background-image: url('/img/background_little_product.png');
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0px 6px 6px 6px;
    position: relative;
}
.right_column .article_vignette .corner
{
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 9;
}
.article_vignette .vignette
{
    position: absolute;
    height: 140px;
    width: 140px;
    top: 12px;
    left: 12px;
    text-align: center;
}
.article_vignette h2
{
    position: absolute;
    font-size: 11px;
    bottom: 7px;
    left: 13px;
}
.article_vignette h2 a
{
    color: #ffffff;
    text-decoration: none;
}
.article_vignette .resume_detail
{
    position: absolute;
    width: 170px;
    right: 12px;
    top: 12px;
    color: #e7e7e7;
    font-style: italic;
    font-size: 10px;
    overflow: hidden;
	height: 140px;
}

/*
    Pagination
*/
.right_column .pagination
{
    margin-top: 10px;
    text-align: center;
}
.pagination span
{
    background-color: #eeeeee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 4px 6px;
    margin: 0px 3px;
}
.pagination span a
{
    text-decoration: none;
    color: #000000;
}
.pagination span.current
{
    color: #000000;
    background-color: #cccccc;
}

/*
    Formulaire
*/
.right_column .formulaire
{
   margin: 20px 0px 0px 30px;
}
.formulaire div.required label:after
{
    content: " *";
    color: #cc0000;
    font-weight: normal;
}
.formulaire .input
{
    width: 100%;
    margin: 5px 0px;
}
.formulaire .text input, .formulaire .textarea textarea
{
    padding: 3px 4px;
    border: solid 1px #cccccc;
}
.formulaire .text .small
{
    width: 150px;
}
.formulaire .text .medium
{
    width: 250px;
}
.formulaire .text .large
{
    width: 400px;
}
.formulaire .textarea .medium
{
    width: 400px;
    height: 100px;
}
.formulaire .textarea .large
{
    width: 400px;
    height: 200px;
}
.formulaire .text label, .formulaire .textarea label, .formulaire .select label
{
    font-weight: bold;
    display: block;
    float: left;
    width: 170px;
    margin-top: 6px;
}
/* checkbox */
.formulaire .checkbox label
{
    font-weight: bold;
}
.formulaire .checkbox input
{
    margin-right: 10px;
}
.formulaire p.send_ok
{
    width: 600px;
    font-weight: bold;
    background-color: #fffbbb;
    color: #89660a;
    padding: 6px 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    margin: 0px auto 15px auto;
}
.formulaire .input .error-message
{
    margin: 2px 5px 2px 180px;
    font-size: 10px;
    color: #d40707;
    font-weight: bold;
}
.formulaire .submit
{
    text-align: center;
    margin-top: 10px;
}

/*
    Footer
*/
.footer
{
    width: 100%;
    height: 131px;
    background-image: url('/img/background_footer.png');
    background-repeat: repeat-x;
    color: #ffffff;
    text-align: center;
    padding: 20px 0px;
	clear: both;
}

