
/* ------------------
Puissance-Zelda v7
Cette CSS gère la typographie de la page.
--------------------*/

/* Général
------------------- */

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

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.noborder {
	border: none;
}

.border {
	border: #215e8b 1px solid !important;
}


.fleft {
	float: left;
	margin, padding: 0;
}

.fright {
	float: right;
	margin, padding: 0;
}

.clear {
	clear: both;
}

small img {
	vertical-align: text-bottom;
}

abbr a {
	text-decoration: none;
}

a img {
	border: none;
}


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


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


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

h3 {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #215e8b;
}

h4 {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 13px;
}

h2 a, h3 a, h4 a { text-decoration: none; }


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

a {
	color: #215e8b;
	text-decoration: underline;
}

a:hover {
	color: #990000;
}


/* Encadrés
------------------- */

div.encadre {
	background: #c1e6f6;
	border: #215e8b 1px solid;
	padding: 0;
}

div.encadre h2, div.encadre h3 {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 14px;
	background: #215e8b;
	color: #fff;
	padding: 3px;
	margin: 0;
	text-align: center;
}

div.encadre p {
	padding: 5px;
}

div.encart {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 5px 5px 5px 10px;
	background: #deedf3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.encart h2 {
	font-family: 'Trebuchet MS', sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #215e8b;
	//font-weight: bold;
}

div.encart h2, div.encart h3 {
	text-align: right;
	margin-right: 10px;
	margin-top: -15px;
	padding-bottom: 0;
	
}

div.encartPointilles {
	width: 100%;
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: Verdana;
	padding: 0;
}

div.encartPointilles h2 {
	border: #215e8b 1px solid;
	background: #215e8b;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 4px;
	font-weight: bold;
	margin: 0;
}

div.encartPointilles div {
	margin-top: -10px;
	padding-top: 10px;
	border: #215e8b 1px dotted;
	border-top: none;
}

div.encartPontilles ul {
	padding-left: 30px;
}

div.triviaHasard {
	margin-bottom: 20px;
	border: #ccc 1px solid;
	font-family: Verdana;
	background: url(/design/img/accueil/trivia-bg.png) repeat-x top left #f6dc8d;
	width: 100%;
	font-size: 11px;
}

div.triviaHasard h2 {
	background: #333;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 4px;
	font-weight: bold;
	margin-top: 0;
}

div.triviaHasard p {
	padding: 10px;
}

/* Onglets
------------------- */

ul {
	line-height: 17px;
}

ul.onglets {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	list-style-type: none;
	padding-left: 8px;
	padding-bottom: 24px;
	border-bottom: #215e8b 1px solid;
	margin-left: auto;
	margin-right: auto;
}

ul.onglets li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.onglets a {
	float: left;
	height: 15px;
	margin-right: 8px;
	text-align: center;
	background: #deedf3;
	border: #215e8b 1px solid;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	padding: 4px;
	color: #215e8b;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

ul.onglets a.active, ul.onglets a:hover {
	background: #215e8b;
	color: #fff;
}


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

fieldset {
	margin-top: 15px;
	padding: 15px;
	border: #95c2d6 1px solid;
	margin-left: auto;
	margin-right: auto;
}

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

input,textarea,select {
	background: #deedf3;
	border: #95c2d6 1px solid;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 2px;
}

input.submit {
	background: #deedf3;
	border: #95c2d6 1px solid;
	font-family: Verdana, Times, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #215e8b;
}

input.submit:hover {
	border: #215e8b 1px solid;
}


/* Tableaux
------------------- */

table {
	border-collapse: collapse;
	border: #215e8b 1px solid;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 95%;
}


th {
	border-left: #215e8b 1px solid;
	border-top: #215e8b 1px solid;
	text-align: center;
	background: #215e8b;
	font-weight: bold;
	padding: 3px;
	color: #fff;
}


td {
	border-left: #215e8b 1px solid;
	border-top: #215e8b 1px solid;
	padding: 3px;
	color: #000;
	background: #fff;
}

td.alt, tr.alt td {
	background: #deedf3;
}

/* Divers
------------------- */

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

big {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
}

big a {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

big a:hover {
	text-decoration: underline;
}

q,cite {
	font-style: italic;
}

cite:before { content: open-quote }
cite:after  { content: close-quote }

blockquote {
	padding-left: 22px;
	padding-top: 5px;
	margin: 30px 30px 25px 30px;
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	background: url(/design/icones/blockquote-open.png) no-repeat top left;
}

blockquote p {
	display: inline;
	background: url(/design/icones/blockquote-close.png) bottom right no-repeat;
	padding-right: 20px;
	padding-bottom: 5px;
}

hr {
	height: 3px;
	background: #215e8b;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}

.contenuDossier {
	clear: both;
	text-align: justify;
	padding-right: 5px;
}

.contenuDossier p:first-child:first-letter {
	float: left;
	margin: 0 10px 0 0;
	color: #215e8b;
	font-style: italic;
	font-size: 56px;
	font-weight: bold;
}

.texteEtape {
	text-align: justify;
}

.texteEtape h3, .texteEtape .encadre {
	margin-top: 30px;
}

.texteEtape .encadre {
	margin-bottom: 30px;
}

/*Spoilers dans les commentaires des news */

.spoil{
    color : #FFFFFF;
    background : #FFFFFF;
}
