/**
* Feuille de styles en cascade de Puissance-Zelda v6
* Cette CSS  gère l'affichage du design, les styles
* typographiques et autres types d'encadrés .
*/

body {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 13px;
	background: #000;
}

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

h1 {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 20px;
	color: #000;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	background: #fff;
	border: #eee 1px solid;
	/*border-bottom: #f2f0e2 5px solid;*/
}

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

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

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;
}

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

a {
	color: #5f885c;
	text-decoration: underline;
}

a:hover { color: #888; }

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

table {
	border-right: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 90%;
}

th {
	border-left: #aaa 1px solid;
	border-top: #aaa 1px solid;
	text-align: center;
	background: #678e64 url(http://www.p-zelda.com/style/design/fond-th.jpg) repeat-x;
	font-weight: bold;
	padding: 2px;
	color: white;
}

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

/* 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; }

/* Paragraphes particuliers
---------------------------------------------------------- */

.auteur {
	font-family: Arial, Times, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

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

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

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

/* Images
---------------------------------------------------------- */

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

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

.img_ombre {
	background: url(design/fond-visnews.png);
	float: left;
	margin: 5px;
	width: 113px;
	height: 63px;
}

.img_avatar_dessins {
	padding: 0;
	margin: 0;
	width: 103px;
	height: 53px;
	background: url(http://www.p-zelda.com/style/design/fond-visarts.png);
}

img.bordered {
	border: #345d31 1px solid;
}

img.unbordered { border: none; }

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

ul {
	list-style-image: url(http://www.p-zelda.com/style/design/icones/puce.png);
}

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

/* Séparateurs
---------------------------------------------------------- */

hr {
	height: 1px;
	border-top: #345d31 1px solid;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

fieldset {
	margin-top: 15px;
	padding: 15px;
	border: #5f885c 1px solid;
}

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

fieldset label { display: block; }

fieldset input,textarea,select {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #f3f2e4;
	border: #aaa 1px solid;
}

input.submit {
	background: #eee;
	border: #aaa 1px solid;
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

input.submit:hover {
	background: #fff;
	border: #aaa 1px solid;
}

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

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

/* Encarts et encadrés
---------------------------------------------------------- */

.encart_center {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 13px;
	border: #345d31 1px solid;
	background: #f2f0e2;
	padding: 10px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.encart_center h4 {
	padding: 0;
	margin: 0;
}

.encadre {
	font-family: Arial, Times, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top: #345d31 1px solid;
	border-bottom: #345d31 1px solid;
	border-right: #345d31 4px solid;
	border-left: #345d31 1px solid;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 7px;
	padding: 2px;
	width: 450px;
	
}

.encadre p, .encadre h2 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0;
}

.section_intro {
	border: #ccc 1px solid;
	background: #f2f0e2;
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-weight: bold;
	line-height: 15px;
	font-size: 11px;
	padding: 5px;
	width: 450px;
	margin: auto;
}

#news h3 {
	margin: 0;
	padding-bottom: 0;
}

#news p {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 10px;
}

/* Haut du design
---------------------------------------------------------- */

#top {
	background: url(design/header.jpg) no-repeat;
	position: absolute;
	margin-left: -429px;
	width: 858px;
	height: 233px;
	padding: 0;
	left: 50%;
	top: 5px;
}

/* Conteneur principal de la page
---------------------------------------------------------- */

#global {
	background: url(design/overall-repeat.jpg) repeat;
	position: absolute;
	margin-left: -429px;
	width: 858px;
	left: 50%;
	top: 238px;
}

/* Conteneur de la publicité à droite
---------------------------------------------------------- */

#skyscrapper {
	width: 120px;
	position: absolute;
	right: 50%;
	margin-right: -479px;
	top: 226px;
	z-index: 1;
}

#skyscrapper iframe {
	border: none;
	height: 600px;
	width: 120px;
	background: #000;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Formulaire de connexion à Mon PN
---------------------------------------------------------- */
#monpz {
	border: 1px solid #6EA06B;
	background:#f2f0e2;
	padding: 6px 6px 10px 6px;
	margin: 10px 5px 5px 5px;
	line-height: 13px;
}

#monpz p {
	padding: 3px 0 3px 0;
	margin: 0; 
	font-family: 'Trebuchet MS', Verdana, Times, sans-serif;
	font-size: 11px;
}

#monpz form {
	padding: 0;
	margin: 0;
}

#monpz span {
	color: #5f885c;
	font-weight: bold;
}

#monpz a {
	color: #5f885c;
	font-weight: bold;
	text-decoration: none;
}

