/* Feuille de style de l'accueil */

body{
    background:black;
    margin:0;
    padding:3px;;
    color:#aaaaaa;
    font: 12px Verdana;
}

#bloc_accueil{
    background:url(images/accueil_tonneau_bg.jpg) repeat;
    /*width:708px;
	height:588px;*/
	width:1024px;
    height:768px;
    margin:auto;
    border:1px solid black;
}

a#index{
    display:block;
    background:url(images/accueil_logo.jpg);
    width:212px;
    height:312px;
    /*margin:134px 248px 138px 248px; */
	margin-top:232px;
	margin-left:407px;
}

a, a:hover, a:visited{
    color:#666666;
}

a:hover{
    text-decoration:none;
}

.blocklink span{
    display:none;
}

.footer{
    font-size:0.8em;
    text-align:center;
}

.clr{
    clear:both;
}

