html {
	height:100%;
}
body {
	background: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #FFF;
}
/* Global */
#global {
	border-right: 20px solid #000;
	color: #000;
	background: #FFF;
}
/* En-tête */
#entete {
	color:#FFF;
	background: #333;
}
/* Navigation */
#navigation {
	background: #333;
}
#navigation a {
	color: #FFF;
}
#navigation a:hover, #navigation a:focus {
	background: #000;
}
/* Contenu principal */
#contenu {
	color: #000;
}
#contenu a {
	color: #000;
}
#contenu a:hover, #contenu a:focus {
	color: #000;
}
#contenu strong {
	color: #999999;
}
#bas {
	color:#FFF;
	font-size:10px;
}
/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 30px 10px 0 10px;
}
#global {
	width: 90%;
	overflow: hidden;
	min-width: 700px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/* En-tête */
#entete {
	padding: 20px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}
/* Menu de navigation */
#navigation {
	width: 180px;
	float: left;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}
/* Contenu */
#contenu {
	margin-left: 220px;
	padding: 10px 20px 10px 40px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}
/* Mention de copyright */
#copyright {
	width: 180px;
	margin: 0;
	padding: 0 0 10px 20px;
	text-align: left;
}
/* adresse */
#bas {
	position:absolute;
	bottom:20px;
}

