/* Eléments principaux de la page */
 
body
{
    background: black;
    font-family: Tahoma, Arial, sans-serif;
    color: white;
}
 
 a
 {
    font-family: Tahoma, Arial, sans-serif;
    color: white;
}
 
#bloc_page
{
    width: 900px;
    margin: auto;
}
 
section h1, footer h1, nav a
{
    font-family: Tahoma, serif;
    font-weight: normal;
}

/* Header */
 
header
{
    background: rgb(25,25,25);
}
 
#titre_principal
{
    display: inline-block;
	width: 900px; 
	box-shadow: 0px 0px 5px white;
    border-radius: 5px;
}
 
header h1
{
    font-family:  Impact, serif;
    font-size: 2.5em;
    font-weight: normal;
	display: inline-block;
    margin-bottom: 0px;
}
 
#logo
{
    display: inline-block;
    margin-bottom: 0px;
	float: left;
}
 
header h2
{
    font-family: Tahoma, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}

/* Navigation */
 
nav
{
    display: inline-block;
    width: 170px;
    text-align: left;
	background: rgb(25,25,25);
	box-shadow: 0px 0px 4px white;
    border-radius: 5px;
	margin-top: 15px;
	float:left;
}
 
nav ul
{
    list-style-type: none;
}
 
nav li
{
    display: inline-block;
    margin-right: 15px;
}
 
nav a
{
    font-size: 1.3em;
    color: white;
    padding-bottom: 3px;
    text-decoration: none;
}
 
nav a:hover
{
    color: #760001;
}


/* Corps */

section
{
	display: inline-block;
	margin-top: 15px;
	width: 694px;
}

article
{
    width: 699px;
	margin-left: 10px;
	background: rgb(25,25,25);
	box-shadow: 0px 0px 4px white;
    border-radius: 5px;
	padding: 10px;
	text-align: justify;
}
 
article p
{

	width: 699px;
    color: white;
}

article a:visited
{
    font-size: 0.8em;
    width: 699px;
}


#titre_article
{
    font-weight: bold;
}

#lien_acceuil 
 {
    font-size: 0.8em;
}

/* Footer */
 
footer
{
    background: rgb(25,25,25);
	margin-top: 15px;
	box-shadow: 0px 0px 5px white;
    border-radius: 5px;
	text-align:center;
}
 
footer p, footer ul
{
    font-size: 0.8em;
}

#question
{
	color: #C0140A;
}

#tableau_jeux 
{
	margin-left:60px;
    font-size: 0.9em;
}

#titrejeu
{
 font-size: 1.5em;
}

#casejouer
{
	background:grey;
	border: 2px solid white;
}

#contactform
{
width:700px;
}

#tableaujeux
{
width:600px;
}


#tableaujeuscore
{
text-align: center;
 font-size: 3em;
}