/*
 * Correction des styles HTML par defaut
 */

.structure {
    display: none;
}
h1,h2,h3,h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: normal;
}

#nomdusite {
    float: left;
    font-size: 2em;
    }

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: white; margin: 10px; }
a { text-decoration: none; color: #FF0000;}
a:hover { text-decoration: none; color: #FFCC00; }
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }
a#anciensite {color: #606060;}

#barre a {color: #FFCC00;}
#barre a:hover {color: #FF0000;}
#navigation a:hover {color: #FF0000; }
#navigation div.menu-titre a:hover {color: #FFFFFF;}
.encart a:hover {color: #FF0000; }
.encart div.menu-titre a {color: #FFFFFF;}
.encart div.menu-titre a:hover {color: black;}
#syndic a {font-style: italic; font-size: 1em; color: black; }
#syndic a:hover {color: #FF0000; background-color: transparent;}
#entete a {color: white; }
#entete a:hover {color: #FF0000; }



.chapo {
    text-align: justify;
    font-size: 0.8em;
}
.texte {
    text-align: left;
    line-height: 1.5em;
    font-size: 0.8em;
}

.texte-artiste {
    line-height: 1.5em;
    font-size: 0.9em;
    padding: 10px 0 0 0;
    margin-top: 5px;
    color: white; /*rajout contes givres*/
    text-align: justify;
    } 

.texte-spectacle {
    line-height: 1.5em;
    font-size: 0.9em;
    font-style: italic;
    padding: 10px 0 0 25px;
    margin-top: 5px;
    color: white; /*rajout contes givres*/
    text-align: justify;
    }


.texte p.spip {
    margin: 0 0 15px 0;
}

.ps {
    text-align: justify;
    font-size: 0.85em;
}
.notes {
    text-align: left;
    font-size: 0.8em;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
    font-size: 1.1em;
    font-weight: bold;
}
.contenu h1,h2.titre-extrait {
    font-size: 1.8em; /*modif contes givres*/
    font-weight: bold;
    color: red; /*rajout contes givres*/
}

.contenu h1,h2.titre-artiste {
    font-size: 1.5em; /*modif contes givres*/
    font-weight: bold;
    color: red; /*rajout contes givres*/
}
.contenu h1,h2.titre-spectacle {
    font-size: 1.5em; /*modif contes givres*/
    font-weight: bold;
    color: white; /*rajout contes givres*/
    font-style: italic;
    padding-left: 25px;    
    margin-top: 20px;
}

.contenu h1,h2.titre-texte {
    font-size: 1em;
    font-weight: bold;
}

.contenu h2.partenaires {
    font-size: 1.5em; /*modif contes givres*/
    font-weight: bold;
    color: white; /*rajout contes givres*/
    font-style: italic; 
    margin-top: 20px;
    padding-bottom: 10px;
}

.contenu h1.titre-texte-rubrique {
    font-size: 1em;
    font-weight: bold;
    font-variant: small-caps;
    padding-bottom: 10px;
    border-bottom: 5px dotted #CCCCCC;
}

.contenu .surtitre {
    font-size: 0.9em;
    font-weight: bold;
    color: white;/*avant #606060*/
    margin-top: 0;
    margin-bottom: 0;
}

.contenu .qualite {
    font-size: 1em;
    font-weight: bold;
    color: white;/*avant #606060*/
    margin-top: 0;
    margin-bottom: 0;
}

.contenu .sous-titre-spectacle {
    font-size: 1em;
    font-weight: bold;
    color: white;/*avant #606060*/
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 25px; 
    font-style: italic;
}


.contenu .detail {
    font-size: 0.7em;
    color: gray; /*#303030 */
    font-weight: bold;
    margin-left: 0;
}

.contenu .detail .important {
    color: #a02020;
}

.contenu .public {
    font-variant: small-caps;
    color: white;
    padding-left: 25px;
}

.contenu .date {
	font-variant: small-caps;
    font-weight: bold;
    font-size: 1.2em;
    color: #FFCC00;
    padding-top: 10px;
    margin-top: 10px;
    padding-left: 50px;
}

.contenu .lieu {
    font-size: 0.9em;
    color: white;
    line-height: 1.5em;
    padding-left: 50px;
    font-weight: bold;
}


.contenu .accueil {
    color: white;
    padding-left: 50px;
    line-height: 1.5em;
    font-size: 0.9em;
}




.extrait {
    font-size: 1.2em; /*rajout contes givres*/
    line-height: 1.4em;
    padding: 10px 10px 0 30px;
    margin-top: 5px;
    color: white; /*rajout contes givres*/
    }