/* Elements principaux de la page */
body
{
/*	background-color: #ffffbd;
	background: url('images/fond_jaune.png'); */ 
	background-color: #fff9e0;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #181818;
}

#content {
	margin-left: auto; margin-right: auto;
	width:900px;
	/*border-left: 1px solid black;
	border-right: 1px solid black;*/
	padding: 0 20px;
}

article, aside
{
	/*display : inline-block;
	vertical-align : top;*/
}
#titre_principal {
	/*background-color: #fffd87;*/
	background-color: #fad693;

	padding: 0px 20px 10px 20px;
}

aside
{
	position : relative;
}
h1 { font-size: 3em; padding-top: 10px;}
h2
{
}
/*p{ white-space: pre; }*/
em{font-weight : bold;}

td {
	padding-right: 50px;
}

nav {
	background-color: #f5e3c1;
}
nav ul {
	margin-left: 0; padding-left: 20px; 
}
nav ul li {
	display: inline-block;
	padding: 5px 20px 5px 0;
}
nav a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
nav a:hover {
	text-decoration: underline;
}

img {
	width: 400px; 
	/*
		width: 620px; 
		height: 480px;*/
}
.img1 {
	transform: rotate(90deg);
      }