@charset "UTF-8";
/* CSS Document */

#repertoire{
background-image:url(../images/repertoire2.png);
background-position:center;
background-repeat:no-repeat;

}

#contenu_titre{
text-align:right;
background-image:url(../images/titre_repertoire.png);
background-position:right;
background-repeat:no-repeat;
height:60px;
width:500px;
margin-top:10px;
}

#contenu_texte{
width:500px;
height:420px;
margin-top:10px;
text-align:justify;
overflow:auto;
padding-right:5px;
}


#contenu_texte p{
text-align:center;
font-weight:500;
}

ul{
font-size:small;
list-style-type:square;
}

.type a{
text-decoration:none;
color:#000000;
font-style:oblique;
font-stretch:extra-expanded;
}

.type{
text-align:center;
margin-top:15px;
}

