/* ------------------
Puissance-Zelda v7
Cette CSS gère le positionnement des éléments de la page.
--------------------*/

body {
	width: 100%;
	padding: 0;
	margin: 0;
}

#global { /* parent : body */
	width: 100%;
	padding: 5px 0 0 0;
	margin: 0;
}

#header { /* parent : #global */
	display: none;
}

a#h_accueil { /* parent : #header */
	display: none;
}

/* Menu des jeux
parent : #header */
a#h_loz {
	display: none;
}

a#h_loz:hover {
	display: none;
}

a#h_aol {
	display: none;
}

a#h_aol:hover {
	display: none;
}

a#h_alttp {
	display: none;
}

a#h_alttp:hover {
	display: none;
}

a#h_la {
	display: none;
}

a#h_la:hover {
	display: none;
}

a#h_oot {
	display: none;
}

a#h_oot:hover {
	display: none;
}

a#h_mm {
	display: none;
}

a#h_mm:hover {
	display: none;
}

a#h_ooa {
	display: none;
}

a#h_ooa:hover {
	display: none;
}

a#h_oos {
	display: none;
}

a#h_oos:hover {
	display: none;
}

a#h_tww {
	display: none;
}

a#h_tww:hover {
	display: none;
}

a#h_tmc {
	display: none;
}

a#h_tmc:hover {
	display: none;
}

a#h_tp {
	display: none;
}

a#h_tp:hover {
	display: none;
}

a#h_ph {
	display: none;
}

a#h_ph:hover {
	display: none;
}

a#h_st {
	display: none;
}

a#h_st:hover {
	display: none;
}

a#h_zw {
	display: none;
}

a#h_zw:hover {
	display: none;
}

ul#menu_h { /* parent : #header */
	display: none;
}

#rechercheForm { /* parent : #header */
	display: none;
}


#page { /* parent : #global */
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#left { /* parent : #page */
	display: none;
}


#contenu { /* parent : #page */
	float: left;
	width: 760px;
	margin: 0;
	padding: 25px 10px 10px 10px;
}


#jukebox { /* parent : #contenu */
	display: none;
}


#footer { /* parent : body */
	display: none;
}

#link_up { /* parent : footer */
	display: none;
}


/* Typographie */

h1 {
	margin: 0;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: normal;
	font-size: 24px;
	border-bottom: #ccc 1px solid;
	color: #215e8b;
	padding-left: 35px;
	background: url(/design/img/titre_perle.png) no-repeat 5px 4px;
}

p#fil {
	margin: 5px 0 25px 0;
	font-family: Verdana;
	font-size: 11px;
	color: #777;
}

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

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

#pdp {
	font-family: Verdana;
	font-size: 11px;
	border-top: #215e8b 2px solid;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
}

