
/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body { background: #000;
       font-size: 16px;  
       text-align: center;
	color: #D0D0D0;
      }



ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */




#page {
	width: 944px;    
	text-align: left;  
	margin-left: auto;
	margin-right: auto;
        background: #1E1E1E;
       }

#conteneur { width: 100%; }




/* Entete */
#entete { width: 100%; }

#logoentete { margin: 0 0 0 0;
          padding: 0;
          border: none;
         }

#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; 
        }

#conteneur #contenu {
	float: left;
	width: 725px;   
        padding: 0 0 1em 0.5em;   
}



#conteneur #navigation {
	float: right;
	width: 190px;  
	text-align: left; 
}


/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 21em;
}

#contenu .artiste { width: 100%; }

#contenu .encart {
	float: right;
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
}

.sommaireleft { float: left;
                width: 30.6%;
               }

.sommaireright { float: right;
                 width: 67%; 
               }

.sommairetitre { display: block;
                 background: #FF000A;
                 border-top: 1px solid #FFFFFF;
                 border-right: 1px solid #FFFFFF;
                 border-left: 1px solid #FFFFFF;
                 border-bottom: 0;
                 padding-right: 1em;
                 padding-left: 1em;
                 padding-top: 0.2em;
                 padding-bottom: 0.2em;
               }

.sommairerubrique { display: block;
                    background: #B7071B; 
                    border-right: 1px solid #FFF;
                    border-left: 1px solid #FFF;
                    border-top: 0;
                    border-bottom: 0;
                    padding: 1em; 
                    }
.sommairerubrique .spip_logos { float: right;
                                margin-right: 16px; 
                              }


.sommairerubriquefin { display: block;
                    background: #B7071B;
                    border-right: 1px solid #FFF;
                    border-left: 1px solid #FFF;
                    border-top: 0;
                    border-bottom: 1px solid #FFF;
                    padding: 1em;
                    }

.sommairerubriquefin .spip_logos { float: right;
                                margin-right: 16px;
                              }





#beforebottom { clear: both;
                width: 100%;
                padding-top: 1em;
                text-align: center;
               }
#beforebottom .archiveactualite { font-size: 14px;
                    color: #B7071B;
                   }

#player { margin-bottom: 10px;
        }
#player img { 
              border: 0;
              cursor: pointer;
             }
#player a { margin: 0 10px 0 0;
            padding: 0;
          }

#conteneur_defil { 
	margin-top: 10px;
        margin-right: auto;
        margin-bottom: 5px;
        margin-left: auto;
	overflow:hidden;
	line-height:normal;
}

#cadre_defil {
	position:relative; 
	width:188px; 
	height:16px; 
	overflow:hidden;
	}

#defile { 
	position:absolute;
	width: 237px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF9900;
}

.bottomsommaire { font-size: 14px;
                  color: #FFFFFF;
                }
.topsommaire { font-size: 14px;
               text-decoration: underline;
               color: #FFE6BF;
             }

.top {  float: right;
        margin-right: 215px;
        font-size: 14px;
        text-decoration: underline;
        color: #FFE6BF; 
     }

.haut { float: right;
        margin-right: 20px;
        font-size: 14px;
        text-decoration: underline;
        color: #FFE6BF; 
     }

.message { display: block;
           float: right;
           width: 630px;
           border-right : 2px groove #B7071B;
           border-bottom: 2px groove #B7071B;
           border-left: 2px solid #B7071B;
           margin-bottom: 3em;
           background: #333333;
           color: #FFFFFF;
         }
