﻿
/*Importation des Styles communs à toute les pages*/
@import url("accueil.css");
@import url("general.css");

#fc_wrapper{position:relative;margin-top:-30px;margin-left:20px;}

.bulle_fullscreen
{
    display:block;position:relative;width:670px;margin: 30px 0 0 15px;
    background:#ffffff url('../image/layout/bulle_top_orange_fullscreen.jpg') top left no-repeat;
}

.b_bottom_fullscreen{height:25px;background:transparent url('../image/layout/bulle_bottom_fullscreen.jpg') top left no-repeat;}

.star{top:-24px;}

.screenshot{margin:10px 0 10px 24px;}

.bulle_fullscreen p{background:#F1F8D9;padding: 5px 70px 5px 25px;}


.guide_steve
{
    background:transparent url('../image/screenshots/steve.gif') top left no-repeat;
    width:100px;
    height:110px;
    margin-top:-120px;
    position:relative;   
    float:right;
    right:-45px;   
}
    

.guide_geometrie
{
    background:transparent url('../image/screenshots/geometrie.gif') top left no-repeat;
    width:123px;
    height:93px;
    position:relative;
    float:right;
    right:-30px;   
    margin-top:-110px;  
}


.guide_melissa
{
    background:transparent url('../image/screenshots/melissa.gif') top left no-repeat;
    width:109px;
    height:123px;
    position:relative;
    float:right;
    right:-20px;   
    margin-top:-100px;  
}

.guide_mouse
{
    background:transparent url('../image/screenshots/mouse.gif') top left no-repeat;
    width:68px;
    height:102px;
    position:relative;
    float:right;
    right:-20px;   
    margin-top:-105px;  
}

*:first-child+html .guide_mouse{margin-top:-110px;}

a.btn_essayer_nm
    {
        background:transparent url('../image/button/btn_essayer_netmaths.gif') top left no-repeat;
        display:block;
        width:167px;
        height:26px;
        margin:15px;
        float:left;
    }
    
a.btn_abonnez_vs
    {
        background:transparent url('../image/button/btn_abonnez_vous.gif') top left no-repeat;
        display:block;
        width:137px;
        height:26px;
        margin:15px;
        float:left;
        margin-left:150px;
    }
        a.btn_abonnez_vs span, a.btn_essayer_nm span{display:none;}    
        a.btn_abonnez_vs:hover, a.btn_essayer_nm:hover{background-position:left -26px;}