@media (max-width: 640px) {
    * {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    
    /* passer body (et tous les éléments de largeur fixe) en largeur automatique */

    body {
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

    img,
    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    input,
    iframe,
    object,
    embed,
    video {
        max-width: 100%;
    }
    
    /* conserver le ratio des images */

    img {
        height: auto;
    }
    
    /* gestion des mots longs */

    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        -webkit-hyphens: auto; /* césure propre */
        -moz-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word; /* passage à la ligne forcé */
    }
    
    code,
    pre,
    samp {
        white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
    }
    
    /* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

    element1,
    element2 {
        float: none;
        width: auto;
    }
    
    /* masquer les éléments superflus */

    .hide_mobile {
        display: none !important;
}
   
    
    /* Un message personnalisé */

    body:before {
        content: "Site pour mobile";
        display: block;
        text-align: center;
        font-style: italic;
        color: #777;
    }
}









body {
    margin: 0px;
    padding: 0px;   
    background-image:url('bg_03.png');
}

#header {
    width: 100%;
    height: 128px;
    background-image:url('bg_01.png');   
}

#address {
    position: absolute;
    top: 12px;
    right: 24px;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 13px;
}

#address p {
    line-height: 13px;  
    margin-top: 4px;
    margin-bottom: 0px; 
}

#page {
    width: 100%;
    position: absolute;
    top: 128px;
}

#logo {
    position: absolute;
    top: 0px;
    left: 24px;
    width: 400px;
    height: 128px;
    background-image:url('f6kuq.png');
    background-repeat:no-repeat;    
}

#menu {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 55px;
    background-image:url('bg_menu.png');   
    margin: 0px;
    padding: 0px;  
    padding-left: 24px;
    text-align: center;  
}


#menu li {
    display: block;
    float: left;
    height: 55px;
    line-height: 58px; 
    width: 128px;   
    margin: 0px;
    padding: 0px;
    text-align: center;
    
    color: #808080;
    font-family: 'Open Sans', arial, serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: rgba(255, 255, 255, 0.898438) 0px 1px 1px;
    text-transform: uppercase;
}

#menu li:hover {
   color: black;   
}

#menu li.sel {
    background-image:url('bg_menu.png');   
    background-position: 0px -55px;
    color: #505050;

}

#menu a {
    text-decoration: none;
    color: #808080;   
}

#content {
    margin-top: 55px;
    width: 100%;
    min-height: 400px;
    position: relative;
}

#rightcolumn {
    width: 350px;
    min-height: 400px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-left: 1px solid #E0E0E0;
}

#leftcolumn { 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 110px;
    height: 459px;
    background-image:url('choisy.png');
    
}

#center {
    position: absolute;
    top:0px;
    left: 110px;
    padding-left:5%;

    }
#center2 {
    position: absolute;
    top:0px;
    left: 50px;
    padding-left:5%;

    }


#flashinfo {
    background-image: url('postit.png');
    width: 250px;
    height: 280px;
    padding: 24px;
    overflow: hidden;
}

#flashinfo ul {
    margin: 0px;
    padding: 0px;

    list-style-type:none;
}

#flashinfo * li {
    padding: 0px;
    padding-bottom: 8px;
    font-size: 12px;
}


.box {

    font-family: 'Open Sans', arial, serif;
    font-size: 14px;    
    margin: 10px;
    padding: 5px;
    text-align: justify;
}

.box h1 {
    font-size: 15px;    
    
}

.emp {
    border: 1px solid #808080;
    background-color: #F8F0D0;   
}

.ssitem {
	width:100%;
	border: 1px solid red;
	position: relative;
}

.ssitemphoto {
}

.ssitemcom {
display:none;
}



