html, body {
 margin: 0;
 padding: 0;
 }
 
body {
	margin : auto;
	width:1300px;
	font-family: Tahoma, Arial, sans-serif;
	}
 
.logo
{
	width: 430px;
} 
 
header
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
 
/*Liens*/
a img {
  border: 0;
}

 
/* Navigation */
 
nav
{
    display: inline-block;
    float: right;
	position:relative;
		right: 25px;
		top: 25px;
}
 
nav ul
{
    list-style-type: none;
}
 
nav li
{
    display: inline-block;
    margin-right: 60px;
}
 
nav a
{
    font-size: 1em;
    color: #6e615e;
    padding-bottom: 1px;
    text-decoration: none;
}
 
nav a:hover
{
    color: #6e615e;
    border-bottom: 2px solid #6e615e;
}

/* Corps */
 
#background
{
	background-image: url('img/carre_vide.jpg');
	background-repeat:no-repeat;
	width: 230px;
	height: 222px;
	display: inline-block;
	margin-left : 25px;
	margin-top : 25px
}
 
article, aside
{
    display: inline-block;
    vertical-align: top;
	margin-left : 25px;
	margin-top : 25px
}

table
{
	margin-top: 70px;
	width: 200px;
	height: 90px;
	margin-left: auto;
    margin-right: auto;	
}

td
{
	text-align:center;
}