#content {
    min-height:             430px;
    height:                 auto !important;
    height:                 430px;
}

#infos {
    position:               absolute;
    top:                    200px;
    left:                   10px;
    width:                  250px;
    height:                 698px;
    padding:                0;
    background:             url(images/home-infos.jpg) no-repeat;
}

#infos #edito {
    position:               absolute;
    top:                    0px;
    width:                  220px;
    margin:                 0;
    padding:                35px 10px;
    /*background:            #eee;*/
    text-align:             center;
    line-height:            1.2em;
    background:				      url(images/t.gif) no-repeat 40px 5px;
}

body.lang-en #infos #edito {
    background:             url(images/a.gif) no-repeat 30px 20px;
}

body.lang-de #infos #edito {
    background:             url(images/d.gif) no-repeat 30px 15px;
}

#infos #pratique {
    position:               absolute;
    top:                    300px;
    width:                  250px;
    margin:                 0;
    padding:                25px 0 0  0 ;
    background:             #eee;
    text-align:             center;
    background:				url(images/i.gif) no-repeat 40px 0px;
}

body.lang-en #infos #pratique {
    background:             url(images/p.gif) no-repeat 20px 5px;
}


#infos #pratique a {
    color:									#993300;
    font-size:							9pt;
}

#infos #ouverture {
    position:               absolute;
    top:                    605px;
    width:                  220px;
    margin:                 0;
    padding:                10px;
    /*background:             #eee;*/
    text-align:             center;
    font-size:              .85em;
}

