﻿.Content {
    background: transparent url(/images/interface/top_concep.jpg) no-repeat scroll 0 0;
}

.ConceptionWebSite {
    background: transparent url(/images/interface/ed_advertising_empty.jpg) no-repeat 0 0;
    background-position: 0 -471px;
    height: 157px;
}


.ConceptionWebSite a.LinkKnowMore span.KnowMore {
    top: 0;
    width: 356px;
    height: 105px;
    display: block;
    position: absolute;
    left: 0;
}

.Menu_In_Section {
    padding: 85px 0 0;
}

.Menu_In_Section li {
    /*background: transparent url(/images/interface/Hosting_MenuInSection_rpt.jpg) repeat-x;*/
    width: 350px;
}

h1 {
    color: #58b0b8;
}

p.Emphase {
    background-color: #85e4ea;
}

dt.SectionHeader {
    background-color: #58b0b8;
}

dd.SectionContent {
    margin: 5px;
}

ul.thumb {
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px;
    width: 360px;
}
ul.thumb li {
    margin: 0;
    padding: 5px;
    float: left;
    position: relative; /* Set the absolute positioning base coordinate */
    width: 110px;
    height: 110px;
    list-style: none;
}
ul.thumb li img {
    width: 100px;
    height: 100px; /* Set the small thumbnail size */
    -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
    border: 1px solid #ddd;
    padding: 5px;
    background: #f0f0f0;
    position: absolute;
    left: 0;
    top: 0;
}
ul.thumb li img.hover {
    background: #fff url(/images/Realisation/thumb_bg.png) no-repeat center center; /* Image used as background on hover effect 	border: none; /* Get rid of border on hover */
}
