body
{
	text-align: center;
	font-family: Trebuchet, "Trebuchet MS", "Comic Sans MS", Georgia, "Times New Roman", serif;
	width: 600px;
	margin: auto;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-size: small;
}
a img
{
	border: none;
}
a
{
	color: rgb(255,255,190);
}
a:hover
{
	color: rgb(255,255,75);
}
a:visited
{
	color: rgb(255,220,210);
}
p
{
	text-align:left;
	margin: 0px;
	padding: 0px;
}
ul
{
	text-align:left;
}

h3
{
	vertical-align:center;
}
.titrerubrique
{
text-align:center;
margin: 10px;
}
.msg
{
text-align:center;
margin-top: 30px;
}

#head
{
text-align:right;
margin-top:10px;
margin-bottom:0px;
}
form
{
text-align:left;
}


/* Page "Games" */

	h6
	{
		margin:0px;
		padding:0px;
	}
	h2
	{
		margin:0px;
		padding:0px;
		font-size: x-large;
	}
	.game
	{
		margin: 0px;
		padding: 0px;
	}

	/* Texte + Liens */
	.desclinks
	{
		padding: 4px;
		margin: 5px 0px;
	}

	.description
	{
		margin: 4px;
		text-align:justify;
		width: 380px;
	}
	.links  /*Ajouter de quoi stopper ce flottant */
	{
		float:right;
		width: 180px;
		margin: 4px;
		text-align:right;
	}
	.button
	{
		margin: 0px 0px 0px 2px;
	}
	.button:hover
	 {
		margin: 0px 0px 0px 0px;
	 }


	/* Gestion des images */
	.images 
	{
		text-align:center;
		font-size:small;
		clear: both;
	}
	.screen
	 {
		width: 128px;
		border: 1px solid rgb(255,255,190);
	 }
	 .screen:hover
	 {
		border: 1px solid rgb(255,255,75);
	 }

	
.foot
{
	font-size:x-small;
	color:rgb(128,128,128);
	text-align:center;
	margin: 10px;
}
.foot a
{
color:rgb(160,160,160);
}

