body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    color:#000000;
    background-color:#000000;
    background-color:#A2BDED;
    margin:0;
    width:auto;
    height:auto;
}		

#fond {
    position:relative;
    width:990px;
    height:768px;
    /*border: 1px solid black;*/
    background-image:url(../images/home/fond2.jpg);
    margin:auto;
    margin:auto;
}


#tx-presentation{
    position:absolute;
    /*border:1px solid black;*/
    width:645px;
    height:auto;
    left:40px;
    margin-top:175px;
    font-family:Arial, Helvetica, sans-serif;	
}

#ecole {
    position:absolute;
    width:363px;
    height:auto;
    /*border:3px solid black;*/
    margin-left:60px;
    margin-top:290px;
    background-image: url("../images/home/ecole.png");
    background-repeat:no-repeat;
}

#ecole-liens {
    width:500px;
    height:auto;
    margin-top:64px;
}

#ecole-liens ul {
    line-height:10px;
}

#ecole-liens li {
    list-style-type:none;
    list-style-image:url(../images/home/puce.png);
    margin-left:35px;
}

#ecole-liens a {
    text-decoration:none;
    color:#000000;
}

#ecole-liens a:hover {
    color:#50AE2E;
}

#classe {
    position:absolute;
    width:630px;
    /*border:1px solid black;*/
    background-image:url(../images/home/classes.gif);
    background-repeat:no-repeat;
    margin-top:540px;
    margin-left:25px;
}

#classe-liens {
    margin-top:65px;
}

#classe-liens ul {
    line-height:10px;
}

#classe-liens li {
    list-style-type:none;
    list-style-image:url(../images/home/puce-rouge.png);
    margin-left:25px;
}

#classe-liens a {
    text-decoration:none;
    color:#000000;
    margin-top:30px;
}

#classe-liens a:hover {
    color:#EE4D1B;
}


#info {
    position:absolute;
    width: 341px;
    height:auto;
    background-image:url(../images/home/info.jpg);
    background-repeat:no-repeat;
    left:443px;
    top: 345px;

}

#info-liens {
    margin-top:80px;
}

#info-liens ul {
    line-height:10px;
}

#info-liens li {
    list-style-type:none;
    list-style-image:url(../images/home/puce-bleu.png);
    margin-left:20px;
}


#info-liens a {
    color:#000000;
    text-decoration:none;
}

#info-liens a:hover {
    color:#3D38D1;
}

#rubriques {
    position:absolute;
    width:464px;
    height:42px;
    margin-top:694px;
    margin-left:100px;
}

a#telecharger {
    float:left;
    width:145px;
    height:51px;
    background-image: url(../images/home/telecharger-on.gif);
    display:block;
    background-repeat:no-repeat;
}

a:hover#telecharger {
    background-image:url(../images/home/telecharger-off.gif);
}

a#actu {
    float:left;
    width:147px;
    height:51px;
    background-image:url(../images/home/actu-on.gif);
    background-repeat:no-repeat;
    display:block;
}

a:hover#actu {
    background-image:url(../images/home/actu-off.gif);
}

a#lien-utile {
    float:left;
    width:149px;
    height:51px;
    /*border:1px solid red;*/
    background-image:url(../images/home/lien-utiles-on.gif);
    background-repeat:no-repeat;
    display:block;
}

a:hover#lien-utile {
    background-image:url(../images/home/lien-utiles-off.gif);
}


#adresse {
    position:absolute;
    width:438px;
    height:auto;
    color:#000000;
    /*background-color:#009900;*/
    left: 539px;
    top: 704px;
    font-size:0.9em;
}

.gras {
    font-weight:bold;
    font-size:1em;
}



