a:link, a:active, a:visited {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
/* Global */
#global {
	color: #F0E39E;
	background: #ffffff; /* Voir -> Note 1 ci-dessous */
	background-image:url(img/bg_global.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}
/* Navigation */
#navigation {
	background: #ffffff;
}
/* Contenu principal */
#contenu {
	color: #42463c;
	background: #ffffff;
}
#contenu a:link, #contenu a:active ,#contenu a:visited{
	color: #FF6533;
	text-decoration:none;
}
#contenu a:hover, #contenu a:focus {
	color: #e25902;
	text-decoration:underline;
}
#contenu strong {
	color: #181A12;
}
/* --- POSITIONNEMENT --- */
/* Page */

#global {
	width: 966px;
	
	overflow: hidden; /* -> 3 */
}
/* 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: 268px; /* -> 4 */
	-width:100px;
	float: left;
	margin-left:15px;
	-margin-left:10;
}
#navigation ul {
	margin: 0;
	list-style: none;
}
#navigation a {
	display: block;
}
/* Contenu */
#contenu {
	top:-10px;
	margin-right:10px;
	-margin-right:0;
}

.pagination
{ text-align: center;
	margin-bottom: 5px;
}

.pagination img
{ 
	border:0;
}