/**
* Feuille de styles en cascade de Puissance-Zelda v6
* Cette CSS  gère divers éléments supplémentaires.
*/

/* Eléments de l'accueil
---------------------------------------------------------- */

div#accueil_unes {
	border-bottom: 2px solid #345d31;
	background: #f2f0e2;
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 11px;
	overflow: auto;
	padding-bottom: 5px;
	text-align: center;
}

div#accueil_unes_titre {
	background: url(../unes/titre-encadre.jpg);
	width: 450px;
	height: 21px;
}

div.accueil_unes_element {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 120px;
	text-align: center;
	padding: 0;
}

div.accueil_unes_element img {
	margin: 0 0 5px 0;
	padding: 0;
}

div.accueil_unes_element a {
	font-weight: bold;
	text-decoration: underline;
	color: #5f885c;
}

div.accueil_unes_element a:hover {
	text-decoration: underline;
	color: #000;
}

div#accueil_reseau {
	margin: 20px 0 0 0px;
	padding-bottom: 25px;
}

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

div#encart_sondage p  {
	margin: 10px 0 0 0;
	padding: 0;
}

div#encart_sondage h4 {
	margin: 0 5px 5px 5px;
	padding: 0;
}
	
/* Eléments de l'encyclopédie
---------------------------------------------------------- */

ul#encyclopedie_onglets {
	padding: 0;
	height: 22px;
	border-bottom: #ddd 5px solid;
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #fff;
	list-style-type: none;
	list-style-image: none;
	width: 465px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

ul#encyclopedie_onglets li.normal {
	background: url(http://www.p-zelda.com/encyclopedie/imgs/onglet-normal.png) no-repeat;
	float: left;
	margin-left: 2px;
	width: 90px;
	height: 17px;
	padding-top: 5px;
	text-align: center;
}

ul#encyclopedie_onglets li.normal:hover {
	background: url(http://www.p-zelda.com/encyclopedie/imgs/onglet-actif.png) no-repeat;
}

ul#encyclopedie_onglets li.normal a {
	color: #fff;
	text-decoration: none;
}

ul#encyclopedie_onglets li.normal a:hover {
	color: #000;
	text-decoration: underline;
}

ul#encyclopedie_onglets li.active {
	background: url(http://www.p-zelda.com/encyclopedie/imgs/onglet-actif.png) no-repeat;
	width: 90px;
	height: 17px;
	padding-top: 5px;
	margin-left: 2px;
	float: left;
	text-align: center;
}

ul#encyclopedie_onglets li.active a {
	text-decoration: none;
	color: #000;
}

ul#encyclopedie_onglets li.active a:hover {
	text-decoration: underline;
}

/* Eléments de la section "La Saga"
---------------------------------------------------------- */

div#screenshots {
	width: 100%;
	padding: 0;
	margin: 0;
}

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

#synopsis{
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	padding: 2px;
}

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


/* Eléments de la section focus
---------------------------------------------------------- */

div.last_focus {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 13px;
	border: #ccc 1px solid;
	background: #eee;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	width: 450px;
}

/* Eléments de la rubrique "dessins"
---------------------------------------------------------- */

.cadres_dessins {
	margin: 0 auto 0 auto;
	width: 465px;
	padding: 0;
}

.cadre_dessins {
	border-left: #5f885c 2px solid;
	border-bottom: #5f885c 2px solid;
	border-top: #aaa 1px solid;
	border-right: #aaa 1px solid;
	background: #f2f0e2;
	padding: 0 15px 0 15px;
	margin: 0 5px 10px 0;
	float: left;
	width: 190px;
	height: 180px
}

.cadre_dessins h4, .cadre_dessins p {
	margin: 0;
	padding: 5px;
}

div#dessins {
	width: 100%;
	padding: 0;
	margin: 0;
}

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