/* 
    Document   : template-flash
    Created on : 3 déc. 2009, 21:35:23
    Author     : jousse
    Description:
        Purpose of the stylesheet follows.
*/


.template {
    position:relative;
    overflow: auto;
}

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

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

.template-content {
    width:300px;
    float:left;
    text-align:justify;
}

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

.template {
    background-color:#ffe9b8;
}