body{
    background: #FECC00 url('../gfx/recree/fond.jpg') no-repeat;
    background-position:center 30px;
}
.gauche{
    float:left;
    width:430px;
}
#tpl_header{
    position:relative;
    z-index:1;
    margin-top:15px;
}
#tpl_corps{
    width:960px;
    margin:auto;
}
#tpl_footer{
    clear:both;
    position:relative;
    top:20px;
}
/*#mascotte{
    float:right;
    position:relative;
    left:15px;
    top:30px;
}*/
#slide{
    position:relative;
    top:5px;
    left:130px;
    width:330px;
    float:left;
    height:280px;
}
#studio{
    position:relative;
    top:35px;
    float:right;
}
#difficulte{
    clear:both;
    width:650px;
    height:150px;
    margin:auto;
}
    #petits{

    }
    #grands{
        float:right;
    }
    #pyramide{
        float:right;
        width:240px;
        position:relative;
        top:30px;
    }
#jeux{
    clear:both;
}
    #jeux_petits{
        width:470px;
    }
    #jeux_petits .jeu{
        background:#F7A705;
        width:114px;
        height:250px;/*210px;*/
        margin-left:1px;
        margin-bottom:1px;
        float:right;/*left;*/
    }
    #jeux_petits .jeu img{
        border:none;
    }
    #jeux_petits .titre{
        background:#E75012;
        color:#ffffff;
        font-weight:bold;
        height:37px;
    }
    #jeux_petits .details{
        height:85px;
        font-size:0.8em;
        text-align:left;
        margin:10px 10px 15px 10px;
    }
    #jeux_petits .difficulte{
        text-align:left;
        margin-left:5px;
    }
    #jeux_grands{
        float:right;
        width:470px;
    }
    #jeux_grands .jeu{
        background:#B1BD3B;
        width:114px;
        height:250px;/*210px;*/
        margin-right:1px;
        margin-bottom:1px;
        float:left;/*right;*/
    }
    #jeux_grands .jeu img{
        border:none;
    }
    #jeux_grands .titre{
        color:#ffffff;
        background:#009BC2;
        font-weight:bold;
        height:37px;
    }
    #jeux_grands .details{
        height:85px;
        font-size:0.8em;
        text-align:left;
        margin:10px 10px 15px 10px;
    }
    #jeux_grands .difficulte{
        text-align:left;
        margin-left:5px;
    }
#difficulte, #jeux{
    position:relative;
    top:-70px;
}
#tpl_footer{
    position:relative;
    top:-50px;
}
#tpl_all{
    width:970px;
}