﻿/* Définitions générales */
body{
	background-color: #369;
	color			: #fff;
	font-family		: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size		: small;
	margin			: 2em 1%;
	padding			: 0;
}

code,pre{
	color:				#297700;
	background-color:	transparent;
	font-family:		"Courier New",Courier,monospace;
	font-size:			small;
}

pre{
	border-left:		5px solid #a2c2e1;
	padding:			0.5em 1em;
	margin-left:		2em;
}

blockquote,q{
	font-style:			italic;
	color:				#369;
	background-color:	transparent;
	quotes:				'\0000ab\0000a0' '\0000a0\0000bb' '\00201c\0000a0' '\0000a0\00201d';
}

samp{
	font-size:			small;
	color:				#000;
	background-color:	#d6e1ec;
}

caption{
	margin:				1em 0;
	color:				#369;
	background-color:	#a1c2e1;
	font-weight:		700;
}

thead{
	background-color:	#d6e1ec;
	color:				#369;
}

table{
	margin-top:			4%;
	margin-left:		28%;
}

table,td{
	border-collapse:	collapse;
	border:				1px solid #a2c2e1;
	padding:			0.1em;
	color : 			black;
}

:focus{
	background-image: 	none !important;
	background-color:	#666 !important;
	color:				#fff !important;
}

/**********************************************************************/
/* Définitions des éléments dans l'ordre du code XHTML */
#container{
	color:				#000;
	background-color:	#fff;
	background-image:	url("LogoHPfondTable.jpg");
	background-position: 50% 85%;
	background-repeat:	no-repeat;
	border:				3px solid #000;

	/* permet de fixer une hauteur mini sur les navigateurs modernes */
	min-height:			55em;
	/* pour obtenir le même effet sur IE, sachant que si le contenu dépasse, il
	"poussera" la hauteur en ne respectant pas la norme. On se joue de ses lacunes
	*/
	height:				55em;
}

/* pour rétablir le mauvais effet sur les nav. modernes */
html>body #container{
	height:				auto;
}

/***** HEADER *****/
#header{
	position	:	absolute;
	top			:	0;
	right		:	15px;
	margin		:	0;
	padding		:	5px 10px;
	width		:	800px;
	text-align	:	right;
	background	:	transparent;
}

/**** Logo HP  ****/
#logo{
	margin:			1em 0em 0 1%;
}

#logo img{
	border:			0;
}

#logo a{
	color:				#000;
	background-color:	transparent;
}

#navigation{
	left	:			2%;
	position:			absolute;
	top		:			14em;
	width	:			17%;
	overflow:			hidden;
}

/***** Formulaire de connexion au jeu *****/
#playMH {
	margin-top:			0.5em;
	margin-left:		1em;
}

/* ----- NAVIGATION ------- */
.consultation{
	color:				#655f4b;
	background-color:	#fff;
}

.consultation h2{
	border-color:		#f90;
	border-style:		solid;
	border-width:		0 0 3px 0;
	font-size:			medium;
	font-weight:		700;
	margin:				0;
	padding-left:		0em;
	text-transform:		uppercase;
}

.consultation h2:first-letter{
	color:				#369;
	background-color:	transparent;
}

.consultation ul{
	margin-bottom:		1.5em;
	margin-top:			0.5em;
}

.consultation li{
	display:			inline;
	list-style:			none;
}

.consultation a{
	color:				#f60;
	background-color:	transparent;
	display:			block;
	font-weight:		700;
	margin-left:		-3em;
	padding-left:		1em;
	text-decoration:	none;
}

.consultation a:hover{
	background-color:	#ffecce;
	color:				#f60;
}

/***** Pages intérieures *****/
#pageCentrale{
	color:				#000;
	background-color:	transparent;
	border:				1px solid #69c;
	line-height:		150%;
	margin:				5% 3% 2em 20%;
	padding:			0 2% 3em 2%;
	overflow:			hidden;
	height:				100%;
}

/***** Pages IRC *****/
#connexionDiv{
	background-color:	transparent;
	color:				#000;
	position:			absolute;
	right:				4%;
	text-align:			center;
	top:				5em;
	width:				20.5em;
}

/***** Page Liens *****/
.newLink {
	color:				#c50000;
	}
	
ul.bloc {
	list-style-type:	none;
	margin:				2px;
	padding-left:		5px;
	font-size:			1em;
	border:				1px #ccc solid;
	background:			url(../../img/degradeVertBleu_29X212.gif);
	}
	
/***** LAYOUT */
.twoColumn {
	float:				left;
	margin:				5px 10px;
	width:				45%;
	}