/* ------------------
Puissance-Zelda v7.5
Typographie
--------------------*/


.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }

.noborder { border: none; }

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

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

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

.clear {
	clear: both;
}

a {
	color: #2f7588;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

#xiti-logo img, #xiti-logo-noscript img {
	border: none; !important
}

h1 {
	background: url(/design/img/titre.jpg) no-repeat 5px 0;
	margin: 15px 0 0 10px;
	padding-left: 32px;
	padding-bottom: 5px;
	color: #2f7588;
	font-size: 22px;
	font-weight: bold;
	border-bottom: #ddd 1px solid;
	font-family: 'Trebuchet MS';
}


h2 {
	margin-top: 25px;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Trebuchet MS';
}

h2 a {
	color: #000;
	text-decoration: none;
}

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

h3 {
	margin-top: 30px;
	font-size: 16px;
	color: #2f7588;
	font-family: 'Trebuchet MS';
}

h3 a {
	color: #000;
	text-decoration: none;
}	

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

p#fil {
	margin: 5px 0 20px 10px;
	font-size: 12px;
	color: #aaa;
}

p#fil a, p#pied a {
	text-decoration: underline;
	color: #aaa;
	font-weight: bold;
}

p#fil a:hover, p#pied a:hover {
	color: #2f7588;
}

p#pied {
	clear: both;
	float: right;
	font-size: 12px;
	color: #aaa;
	text-align: right;
	border-top: #ddd 1px solid;
	width: 350px;
	padding-bottom: 20px;
}

ul#sitesAmis {
	list-style-type: none;
	//font-size: 11px;
	padding-left: 0;
}

ul#sitesAmis li:before { 
	content: "- "; 
} 

ul#sitesAmis a {
	color: #000;
}

ul#sitesAmis a:hover {
	text-decoration: underline;
}

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

abbr a {
	text-decoration: none;
}

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

fieldset {
	margin-top: 30px;
	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: #2f7588;
}

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

textarea {
	font-family: 'Trebuchet MS';
	font-size: 13px;
}

input.submit {
	background: #222 url(/design/img/submit.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #2f7588;
}

input.submit:hover {
	background: #1C7789;
}

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: #1C7789 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: #e7fbfc;
	border: #1C7789 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: #1C7789;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

ul.onglets a.active, ul.onglets a:hover {
	background: #1C7789;
	color: #fff;
}

div.encart {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 5px 15px 10px;
	background: #e7fbfc;
	position: relative;
	text-align: left;
}


div.encart h2 {
	width: 80%;
	margin: 0 auto;
	padding: 5px;
	background: url(/design/img/titre-fond.png);
	text-align: center;
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 15px;
	border: none;
	color: #fff;
	font-style: normal;
}

div.encart h2 a {
	color: #fff;
	text-decoration: none;
}

div.encart h2 a:hover {
	text-decoration: underline;
}

div.fenetre {
	margin: 15px 10px 15px 10px;
	padding: 10px;
	text-align: center;
	background: #f4f4f4;
	border: #1C7789 1px dashed;
}

div.fenetre:hover {
	background: #fcf6ca;
}

div.encadre {
	background: #e7fbfc;
	border: #1C7789 1px solid;
	padding: 0;
	margin: 30px auto;
}

div.encadre h2, div.encadre h3 {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: normal;
	font-size: 14px;
	background: url(/design/img/titre-fond.png);
	color: #fff;
	padding: 3px;
	margin: 0;
	text-align: center;
}

div.encadre p {
	padding: 7px;
}

div.confirmer {
	width: 90%;
	margin: 25px auto;
	padding: 10px;
	text-align: center;
	/*font-weight: bold;*/
	color: #000;
	background: #d2f5c0;
	border: #65a147 1px solid;
}

div.confirmer a { color: #4c6e3c; }

p.notif {
	font-weight: bold;
	color: #cc0000;
	margin: 30px auto;
	text-align: center;
}

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


th {
	border-left: #1C7789 1px solid;
	border-top: #1C7789 1px solid;
	text-align: center;
	background: url(/design/img/titre-fond.png);
	padding: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}


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

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

td.alt2, tr.alt2 td {
	background: #f3f3f3;
}

tr:hover  td {
	background: #fcf6ca;
}

#contenuDossier {
	padding: 40px 0 20px 0;
	text-align: justify;
}

#contenuDossier p:first-child:first-letter {
	float: left;
	margin: 0 10px 0 0;
	color: #1C7789;
	font-style: italic;
	font-size: 64px;
	font-weight: bold;
}

#chapitre {
	padding-top: 20px;
	text-align: justify;
	font-family: Georgia, Times, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#chapitre:first-child:first-letter {
	color: #1C7789;
	font-size: 72px;
	font-style: italic;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

