/* 
    Document   : Index
    Created on : 30 déc. 2009, 16:30:20
    Author     : Gilles
    Description:
        Styles de la page d'accueil.
*/

div.titre
{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:1400px;
    height:70px;
    line-height:70px;
    font-size:60px;
    font-weight:bold;
    text-align:center;
    border-bottom:solid 1px #000022;
}

div.fond {
    display:block;
    position:absolute;
    left:350px;
    top:100px;
    width:1011px;
    height:507px;
    background-position:0 0;
    background-image: url("../IMG/Hautefort_1011_507.jpg");
    background-repeat:no-repeat;
}

div.presentation {
    display:block;
    position:absolute;
    left:10px;
    top:80px;
    width:520px;
    height:350px;
    border:solid gray 2px;
    background:white;
}

#raison {
    display:block;
    width:520px;
    text-align:center;
    line-height:40px;
    font-size:30px;
    background:#BBB;
}

#identite {
    display:block;
    position:absolute;
    left:10px;
    top:45px;
    width:520px;
    height:60px;
}

#prenom, #nom {
    display:block;
    text-align:center;
}

#prenom {
    line-height:30px;
    font-size:25px;
}

#nom {
    line-height:40px;
    font-size:35px;
}

#piano {
    position:absolute;
    top:120px;
    left:10px;
    width:500px;
    height:220px;
    background-image:url("../IMG/Piano_500_229.jpg");
    background-color:#FFF;
    background-position:0 0;
    background-repeat:no-repeat;
}

#copyright {
    position:absolute;
    left:20px;
    top:440px;
    line-height:30px;
    font-size:20px;
}

#menu {
    display:block;
    position:absolute;
    left:550px;
    top:150px;
}

#hautBtnGuitare,
#hautBtnRetourSource,
#hautBtnCompoAudio,
#hautBtnOntoPdf
{
    display:block;
    position:absolute;
    width:650px;
    height:10px;
    left:0;
    top:0;
}

#hautBtnRetourSource {
    top:100px;
}

#hautBtnCompoAudio {
    top:200px;
}

#hautBtnOntoPdf {
    top:300px;
}

a.ressource {
    display:block;
    position:absolute;
    left:0px;
    top:10px;
    width:650px;
    height:60px;
    text-align:center;
    vertical-align:middle;
    text-decoration:none;
    line-height:50px;
    font-size:45px;
    background-color:#CCC;
    color:#000044;
}

a.ressource:link {
    background-color:#CCC;
    color:#000044;
}

a.ressource:visited {
    color:#555555
}

a.ressource:focus,
a.ressource:hover {
    background-color:white;
    background-image:url("../IMG/btn_actif_x_100.gif");
    background-repeat:repeat-x;
    background-position:center center;
    color:#221122;
    text-decoration:underline;
}

a.ressource:active {
    border-style:inset;
}

#retourSource {
    top:110px;
}

#compoAudio {
    top:210px;
}

#ontoPdf {
    top:310px;
}