/* Eléments principaux de la page */
 
body
{
    background: black;
    font-family: Tahoma, Arial, sans-serif;
    color: white;
	
}
 
#bloc_page
{
    width: 900px;
    margin: auto;
	z-index:2;
}
 
section h1, footer h1, nav a, ul
{
    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;
	background: url('background/back_news.png') no-repeat;
	background-position: bottom right;
	background-color: rgb(25,25,25);
}
 
article p
{
    font-size: 0.8em;
	width: 470px;
}

article a
{
    color:white;
}

#titre_article_accueil
{
	width: 470px;
    font-weight: bold;
	vertical-align:center;

}

#lien_acceuil 
 {
    font-size: 0.8em;
}

#aside_accueil
{
    float:right;
    width: 180px;
	margin-top: -380px;
	margin-right: 5px;
    background-color: #383838;
    box-shadow: 0px 0px 4px #760001;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
	background: url('background/back_news.png') no-repeat;
	background-position: bottom right;
	vertical-align:top;
}

#titre_news
{
    font-family: Tahoma, serif;
    font-size: 1.3em;
    margin-top: 0px;
    font-weight: bold;

}
#txt_news
{
    text-align: left;
	width: 100px;
}

/* 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: #650001;
}
