@charset "utf-8";
/* CSS Document */




/* debut CSS home  */
.logo {
    position:absolute;
    left:10px;
    top:-5px;
    width:184px;
    height:142px;
    z-index:100000;
}
.logo_img {
    display:block;
    width:184px;
    height:142px;
    background:transparent url(../images/commun/logo_ficello.png) no-repeat top left;
    _background-image: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/commun/logo_ficello.png', sizingMethod='noscale');
    
}
.global_content_home
{
    width:939px;
    height:auto;
    margin:25px auto 0 auto;
}
.fond_home
{
    display:block;
    width:939px;
    height:684px;
    background:transparent url(../images/commun/home_img.png) no-repeat top left;
    _background-image: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/commun/home_img.png', sizingMethod='noscale');
}

.btn_parent {
    position:absolute;
    left:58px;
    top:278px;
    width:333px;
    height:148px;
    z-index:1;
}
a.btn_parent_img {
    display:block;
    width:333px;
    height:148px;
    background:transparent url(../images/home/parent.gif) no-repeat 0 -149px;
}
a.btn_parent_img:hover {
    background:transparent url(../images/home/parent.gif) no-repeat 0 0px;
}

.btn_enfant {
    position:absolute;
    left:312px;
    top:128px;
    width:296px;
    height:144px;
    z-index:1;
}
a.btn_enfant_img {
    display:block;
    width:296px;
    height:144px;
    background:transparent url(../images/home/enfant.gif) no-repeat 0 -149px;
}
a.btn_enfant_img:hover {
    background:transparent url(../images/home/enfant.gif) no-repeat 0 -5px;
}
/* fin CSS home  */