#monpz a:hover {
	color: #000;
	text-decoration: underline;
}

#monpz #avatarmonpz {
	float: left;
	margin: 0 15px 0 10px;
	padding: 0;
	vertical-align: middle;
	border: #345d31 1px solid;
}

#monpz #identifiant, #motdepasse {
	border: 1px solid #6EA06B;
	padding: 2px 2px 2px 23px;
	font-family: 'Trebuchet MS', Verdana, Times, sans-serif;
	font-size: 11px;
}

#monpz #identifiant { background: #fff url(design/icones/person.png) no-repeat 4% 50%;  }
#monpz #motdepasse{ background: #fff url(design/icones/locked.png) no-repeat 4% 50%;  }

#monpz #submitmonpz {
	border: 1px solid #ccc;
	background: #5f885c;
	color: #fff;
	font-family: 'Trebuchet MS', Verdana, Times, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}

#monpz #submitmonpz:hover {
	background: #fff;
	color: #5f885c;
}

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

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

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

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

/* Roue de navigation
---------------------------------------------------------- */

#roue_lasaga {
	display: block;
	position: absolute;
	z-index: 1;
	width: 65px;
	height: 25px;
	left: 653px;
	top: 0;
}

#roue_focus {
	display: block;
	position: absolute;
	z-index: 1;
	width: 42px;
	height: 35px;
	left: 618px;
	top: 42px;
}

#roue_communaute {
	display: block;
	position: absolute;
	z-index: 1;
	width: 64px;
	height: 30px;
	left: 696px;
	top: 45px;
}

#roue_encyclopedie {
	display: block;
	position: absolute;
	z-index: 1;
	width: 86px;
	height: 32px;
	left: 644px;
	top: 88px;
}

/* Conteneur colonne gauche
---------------------------------------------------------- */

#left {
	float: left;
	width: 116px;
	padding: 0;
	margin: 0;
}

/* Jeux
---------------------------------------------------------- */

a#jloz {
	display: block;
	width: 66px;
	height: 30px;
	background: url(design/jeux/loz.jpg) no-repeat 0 0px;
	border: none;
	padding: 0;
	margin: 0 0 0 35px;
}

a#jloz:hover {
	background: url(design/jeux/loz.jpg) no-repeat 0 -30px;
}

a#jaol {
	display: block;
	width: 69px;
	height: 36px;
	background: url(design/jeux/aol.jpg) no-repeat 0 0px;
	border: none;
	padding: 0;
	margin: 0 0 0 35px;
}

a#jaol:hover {
	background: url(design/jeux/aol.jpg) no-repeat 0 -36px;
}

a#jalttp {
	display: block;
	width: 65px;
	height: 33px;
	background: url(design/jeux/alttp.jpg) no-repeat 0 0px;
	border: none;
	padding: 0;
	margin: 0 0 0 35px;
}

a#jalttp:hover {
	background: url(design/jeux/alttp.jpg) no-repeat 0 -33px;
}

a#jlsa {
	display: block;
	width: 66px;
	height: 36px;
	background: url(design/jeux/lsa.jpg) no-repeat 0 0px;
	border: none;
	padding: 0;
	margin: 0 0 0 35px;
}

a#jlsa:hover {
	background: url(design/jeux/lsa.jpg) no-repeat 0 -36px;
}

a#joot {
	display: block;
	width: 66px;
	height: 36px;
	background: url(design/jeux/oot.jpg) no-repeat 0 0px;
	border: none;
	padding: 0;
	margin: 0 0 0 35px;
}

a#joot:hover {
	background: url(design/jeux/oot.jpg) no-repeat 0 -36px;
}

a#jmsm {
	display: block;
	width: 63px;
	height: 34px;
	background: url(design/jeux/msm.jpg) no-repeat 0 0px;
	border: none;
	padding: 0;
	margin: 0 0 0 35px;
}

a#jmsm:hover {
	background: url(design/jeux/msm.jpg) no-repeat 0 -34px;
}

a#jooa {
	display: block;
	width: 59px;
	height: 34px;
	background: url(design/jeux/ooa.jpg) no-repeat 0 0px;
	border: none;
	padding: 0;
	margin: 0 0 0 35px;
}

a#jooa:hover {
	background: url(design/jeux/ooa.jpg) no-repeat 0 -34px;
}

a#joos {
	display: block;
	width: 58px;
	height: 35px;
	background: url(design/jeux/oos.jpg) no-repeat 0 0px;
	border: none;
	padding: 0;
	margin: 0 0 0 35px;
}

