﻿/*Thème "Heretic" pour Kingdomoftheyaks II*/

body, p, div
{
	margin: 0;
	padding: 0;
}
body/*Fond de page*/
{
	background: #000000;
	text-align: center;
	overflow: auto;
	letter-spacing: 0;
}
div#header /* Header de la page: largeur fixe et fond*/
{
	width : 770px;
	height: 210px;
	background: url(Fichiers/Header.jpg);
}
	div#MenuBar /*Barre de menu */
	{
		margin-bottom: 20px;
		height: 30px;
		width: 770px;
		background: url(Fichiers/Menu.gif) no-repeat;
	}
		div#MenuBar ul /* Menu*/
		{
			padding: 0;
			margin : 0;
			list-style-type : none;
			height : 30px;
		}
		div#MenuBar ul li /* Texte hors-menu*/
		{
			float : left;
			text-align : center;
			font-weight : bold;
			line-height : 30px;
		}
		div#MenuBar ul li a /* Liens du menu*/
		{
			border-right : 0 solid #dea;
			display : block;
			width : 140px;
			color : #330000;
			line-height : 30px;
			letter-spacing : 0;
		}
		div#MenuBar ul li a:hover /*Biohazard onhover*/
		{
			background: url(Fichiers/Bio.gif);
			text-decoration: none;
		}
div#corps/*Conteneur de la page:  contre-centrage*/
{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
}
	div#main /* Cellule principale: dimensions et constituants de thème*/
	{
		float:right;
		width: 550px;
		padding-top: 0px;
		font-size : 16px;
		background: url(Fichiers/Segment.jpg) repeat-y;
	}
		p.titre /*Image de haut */
		{
			height: 10px;
			background: url(Fichiers/SegmentHaut.jpg) no-repeat;
		}
		div.texte /*Conteneur de texte*/
		{
			margin-left: 15px;/*Les marges hautes et basses sont définies par les images*/
			margin-right: 15px;
			text-indent : 2em;
			line-height : 1.7em;
			text-align : left;
		}
		p.centre /*Footer*/
		{
			text-align : center;
		}
		p.entre /*Entretoise interbloc */
		{
			height: 40px;
			background: url(Fichiers/EntreSegment.jpg) no-repeat;
		}
		p.fin /*Image de bas du bloc gauche */
		{
			height: 10px;
			background: url(Fichiers/SegmentBas.jpg) no-repeat;
		}
div#navigation /*Idem pour le menu */
{
	width: 200px;
	float: left;
	background:  url(Fichiers/SegmentMenu.jpg) repeat-y;
}
	h2.menutitre /*Fond de titre de navigation */
	{
		text-align: center;
		height: 20px;
		background: url(Fichiers/SegmentMenuHaut.jpg) no-repeat;
		font-family : "Comic Sans MS";
	}
	h2.entremenu /*Fond de titre de navigation */
	{
		text-align: center;
		padding-top: 40px;
		font-family : "Comic Sans MS";
		background: url(Fichiers/EntreSegmentMenu.jpg) no-repeat;
	}
	p.menutexte/*Conteneur de texte navigateur*/
	{
		margin-left: 5px;/*Les marges hautes et basses sont définies par menutitre, menufin ou entremenu*/
		margin-right: 15px;
		text-indent : 1em;
		line-height : 1.3em;
		text-align : left;
	}
	p.menufin /*Image de bas du bloc navigation */
	{
		height: 20px;
		background: url(Fichiers/SegmentMenuBas.jpg) no-repeat;
	}

a/*Paramétrage des liens... Rien à dire*/
{
	font-size : 14px;
	color : #990000;
	font-family : "Comic Sans MS";
	text-decoration : none;
}
a:hover 
{
	color : #000000;
	text-decoration : underline;
}


img
{
	border: none;
}
h1, h2
{
	font-family: "Comic Sans MS";
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
div.texte h2
{
	padding-top: 20px;
	height: 50px;
	background: url(Fichiers/Katana.gif) bottom no-repeat;
}
p#Login
{
	margin: 0;
	color: black;
	background: white;
}



/*Propriétés des formulaires d'édition en ligne*/
textarea#Page, textarea#Menu_Edit
{
	margin-top: 10px;
	width: 500px;
	height: 400px;
	border: none;
	background: white;
	color: black;
}
textarea#Menu_Edit
{
	height: 200px;
}
input#Titre
{
	width: 200px;
}