/**
* Feuille de styles en cascade de Puissance-Zelda v6
* Cette CSS  gère l'allégement de la page en version
* imprimable.
*/

#top, #skyscrapper, #roue_lasaga, #roue_focus, #roue_encyclopedie, #roue_communaute, #left, #right, #right_top, #right_menu, #right_bottom, #monpn { display: none; }

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

h1 {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 30px;
	color: #000;
	padding: 10px;
	margin: 20px 10px 20px 10px;
	text-align: center;
	font-weight: bold;
	border-bottom: #aaa 1px 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;
}

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

a:hover { color: #888; }

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

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

td {
	border-left: #000 1px solid;
	border-top: #000 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.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;
}


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

#global {
	background: #fff;
	position: absolute;
	margin-left: -300px;
	width: 600px;
	left: 50%;
	top: 10px;
}


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

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

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

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


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

#content {
	position: relative;
	margin: 0;
	padding: 10px;
	width: 100%;
	height: 100%;
}

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

p#pdp {
	border-top: #aaa 1px dotted;
	text-align: center;
	font-family: 'Trebuchet MS', Arial, Times, sans-serif;
	font-size: 13px;
}

#footer {
	clear: both;
	height: 1px;
}