/* PERSONNALISATION DE SPIP-STYLE                          version 1.9  */
/* Cette feuille contient les styles associes au code genere par SPIP.  */
/* à la sauce renke/icon-network        */
html {
	overflow-y : scroll;
	scrollbar-face-color: #000000; 
}
body {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	color: #999999;
}
/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

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

/* Typo pour le contenu */
#contenu {
	font-family: Arial, Helvetica, sans-serif; 
}
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: "Trebuchet MS", Helvetica, sans-serif }
	
sup { line-height: 70%; }
/*  ------------------------------------------
/*  Styles Spip par defaut
/*  ------------------------------------------ */



h3.spip {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 1.15em; 
	font-weight: bold;
	color: #F9BF12;
}

/* * Couleurs des liens de Spip */
a.spip_out, a.spip_url { color: #999999; text-decoration: underline; } /* liens sortants de l'article */
a.spip_out:hover, a.spip_url:hover { color: #FFFFFF; text-decoration: none; }
a.spip_in { font-weight: bold; color: #F9BF12; } /* liens internes */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #FFFFFF; } /* liens exposes */
.rubriques ul li .on { font-weight: bold; color: #777777; }
.rubriques ul li .on:hover { font-weight: bold; color: #FFFFFF; }

a.spip_note:link { color: #FFFFFF; text-decoration: none; font-size: 85%; } /* liens vers notes de bas de page */


#hierarchie {
float: right;
}


#hierarchie a:link, 
#hierarchie a:visited,
#hierarchie a:active,
#hierarchie a:hover,
#hierarchie a:focus {
	color: #999999;
} 

/*  ------------------------------------------
/* PAGE PRINCIPALE
---------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}
#global-table {
	height: 100%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 0;
}
#global-long {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 0;
}
#global-td {
	vertical-align: middle;
	text-align: center;
    margin: 0;
    padding: 0;
}
#page {
	width: 800px;
	text-align: left;
	border: 1px solid #333333;
	color: #999999;
	background-color: #000;
	min-height: 580px;
    margin: 0;
    padding: 0;
}

#conteneur { /* Blocs du contenu (c-a-d. la colonne principale) */
	margin: 0;
	padding: 0;
	width: 800px;
	min-height: 580px;
	text-align: left;
	background: url(images/network.png) repeat-y left top;
	float: left; /* Ce float:left corrige l'affichage de son background-image pour FF */
}

#conteneur #contenu {
	float: right;
	width: 640px;
	padding-bottom: 70px;
	text-align: justify;
}
#conteneur #contenu h6 {
	margin: 0;
	padding: 0;
}
/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

#album-vignettes {
	clear: left;
	width: 600px;
	height: 240px;
	text-align: center;
	margin-top: 30px;
}
.correct-float {
	width: 115px;
	height: 115px;
	float: left;
}
.vignettes-box {
	float: left;
	height: 118px;
	width: 118px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px;	/* Equivalent de cellspacing */
	border-collapse: collapse; /* Equivalent de cellspacing pour IE */
	border: 1px solid #1F1F1F;
	background-color: #111111;
}
.vignettes-box td {
	vertical-align: middle;
	text-align: center;
    margin: 0;
    padding: 0;
}
.vignettes-pagination {
	width: 600px;
	text-align: center;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

.vignettes-pagination a, .photo-pagination a {
	color: #ffffff;
}

#album-photo {
	width: 600px;
	margin: 0;
	padding: 0;
}
.album-photo-titre {
	width: 400px;
	margin: 0 100px;
	text-align: center;
	font-size: 11px;
}
.album-photo-titre ul, .album-photo-titre li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.album-photo-titre ul {
	margin-top: 7px;
}
#photo-box {
	height: 400px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 0;
	border-spacing: 0px;	/* Equivalent de cellspacing */
	border-collapse: collapse; /* Equivalent de cellspacing pour IE */
}
#photo-box td {
	vertical-align: middle;
	text-align: center;
    margin: 0;
    padding: 0;
}
.photo-pagination {
	clear: both;
	width: 600px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
.legend-popup {
	margin: 20px 0;
	text-align: center;
	font-size: 11px;
}
.legend-popup dt, .legend-popup dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.legend-popup a {
	font-size: 11px;
	color: #777777;
	margin-top: 15px;
	border: none;
}

.separateur {
	clear: both;
}

/*  Cartouche et titraille
---------------------------------------------- */

.cartouche .titre {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: right;  
	font-size: 2em; 
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}
#contenu .surtitre { 
	font-size: 0.82em;
	text-align: right;
	color: #F9BF12;	
}
#contenu .soustitre {
	font-size: 1em;
	text-align: left;
	color: #F9BF12;
	text-transform: uppercase;
	font-weight: bold;
}

.cartouche .spip_logos { /* Logos, documents et images */
	float: left; 
	margin: 0 10px 0 0; }
	
/* Logos en haut des sous-rubriques et des articles de la rubrique */
.logo_entete { margin: 0; padding: 0; text-align: center; font-size: 0.71em;}	

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

.cartouche p small a { color: #999999; } /* Lien "auteur" sur articles */
.liste-articles li small a { color: #999999; } /* Lien "auteur" sur page "last publi" */


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


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.describ {
	width: 600px;
	clear: both;
	margin-left: 15px;
	margin: 50px 0;
}
.chapo {
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.2em;
 	font-size: 1em;
	color: #FFFFFF;	}

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold;}

.texte { color: #999999; font-size: 0.9em; 	line-height: 1.2em; }
.texte a { color: #999999; text-decoration: underline; }
.texte a:hover { color: #FFFFFF; text-decoration: none; }
.texte h4 { font-size: 15px; font-weight: bold; }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

#documents_joints { width: 600px; }
/*  ------------------------------------------
/* PIED DE PAGE
---------------------------------------------- */


/* Pied de page */
#pied {
	clear: left;
	width: 796px;
	margin-top: 0;
	padding: 2px;
	text-align: center;
	border: none;
}
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }

.ps a:link { color: #F9BF12; text-decoration: none; }
.ps a:hover { text-decoration: underline; }