.messageentete {display: block; background: url(img/bordure.gif); background-repeat: repeat-x; color: #FFCC00; margin: 0; }

.messagememe {text-indent: 0.5em;    font-size: 12px; padding: 1em;}
.message a { color: #FFFFFF; font-size: 12px;}
.message a:hover { text-decoration: underline;}

.nav {  display: block; 
        border-bottom: 1px solid #FFFFFF;  
        color: #FFFFFF;
       }
.nav p { color: #000; padding: 0;}


.nav a:hover { text-decoration: underline;}


.enc {
    display: block;
   background: #B7071B;
   border: 1px solid #CCC;
    margin-top: 1em;
    }




.enc h1 { color: #FFFFFF;
          background: #FF000A;
         text-align: center;}

.enc h2 { padding:0.5em 0 0.5em 2em; color: #FFFFFF; font-size: 0.88em; }

.enc a { display: block;
         color: #000000;
         font-size: 0.88em;
        padding: 0.3em 2em 0 3em; 
       
        }
         

.enc a:hover {text-decoration: underline; }



.grilletop { width: 100%; color:#FF6600; height: 80px; font-size: 18px; background: 
#1E1E1E; text-align: center;}

.grille { width: 100%;
		  font-size: 12px;
		  color: #000000;
		  background: #FF9933;
		 text-align: center;
		 border-collapse: collapse;
                 border: 2px groove #CCC;      }

	

.grille td.heure { height: 40px; width: 30px; vertical-align: top;   color: #FF9933; background: #1E1E1E; border: 0;}

.grille td.heurejour { height: 30px; width: 20px; border: none; background: #1E1E1E;}	

.grille td.programme { height: 40px;
                        width: 100px;
                        text-align: center;
			 border: 1px solid #CCC;
         		} 

.grille td.jour { height: 30px;
                  width: 100px;
	          text-align: center;
                  border: 0;
                  background: #1E1E1E;
                  color: #FF6600;
                 }
 
.programs { display: block; }    
.animateur { display: block; color: #FFFFFF;}  
 


/* Fil d'Ariane */
#hierarchie {
	clear: both;
        margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.77em;
        color: #FFE6BF; }

#hierarchie a { color: #FFE6BF; }
#accueil {display: block; background: url(img/bordure.gif); background-repeat: repeat-x; color: #000000; margin-top: 1em; text-align: center;}
#accueil a { text-align: center;}
#accueil a:hover { text-decoration: underline; }

.time {font-size: 14px;
       text-align: left;
       color: #FFFFFF;
       margin-bottom: 1em; 
       }
/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center; 
         }
#pied small a { font-size: 0.77em; color: #D0D0D0; }
#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }



#aliensbleuclair { color: blue; font-size: 0.88em; }

#adresse { text-align: left; }

table { margin: 0; padding: 0; border: none; }

img { margin: 0 0 0 0; 
      padding: 0; 
      border: 1px solid #CCC;
      }

.espacephoto { margin: 0 0 1em 0;
              padding: 0;
              border: 1px solid #CCC; 
             }

.rep { margin-top: 1.5em;
            margin-bottom: 3em;
            color: #0033CC; 
             font-size: 0.82em;
             border: none;
             cellspacing: 7px; 
             cellpadding: 5px;
             }

h3.spip { text-align: left;
         margin-top: 0.5em;
          margin-bottom: 1.4em;
          font-size: 1em;
          color: #FFE6BF;
       }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; }

/* Typo pour le contenu */
#contenu { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Verdana, Arial, Geneva, Helvetica, sans serif; }




/*  Habillage general des menus de navigation
---------------------------------------------- */


.rubriques, .forums, .divers, .syndic {
	min-width: 10em; 
	border: 2px solid #FFF;
        margin-top: 1em;
	font-size: 0.82em;
        font-variant: small-caps;
}
 


.rubriquesommaireleft {min-width: 10em; 
	               border: 2px solid #FFF;
                       margin-top: 1em;
	               font-size: 0.82em;
                       font-variant: small-caps;
                       }

.rubriquesommaireleft-top { min-width: 10em; 
	                    border: 1px solid #FFF;
                            margin-bottom: 1em;
	                    font-size: 0.82em;
                            font-variant: small-caps;
                          }

.rubriquesommaireleft-top img { margin: 0;
                                padding: 0;
                              border: none; }

.rubriquesommaireleft p { font-size: 0.88em;
                          padding: 0.7em;
                          text-align: center;
                          color: #000000;
                         }

.rubriquesmana {
        min-width: 10em;
        border: 2px solid #FFF;
        margin-top: 1em;
        font-size: 0.82em;
        font-variant: small-caps;
}


.rubart { float: left;
        width: 44%;
        margin-top: 5em;
        margin-bottom: 1em;
        font-size: 1em;
         }
.rubart a { color: #FFF; }
.rubart a:hover { color: #666699; }

.rubartr { float: right;
        width: 44%;
        margin-top: 5em;
        margin-bottom: 1em;
        font-size: 1em;
        }
.rubartr a { color: #FFF; }        
.rubartr a:hover { color: #666699; }
     

.rubrem { float: left;
        width: 40%;
        margin-top: 2em;
        margin-bottom: 1em;
        padding: 1em;
        background: #FF000A;
        border: 3px solid #FFF; }

.rubremr { float: right;
        width: 40%;
        margin-top: 2em;
        margin-bottom: 1em;
        padding: 1em;
        background: #B3071B;
        border: 3px solid #FFF;
        }

.rubmalour { float: right;
             width: 50%;
             margin-top: 2em;
             margin-bottom: 1em;
             background: inherit;
             text-align: right; 
           }

.rubphoto { float: left;
            width: 40%;
            margin-top: 2em;
            margin-bottom: 1em;
            padding: 1em 1em 0 1em;
            background: #B3071B;
            border: 3px solid #FFF;
          }


.rubphotor { float: right;
            width: 40%;
            margin-top: 2em;
            margin-bottom: 1em;
            padding: 1em 1em 0 1em;
            background: #B3071B;
            border: 3px solid #FFF;
          }


.rubmana { float: left;
        width: 40%;
        margin-top: 2em;
        margin-bottom: 1em;
        padding: 1em 1em 1em 1em;
        background: #008F00;
        border: 3px solid #FFF; }

.rubmanar { float: right;
            width: 50%;
            margin-top: 2em;
            margin-bottom: 1em;
          }


.breves { min-width: 10em; 
        border: 2px solid #FFF;
        margin-bottom: 1em;
        font-size: 0.82em;
        color: #000;
        }

.enbref { min-width: 10em; 
          border: 2px solid #FFF;
          font-size: 0.82em;
          color: #000;
        }
.brevesmana { min-width: 10em;
              border: 2px solid #FFF;
              margin-bottom: 1em;
              font-size: 0.82em;
              color: #000;
             }


.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
        color: #000;
}



#contenu .rubart ul { padding: 0.2em 0; text-align: right;}
#contenu .rubart li { padding: 0.2em 0.7em; font-size: 0.88em; }
#contenu .rubartr ul { padding: 0.2em 0; }
#contenu .rubartr li { padding: 0.2em 0.7em; font-size: 0.88em; }

.syndic p { margin: 0; padding: 0.2em 0.7em; text-align: right;  }
.syndic ul { padding: 0.4em 0; text-align: right; }
.syndic li { padding: 0.6em 0.7em; }
.rubriquesommaireleft p { margin: 0; padding: 0.2em 0.7em; text-align: right;  }
.rubriquesommaireleft ul { padding: 0.4em 0; text-align: right; }
.rubriquesommaireleft li { padding: 0.6em 0.7em; }


#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { padding: 0.4em 0; text-align: left; }
#navigation li, .encart li { padding: 0.6em 0.7em; }
#navigation .enbref ul { padding: 0.1em 0; text-align: left; }
#navigation .enbref li { padding: 0.1em 0.2em; }
/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #FFCC00; }
.rubriques .menu-titre { background: #FCEC9C; }
.rubriquesmana { background: #008F00; }
.rubriquesmana .menu-titre { background: #008F00; }
.brevesmana { background: #008F00; }
.brevesmana .menutitre { background: #008F00;}
.breves {background: #FFCC00;}
.breves .menu-titre { background: #FCEC9C; }
.enbref { background: #FFCC00; }
.enbref .menu-titre { background: #FCEC9C; }
.enbref a:hover{color: blue;  }
.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #F8F8F8; }
.divers .menu-titre { background: #FCFCF0; }
.syndic { background: #FFCC00; }
.syndic .menu-titre { background: #FCEC9C; }
.rubriquesommaireleft {background: #FFCC00;}
.rubriquesommaireleft .menu-titre { background: #FCEC9C; }

.rubriquesommaireleft-top {background: #FFCC00;}
.rubriquesommaireleft-top .menu-titre { background: #FCEC9C; }
/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 1em; }


.cartouche .titre {
	font-size: 1.5em;
	color: #B3071B;
        }
.cartouche .titremana { font-size: 1.5em;
                        color: #008F00;
                       }

#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
        margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; color: #D0D0D0; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }

.finarticle { height: 1px; color: #FFF; }




/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo { text-align: justify;
        font-size: 0.88em;
	margin-bottom: 0.5em;
	line-height: 1.4em; }

.lien {
	margin: 1em 1em 1.5em 0;
	font-size: 0.82em;
	font-weight: bold; }

.texte { margin-bottom: 1em;
         color: #D0D0D0; 
         font-size: 0.88em; 
         line-height: 1.4em;
         text-align: justify; }

.ps, .notes {
	margin-top: 1em;
	padding-top: 2px;
	 }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
        margin-bottom: 1.2em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; color: #FFE6BF; }
#document_actif { margin-top: 1em; }

/* Portfolio rubrique article 
*/

#documents_porfolioarticle {
                            clear: both;
                            margin-top: 1.4em;
                            margin-bottom: 1.2em;
                            }


/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; color: #D0D0D0;}
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre a{color: #D0D0D0; }
#documents_joints li .spip_doc_titre a:hover {color: #666699; }
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

#documents_jointsarticle { margin-top: 1.4em;
                            padding-top: 2px;
	                  }
#documents_jointsarticle h2 { margin-bottom: 0.4em; font-size: 0.82em; color: #FFE6BF;}
#documents_jointsarticle li { margin-bottom: 0.4em; }
#documents_jointsarticle li .spip_doc_titre a{color: #D0D0D0; }
#documents_jointsarticle li .spip_doc_titre a:hover {color: #666699;
                                                     text-decoration:underline; }
#documents_jointsarticle li .spip_doc_titre small { font-weight: normal; }
#documents_jointsarticle li .spip_doc_descriptif {}


/* Listes d'articles et extraits introductifs
----------------------------------------------- */

.green {background: #99CC33; }
.liensommaire a { color: #000; }
.liensommaire a:hover { color: #666699; }

.liste-articles li { margin-top: 1em;                   
                     clear: both;
                     }  
.liste-articles li a { color: #FFF; } 
.liste-articles li a:hover { color: #666699; }
.liste-articles li .titre {
	font-size: 0.88em;
        color: #FFFFFF;
        padding: 0 0.6em;
        }


.liste-articles li a { color: #FFF; } 
.liste-articles li a:hover { color: #666699; }

.liste-articles .titrephotoliste { font-size: 0.96em;
                         color: #FFF;
                         text-align: center;
                         margin: 0 0 2em 0;
                        }
.liste-articles .titrephoto { font-size: 0.96em;
                                color: #000;
                                text-align: center;
                              }
.liste-articles .titrephoto a { color: #FFF; }
.liste-articles .titrephoto a:hover { color: #666699; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
/*	margin-bottom: 16px;
	clear: right; */
           }

.rubphoto .spip_logos {float: left; margin-right: 16px;}

.rubphotor .spip_logos {float: left; margin-right: 16px;}


.liste-articles .photolien a:hover { color: #666699; } 


.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; 
        padding: 0 0.9em; }

.liste-articles li .texte {
        padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em;
        color: #D0D0D0; }

.pagination {  color: #D0D0D0;
              font-size: 0.90em; }

.lien_pagination { color: blue; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #CCC;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }
.page_plan #contenu h2 a:hover{ color: #666699; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-left: 1em;
	margin-bottom: 1em;
	list-style: square; }
.page_plan #contenu .contre-encart li { list-style: inherit; }
.page_plan #contenu .contre-encart li a{ color: #D0D0D0; }
.page_plan #contenu .contre-encart li a:hover{ color: #666699; }
/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

/* Correction des styles HTML par defaut */
.formulaire_spip form, .formulaire_spip fieldset, .formulaire_spip legend, .formulaire_spip label, .formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select, .formulaire_spip option { margin: 0; padding: 0; border: none; background: none; }

/* Styles des formulaires de Spip */
.formulaire_spip {
	text-align: left;
	font-size: 0.77em;
        color: #FFFFFF;     
                 }

.formulaire_spip p {
	margin: 0.5em 0;
	padding: 0; }

.formulaire_spip fieldset { float: right;
    display: block;
        width: 580px;
	margin: 0 0 0 0;
	padding: 2em;
        border: 2px solid #B7071B; 
        }
.formulaire_spip legend { 
	font-weight: bold;
        color: #FFCC00; 
	padding: 10px;
	background: #1E1E1E; /* Sinon, superposition dans MSIE */
}

.formulaire_spip label {}
.formulaire_spip .forml {
	width: 99%;
	padding: 1px;
	border: 1px inset;
	font-family: inherit;
	font-size: inherit;
        color: #FFFFFF;
        }

.spip_bouton { text-align: right; }
.spip_bouton input {
	margin: 3px 0;
	padding: 1px 2px;
	border: 2px outset;
        color: #505050;
        background: #FFFFFF;
	font-weight: bold;
	float: right; 
        }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #F00; }
fieldset.reponse_formulaire { border: 1px dotted; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu {
	padding: 1em;
	border: 1px solid; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
.choix_mots { width: 47%; float: left; } 
.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { text-align: left; width: 12em; }
.formulaire_recherche label { display: none; }



/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #000; }
a:hover { text-decoration: none; }

