/* 2 big pics */


#two_columnsSomme, #text_columnsSomme
{
        line-height:25px;
        font-family: 'Arial', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}

#two_columnsSomme h2, #text_columnsSomme h3
{
        font-size:20px;
       
        padding: 20px 0;
        margin-bottom: 20px;
}

#two_columnsSomme .img-item
{
        float:left;
        margin-right:0px;
    padding-left: 12px;
    
}

#two_columnsSomme .img-item a
{
        position:relative;
        display:block;
    
}


/* FOUR COLUMNS */

#four_columnsSomme, #text_columnsSomme
{
        line-height:25px;
        font-family: 'Arial', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}

#four_columnsSomme h2, #text_columnsSomme h3
{
        font-size:20px;
      border-bottom: 1px solid #D6D0C1; 
        padding: 20px 0;
        margin-bottom: 20px;
}

#four_columnsSomme .img-item
{
        float:left;
        margin-right:0px;
    padding-left: 12px;
    
}

#four_columnsSomme .img-item a
{
        position:relative;
        display:block;
    
}

 /*.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:113px;
        background: #000 url(img/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}
*/



