/*
    Document   : tpl.accueil
    Created on : 22 june 2011, 11:30:00
    Author     : JC
    Description:
        mise en page associé au template "homepage"
*/

/**
 *
 * IMPORTING
 *
 */
@import url('com.reset.css');
@import url('com.utils.css');
@import url('com.core.css');
@import url('com.skin.css');
/*@import url('com.external.css');*/
@import url('com.form.css');
@import url('com.wysiwyg.css');
@import url('lib.gcolumns.css');
@import url('../js/lib/lightbox/shadowbox303/shadowbox.css');




/**
 *
 * BLOCS CONTEXTUELS
 *
 */
[role="main"] .item-free,[role="main"] .contextual { margin: 0 0 50px; position: relative; }
.gcol-R .contextual:last-child { margin-bottom: 0 !important; }
[role="main"] .item-free:last-child,[role="main"] .contextual:last-child { margin-bottom: 30px; }
/* occurence contextuel simple */
[role="main"] .contextual .title { color: #000; display: block; font:normal 1.5em/1em 'HelveticaNeueW01-ThinCn 673383', Arial, sans-serif; margin: 0 0 10px; position: relative; text-transform: uppercase; }

.more a {
    color : black;
    font-size : 1.3em;
    line-height: 1.4em;
    text-transform: uppercase;
    font-weight : bold;
}
.share{
    position: absolute;
    top : 325px;
}
.share h1{
    color: #999;
    display: inline;
    font: normal 15px/1.2em Arial, sans-serif;
    margin: 0 0 10px;
    position: relative;
}
.sheet-01 .batch-tab .share a{
        color: black;

}
.share a{
    color : black;
    font-size : 14px;
    font-weight : normal;
    height : 20px;
    width : 20px;
    display : inline-block;
    vertical-align: bottom;
}
.share a.facebook{
    background: url('../component/image/common/ico/facebook.png') no-repeat center center;
}
.share a.twitter{
    background: url('../component/image/common/ico/twitter.png') no-repeat center center;
}
.share a.facebook:hover{
    background: url('../component/image/common/ico/facebook-over.png') no-repeat center center;
}
.share a.twitter:hover{
    background: url('../component/image/common/ico/twitter-over.png') no-repeat center center;
}
.relation h1 {
    font-size : 14px;
    margin-bottom: 5px;
}
.relation .item-S.item-01 .type{
    font-size : 12px;
}
.relation .item-S.item-01 .button{
    font-size : 13px;
    text-align: left;
}
