/**
* CSS de fans.puissance-zelda.com
* Feuille de styles de Bakura
*/

/*** TYPOGRAPHIE ***/

/* Titres
---------------------------------------------------------- */

h1 {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	border-bottom: #9e564f 5px solid;
	background: #efefef;
	padding: 5px;
	margin: 10px 5px 5px 0;
}

h1:first-letter {
	font-family: Verdana, Times, sans-serif;
	font-size: 28px;
	color: #9e564f;
}

h2 {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 18px;
}

h3 {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #9e564f;
}

h4 {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #000;
}

h5 {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 4px;
	padding : 2px;
	border-bottom: #000 1px dotted;
}

/* Fil d'Ariane
---------------------------------------------------------- */

#fil {
	font-family: Arial, Times, sans-serif;
	font-size: 11px;
	color: #888;
}

#fil a {
	color: #888;
	text-decoration: underline;;
}

#fil a:hover { color: #000; }

/* Séparateur
---------------------------------------------------------- */

hr {
	color: #9e564f;
	background: #9e564f;
	height: 2px;
	border: 0;
}

/* Liens
---------------------------------------------------------- */

a {
	color: #9e564f;
	text-decoration: underline;
}

a:hover { color: #000; }

/* Tableaux de données
---------------------------------------------------------- */

table {
	border-right: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
	padding: 0;
}

th {
	border-left: #aaa 1px solid;
	border-top: #aaa 1px solid;
	text-align: center;
	background: #9e564f;
	font-weight: bold;
	padding: 2px;
	color: white;
}

td {
	border-left: #aaa 1px solid;
	border-top: #aaa 1px solid;
	background: white;
	padding: 2px;
	color: black;
	text-align: center;
}

td.alter { background: #eee; }

/* Galeries d'images
---------------------------------------------------------- */

.galerie {
	border:  #ddd 1px solid;
	background: #eee;
	text-align: center;
	width: 146px;
	height: 150px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 5px 10px 0;
	float: left;
	vertical-align: middle;
}

/* Alignements des balises in-line
---------------------------------------------------------- */

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.justify { text-align: justify; }

/* Sortir du flux avec positionnements float
---------------------------------------------------------- */

.clear_left { clear: left; }
.clear_right { clear: right;}
.clear_both { clear: both; }

/* Portions de texte
---------------------------------------------------------- */

small {
	font-family: Arial, Times, sans-serif;
	font-size: 11px;
}

span.u { text-decoration: underline; }
span.red { color: #cc0000; }

/* Paragraphes
---------------------------------------------------------- */
p.chapitre {
	text-align: justify;
}

p.chapitre:first-letter {
	float: left;
	margin-right: 5px;
	font-family: Verdana, Times, sans-serif;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	color: #9e564f;
}

/* Positionnements en float
---------------------------------------------------------- */

.fleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0;
}

.fright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0;
}

/* Style des images
---------------------------------------------------------- */

img.bordered { border: #9e564f 1px solid; }
img.unbordered { border: none; }

/* Encarts
---------------------------------------------------------- */
div.majs {
	background: #eee url(/maj/exelo.jpg) no-repeat;
	background-position: 10px 10px;
	padding: 5px 5px 5px 105px;
	border-bottom: #9e564f 1px solid;
	border-right: #9e564f 1px solid;
	border-left: #9e564f 1px solid;
	height: 110px;
}

div.encart li, div.encart2 li { margin-top: 3px; }

div.encart {
	border-bottom: #9e564f 4px solid;
	padding: 0;
	background: #e7ccc3;
}

div.encart p { margin: 15px 7px 7px 7px; }

div.encart h2 {
	padding: 5px;
	background: #9e564f;
	text-align: center;
	margin: 0;
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 16px;
	border: none;
	color: #fff;
	font-style: normal;
}

div.encart2 {
	padding: 5px;
	border: #aaa 1px solid;
	background: #eee;
}

div.encart2 h2 {
	padding: 2px;
	margin: 0;
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 16px;
	font-style: italic;
	border-bottom: #aaa 3px solid;
}

div.publier {
	width: 260px;
	padding: 5px;
	text-align: center;
	font-family: Arial, Times, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	color: #9e564f;
	border: #9e564f 1px solid;
}

div.publier:hover {
	background: #9e564f;
	color: #fff;
}

div.publier a {
	text-decoration: none;
	color: #9e564f;
}

div.publier:hover a, div.publier a:hover {
	text-decoration: none;
	color: #fff;
}

div.confirmer {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
	font-weight: bold; 
	color: #000;
	background: #d2f5c0;
	border: #65a147 1px solid;
	margin-bottom: 15px;
}

div.confirmer a { color: #4c6e3c; }

/* Listes
---------------------------------------------------------- */

ul {
	list-style-image: url(/style/design/icones/puce.png);
}

ul.noimg{
	list-style-image: none;
}

ul.ulspace li { margin-bottom: 10px; }
ul.nospace li { margin-bottom: 0; margin-top: 0; }

/* Formulaires
---------------------------------------------------------- */

fieldset {
	margin-top: 15px;
	padding: 15px;
	border: #9e564f 1px solid;
}

fieldset legend {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:  #9e564f;
}

fieldset label { display: block; }

fieldset textarea, select, input {
	font-family: Arial, Times, sans-serif;
	font-size: 12px;
	background: #eee;
	border: #9e564f 1px solid;
	padding: 3px;
}

.submit {
	background: #9e564f;
	border: #9e564f 1px solid;
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.submit:hover {
	background: #fff;
	color: #9e564f;
}

#membres_identifiant {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-weight: bold;
	padding: 2px 2px 2px 23px;
	background: #fff url(/style/design/icones/person.png) no-repeat 4% 50%;
}

#membres_passe {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-weight: bold;
	padding: 2px 2px 2px 23px;
	background: #fff url(/style/design/icones/locked.png) no-repeat 4% 50%;
}

/* Citations
---------------------------------------------------------- */

q,cite,blockquote {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #000;
}