a#joos:hover {
	background: url(design/jeux/oos.jpg) no-repeat 0 -35px;
}

a#jtww {
	display: block;
	width: 61px;
	height: 36px;
	background: url(design/jeux/tww.jpg) no-repeat 0 0px;
	border: none;
	padding: 0;
	margin: 0 0 0 35px;
}

a#jtww:hover {
	background: url(design/jeux/tww.jpg) no-repeat 0 -36px;
}

a#jfsa {
	display: block;
	width: 60px;
	height: 34px;
	background: url(design/jeux/fsa.jpg) no-repeat 0 0px;
	border: none;
	padding: 0;
	margin: 0 0 0 35px;
}

a#jfsa:hover {
	background: url(design/jeux/fsa.jpg) no-repeat 0 -34px;
}

a#jtmc {
	display: block;
	width: 64px;
	height: 34px;
	background: url(design/jeux/tmc.jpg) no-repeat 0 0px;
	border: none;
	padding: 0;
	margin: 0 0 0 35px;
}

a#jtmc:hover {
	background: url(design/jeux/tmc.jpg) no-repeat 0 -34px;
}

a#jtp {
	display: block;
	width: 66px;
	height: 35px;
	background: url(design/jeux/tp.jpg) no-repeat 0 0px;
	border: none;
	padding: 0;
	margin: 0 0 0 35px;
}

a#jtp:hover {
	background: url(design/jeux/tp.jpg) no-repeat 0 -35px;
}

a#jph {
	display: block;
	width: 58px;
	height: 37px;
	background: url(design/jeux/ph.jpg) no-repeat 0 0px;
	border: none;
	padding: 0;
	margin: 0 0 0 35px;
}

a#jph:hover {
	background: url(design/jeux/ph.jpg) no-repeat 0 -37px;
}

/* Conteneur colonne droite
---------------------------------------------------------- */

#right {
	background: url(design/cd-repeat.jpg) repeat;
	float: right;
	width: 257px;
	padding: 0;
}

/* Haut colonne droite
---------------------------------------------------------- */

#right_top {
	background: url(design/cd-navig.jpg) no-repeat;
	width: 257px;
	height: 146px;
	margin: 0;
	padding: 0;
}


/* Menu de la colonne droite
---------------------------------------------------------- */

#right_menu {
	position: relative;
	margin: 5px 0 0 48px;
	padding: 0;
	font-family: Arial, Times, sans-serif;
	font-size: 11px;
	width: 112px;
}

#right_menu form {
	padding: 0;
	margin: 0;
}

#right_menu ul {
	list-style-type: inherit;
	list-style-image: none;
	padding: 0 0 0 20px;
	margin: 0;
	font-weight: bold;
}

#right_menu a {
	text-decoration: none;
	color: #5f885c;
}

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

/* Formulaire de recherche
---------------------------------------------------------- */

#search
{
	padding: 5px 2px 0 2px;
	margin: 0;
}

#search fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}

#search #mots_recherche
{
	padding: 2px 0 2px 22px;
	background: #f3f2e4 url(design/icones/search.png) no-repeat 4% 50%;
}

#search #mots_recherche:hover
{
	background: #fff url(design/icones/search.png) no-repeat 4% 50%;
}

#search #sub_recherche, #mots_recherche, #type_recherche
{
	display: block;
	font-family: Arial, times, sans-serif;
	font-size: 11px;
	background: #f3f2e4;
	border: #aaa 1px solid;
	font-weight: bold;
}

#search #sub_recherche:hover, #mots_recherche:hover, #type_recherche:hover
{
	background: #fff;
}

/* Bas de la colonne droite
---------------------------------------------------------- */

#right_bottom {
	background: url(design/cd-bottom.jpg) no-repeat;
	width: 257px;
	height: 82px;
}

/* Conteneur de la page
---------------------------------------------------------- */

#content {
	position: relative;
	margin-left: 116px;
	margin-right: 257px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

/* Pied de page textuel
---------------------------------------------------------- */

p#pdp {
	border-top: #aaa 1px dotted;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
}

/* Bas du design
---------------------------------------------------------- */

#footer {
	background: url(design/footer.jpg) no-repeat;
	width: 858px;
	height: 105px;
	clear: both;
}

/* Lien de retour en haut
---------------------------------------------------------- */

a#up {
	display: block;
	position : absolute;
	z-index: 1;
	bottom: 45px;
	right: 50%;
	margin-right: -283px;
	width: 50px;
	height: 22px;
}