
/* Mise en page générale */
* {
	font-family: "DejaVu Sans Condensed", "Verdana";
	font-size: 13px;
}
a, a.file {
	color: inherit;
	text-decoration: none;
	color: #CCCCCC;
}
body {
	color: #000000;
	overflow-y : scroll;
	padding: 5px;
	margin: 0;
}
img {
	border: 0;
}
div#conteneur {
	width: 1000px;
	margin: auto;	
}
div#entete {
	text-align: center;
}
div#logo {
	margin-right: 5px;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Fonds hachurés */
ul.accueilFil li:hover, div#vignettesAvant, div#vignettesApres, div#entete {
/*	background-image: url(grille_blanc.png);
	background-position: top left;
	background-repeat: repeat; */
	background-color: rgba(0, 0, 0, 0.4);
}
form#controles, div#article, div#vignetteActuelle {
/*	background-image: url(grille_noir.png);
	background-position: top left;
	background-repeat: repeat; */
	background-color: rgba(255, 255, 255, 0.2);
}

/* Liste de vignettes*/
div#liste img {
	margin: 5px;
	vertical-align: bottom;
	height: 120px;
}
div#vignetteActuelle {
	text-align: center;
}
div#vignettesAvant, div#vignetteActuelle, div#vignettesApres {
	overflow: hidden;
}

/* Fils - controles */
.fil {
	border: 1px solid #000000;
	background: transparent;
	color: #000000;
	padding: 0 2px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.present, input#recherche.present {
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}
.actif {
	color: #DDAA33;
	border-color: #DDAA33;
}
img#rss {
	vertical-align: middle;
	margin-left: 10px;
}
input#filtrer {
	display: none;
}
input#recherche {
	border: 1px solid #000000;
	color: #000000;
	padding: 0 2px;
	width: 80px;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;
	height: 18px;
}
input#recherche.present {
	font-style: normal;
}

/* Contenu des articles */
span.t1 {
	color: #DDAA33;
	font-weight: bold;
}
span.t2 {
	color: #000000;
}
div#article {
	text-align: justify;
}
div#titre {
	color: #DDAA33;
	font-weight: bold;
	font-size: 120%;
	border-bottom: 2px solid #DDAA33;
}
div#date {
	color: #CCCCCC;
	float: right;
}
div#versions {
	color: #CCCCCC;
	padding: 2px;
	border-bottom: 2px solid #DDAA33;
	background-image: url(grille_noir.png);
	background-position: top left;
	background-repeat: repeat;
}
div#versions ul {
	margin: 0;
	padding: 0 10px;
}
div#versions ul li {
	list-style-position: inside;
	list-style-type: circle;
}
div#versions a {
	font-weight: bold;
	color: #CCCCCC;
}
div#contenu {
	margin-top: 15px;
	overflow: auto;
}
.good, .confirmation {
	color: #004400;
	font-weight: bold;
}
.evil, .erreur {
	color: #440000;
	font-weight: bold;
}
.source {
	margin-bottom: 0;
	color: #333333;
}
.texte {
	width: 450px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.code, .file {
	font-family: monospace;
}
.code {
	color: #9999FF;
}
.file {
	color: #55CC55;
}

/* Accueil des fils */
ul.accueilFil li {
	padding: 3px 5px;
}

/* Gestion */
label {
	display: block;
	width: 100px;
	float: left;
	padding-top: 5px;
}
input, textarea, select {
	margin: 2px;
}
input#identifiant {
	width: 250px;
}
textarea {
	width: 600px;
	height: 150px;
}
select#fils {
	width: 150px;
	height: 145px;
}

/* Gallerie d'images Freewall */
.free-wall {
	width: 750px;
}
.brick img {
	margin: 0;
	display: block;
}
.W1 { width: 100px }
.W2 { width: 200px }
.W3 { width: 300px }
.W4 { width: 400px }
