/*   Le body, pour toutes les pages */
BODY{
color:white;
background:black;
margin:0;
font-size : 12px;
font-family: "Comis Sans MS", Arial, Verdana, serif;
}

a{
font-family : "Comis Sans MS", Arial, Verdana, serif;
color : white;
}
/*La div du menu qui regroupe tout les boutons  */
.menu_accueil{
margin:10px 0px 0px 30px;
width:100%;
height:100%;
}
/* La zone de texte, ou plutot, de contenu   */
.zone_texte{
position:absolute;
height : 1000px;
width : 850px;
margin:-3px  64px;
background: url(img/barre_gauche2.jpg) repeat-y;

}

.contenu_index{
padding : 75px 0 0 15px;
min-height : 450px;
/* !important signifie que IE ne l'interpreteras pas... */
width : 823px !important;
width : 835px;
font-size : 16px;
background : url(mini-sculptures/stone-man.jpg) no-repeat right;
background-position : right;
}

.texte_index1{
margin:  0 0 0 25px;
}

.texte_index2{
margin:  0 0 0 50px;
}

.texte_index3{
margin:  0 0 0 75px;
}

.texte_index4{
margin:  0 0 0 100px;
}

.contenu_artiste{
padding : 0 0 0 15px;
min-height : 450px;
/* !important signifie que IE ne l'interpreteras pas... */
width : 823px !important;
width : 835px;
background : url(img/mano.jpg) no-repeat right;
background-position : right;
}

.texte_artiste1{
width :470px !important;
width : 465px;
height : auto;
margin: 3px  0 0 0;
}
.texte_artiste2{
margin : -45px 0 0 15 !important;
margin : 10px 0 0 15;
width : 810px;

}



.contenu_texte{
padding : 0px 0 0 15;
}

/*   La banniere    */
.banniere{
height:230px;
width:564px;
margin:0px 0px 0px 65px;
}

img{
border-style : none;
}



.galerie_photos{
height : auto;
width : 800px;
margin : 5px 0 0 10px;
background : #303030;
padding : 0 0 0 10px;
}

.bas_photos{
height : 175px;
width : 852px;
background: url(img/barre_bas.jpg) no-repeat ;
padding : 0 0 0 15px;
margin: -76px 0 0 0;
}

.menu{

height : 58px;
width : 852px;
background: url(img/menu.jpg) ;
}

.barre_bas{
vertical-align : top;
height : 175px;
width : 852px;
background: url(img/barre_bas.jpg) no-repeat ;
margin: 620px 0px 0px 0px ;
padding : 15px;
}
