/* Couleur Blanc */

/* Habillage */

body {
	color: #666;
	background-color: #000;
}

#principal {

}

#entete {	

}

#nom_site {	
	color: #ccc;
}

#descriptif_site {	
	color: #ccc;
}

#placard {
	border-width: 1px;
	border-style: solid;	
	border-color: #ccc;
	background-color: #000;	
}

#contenu {	

}

/* Images */


#images img {
	border-width: 0;
	border-style: solid;	
	border-color: #fff;
	background-color: #000;
}
html>body #images .image {

}

#pied {

}

#semelle {

}

/* Logos */

.logo {	
	border-width: 1px;
	border-style: solid;	
	border-color: #ccc;
	background-color: #000;	
}
.logo a,a:hover {	

}


/* intertitres */

#contenu h3 {
	color: #ccc;
	background-color: #000;
}
#contenu h4 {
	color: #ccc;
	background-color: #000;
}
#contenu h5 {
	color: #ccc;
	background-color: #000;
}
#contenu h6 {
	color: #ccc;
	background-color: #000;
}


/* Liens */

a,a:link,a:visited {
	color: #999;
}
a:hover {
	color: #ccc;
}

a.nom_site,a:link.nom_site,a:visited.nom_site,a:hover.nom_site {
	color: #ccc;
}

a.descriptif_site,a:link.descriptif_site,a:visited.descriptif_site,a:hover.descriptif_site {
	color: #ccc;
}


/* Menu pied */

#menu_pied {
	color: #ccc;
}


#copyright {
	color: #666;
}

#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	color: #666;
	text-decoration: underline;
}


/*  ------------------------------------------
/*  Couleur 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, .formulaire_spip formulaire_ecrire_auteur { background: none; }

/* Styles des formulaires de Spip */
.formulaire_spip {
	background: #000;
	color: #ccc;	
}

.formulaire_spip p {
	background: #000;
	color: #ccc;	
}

.formulaire_spip textarea {
	background: #000;
	color: #ccc;
	border: 1px solid #333;	
}

.formulaire_spip fieldset {

}
.formulaire_spip legend { 

}

.formulaire_spip label {
	margin: 1em 0;
}
.formulaire_spip .forml {
	background: #000;
	color: #ccc;	
	border: 1px solid #333;
}

.spip_bouton { 

}
.spip_bouton input {
	background: #000;
	color: #666;	
	border: 1px solid #333;
	padding: 0.5em;
}

/* Reponse du formulaire */
.reponse_formulaire { 
	color: #666;
	}
.reponse_formulaire b { 
	color: #999;
	}
fieldset.reponse_formulaire { 

	}

/* Previsualisation du message */
fieldset.previsu {

	}

/* Formulaire de login au forum */
.formulaire_login_forum .forml { 
	background: #000;
	color: #333;	
	border: 1px solid #333;
 }
.formulaire_login_forum .spip_logos { }

/* Choix des mots-clefs */
.choix_mots { } 
.choix_mots label { }

/* Formulaire de recherche */
.formulaire_recherche forml { 
	color: #ccc;	
	border: 1px solid #333;
	background-color: #000;
}

/* Typo */


blockquote {
	color: #ccc;
}
code {
	color: #ccc;
}
tt {
	color: #ccc;
}
input {
	border: 1px solid #333;
	background: #000;
	color: #ccc;
	margin: 1em 0;
	height: 1.5em;		
}
#var_login {
	border: 1px solid #333;
	background: #000;
	color: #ccc;
	margin: 1em 0;
	height: 1.5em;		
}
#password {
	border: 1px solid #333;
	background: #000;
	color: #ccc;
	margin: 1em 0;
	height: 1.5em;		
}
.submit {
	border: 1px solid #333;
	background: #000;
	color: #ccc;
	margin: 1em 0;
	height: 1.5em;		
}
textarea {
	background: #000;
	color: #ccc;
	border: 1px solid #333;		
}
.rub {
  color: #ccc; 
}
.rub:hover {
  color: #999;
}
#movie {
	background-color: #000;
}
.texte_movie {
	color: #ccc;		
}
.surtitre {	
	padding: 0;
	font-weight: normal;
	color: #ccc;
}
.titre {	
	color: #999;
}
.titre:hover {	
	color: #ccc;
}
.soustitre {	
	color: #ccc;
}
.intertitre {	
	color: #ccc;
}

/* spip */

p.spip {
	color:#666;
}
strong.spip {
	color:#ccc;
}
i.spip {
	color:#999;
	font-style: normal;
}
.spip_encadrer {
	color: #ccc;
	background-color: transparent; 
}
.spip_cadre {
	color: #ccc;
	border: 1px solid #666;
	background-color: transparent;  
}
.spip_surligne { 
	background-color: #ccc; 
}

/*
 * Barre de raccourcis
 */

a.spip_barre img {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	background-color: #ccc;
}
a.spip_barre:hover img {
	border: 1px solid #666;
	padding: 3px;
	background-color: #ccc;
}
