/* 
    Document   : template
    Created on : 23 août 2009, 19:31:23
    Author     : jousse
    Description:
        Purpose of the stylesheet follows.
*/

.template {
    position:relative;
    overflow: auto;
    padding-top:5px;
    padding-bottom:10px;
    min-height:460px;
}

.template-image {
    float:right;
    width:200px;
    text-align:center;
}

.template-image img {
    padding-bottom:5px;
}

.template-content {
    width:530px;
    margin-left:10px;
    float:left;
    text-align:justify;
}

.template-template-texte {
    padding-left:10px;
    padding-right:10px;
}

.template-template-trombinoscope {
    padding-left:10px;
    padding-right:10px;
}

.template {
    background-color:#ffe9b8;
}

#langue .template {
    margin-left:185px;
    top:10px;
}


#langue .template .template-content{
    top:10px;
    width:360px;
}