/* Général */
body {
	background: url(../images/fond.jpg) repeat-x;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Page */
#global {
	background: #ffffff;
}

/* Navigation */
#navigation {
	background: #181A12;
}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}

/* Contenu principal */
#contenu {
	color: #333333;
	background: url(../images/fond_contenu.jpg) no-repeat;
	background-position: bottom;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #333333;
}

/* Pied de page */
#pied {
}


/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
}
body {
	padding: 0;
}
#global {
	min-height: 100%; /* -> 1 */
	width: 900px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}

/* En-tête */
#entete {
	background: url(../images/header.jpg) no-repeat;
	height: 127px;
}

/* Menu de navigation */
#navigation {
	padding: 12px 15px;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu */
#contenu {
	padding: 10px 45px;
	height: 453px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	color: #333333;
	padding-left: 30px;
	line-height: 1.5;
	padding-top: 10px;
}

/* Pied de page */
#pied {
}
#pied p {
}
#copyright {
	text-align: left;
	font-size: 1em;
}

#flash {
	margin-left: 20px;
	margin-top: 10px;
}

#table {
	margin-left: 30px;
	width: 740px;
	font-size: 11px;
}

#inner_table {
	width: 50%;
	margin-bottom: 10px;
}

.color {
	background-color: #b7140e;
	color: #ffffff;
	height: 40px;
}

.color_2 {
	background-color: #b7140e;
	color: #ffffff;
}

span {
	background: url(../images/puce_table.gif) no-repeat 0px 2px;
	padding-left: 15px;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.td_img {
	height: 7px;
	line-height: 0px;
}

