body {
	color: #FF0000;
	background: #000000;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #00FF00;
}

/* Navigation */
#navigation {
	background: #ffffff;
}
#navigation a {
	color: #000000;

}
#navigation a:hover, #navigation a:focus {
	background: #FF0000;
}

/* Contenu principal */
#contenu {
	color: #000000;
	background: #FFFFFF;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}


/* --- POSITIONNEMENT --- */

/* Page */
body, html
{
	padding: 0;
	margin: 0;
}

/* En-tête */
#entete
{
	float: left;
	width:	100%;
}

#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: 19%;
	float: left; 
}
#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%; /* -> 3 */
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: 13pt;
	text-decoration: none;
}

#global
{
	margin-left:40px;
	margin-top: 10px;
}

/* Contenu */
#contenu
{
	float: left;
	width: 75%;
	margin-left:20px;
	padding: 10px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Mention de paternité */
#copyright {
	float:left;
}

#clearfix{ display: block; height: 0; clear: both; visibility: hidden; }
						
#details{ margin:15px 20px; }	
#details h4{ font:300 16px 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height:160%; letter-spacing:0.15em; color:#fff; text-shadow:1px 1px 0 rgb(0,0,0); }
#details p{ font:300 12px 'Lucida Grande', Tahoma, Verdana, sans-serif; color:#aaa; text-shadow:1px 1px 0 rgb(0,0,0);}
#details a{ text-decoration:none; }
