/* Général */
body {
	color: #D68439;
	background: #000000;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	background: url(../img/07-colonnes.png) repeat-y; /* Voir -> Note 1 */
		border-radius: 0px 0px 20px 0px;
	-webkit-border-radius: 0px 0px 20px 0px;
	-moz-border-radius: 0px 0px 20px 0px;

}

/* Navigation */
#navigation {
	background: #FFFFEC; /* -> 2 */
}
#navigation a {

	color: #D68439;
}
#navigation a:hover, #navigation a:focus {
  background: #D68439;
	color: #FFFFEC;
}
/* Contenu principal */
#contenu {
	color: #363B29;
	background: #ffffff; /* -> 2 */
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 10px 5px;
}
#global {
	width: 900px; /* -> 3 */
	margin: 0 auto; /* -> 4 */
}

/* En-tête */
#entete {
	padding: 0px;
	background: #FFFFEC;
	background-image: url(../img/banniere2.png);
	background-repeat: no-repeat;
	height: 100px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%; /* -> 5 */
	overflow: hidden; /* -> 5 */
	margin-top: 20px;
}

/* Menu de navigation */
#navigation {
	width: 180px;
	float: left; /* -> 6 */
}
#navigation ul {
	margin: 0;
	padding: 20px 0px 20px 0px;
	list-style: none;
}
#navigation ul.subMenu  {
	margin: 0;
	padding: 5px 0px 5px 0px;
	list-style: none;
}

#navigation a {
	display: block;
  height: 1%; /* -> 7 */
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none; 
}

#navigation a.smnu, span.smnu  {
	display: block;
  height: 1%; /* -> 7 */
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	color : #363B29;
}
#navigation a:hover.smnu, span:hover.smnu  {
	display: block;
  height: 1%; /* -> 7 */
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	color : #FFFFEC;
}

#navigation .open a, .open span  {
	display: block;
  height: 1%; /* -> 7 */
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;  
}
#navigation .toggleSubMenu a:hover, .toggleSubMenu span:hover  {
	display: block;
  height: 1%; /* -> 7 */
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none; 
}
#navigation a:hover {
	display: block;
	height: 1%; /* -> 7 */
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}
/* Contenu */
#contenu {
	margin-left: 200px; /* -> 8 */
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 20px 10px 0;
	font-size: .85em;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}
/* Tableau */
td.avec {
  border:1px solid #D68439;
  text-align:justify;
  padding : 10px;
  background-color:  #F5F5F5;
 }

td.sans {
  text-align:justify;
  padding : 10px;
  background-color:  #ffffff;
}

td.reseau {
  border:1px solid #D68439;
  text-align:left;
  padding : 10px;
  background-color:  #F5F5F5;
  vertical-align : top;
}
td.reseaubl {
  border:1px solid #D68439;
  text-align:left;
  padding : 10px;
  background-color:  #ffffff;
  vertical-align: middle;
}
caption {
text-align: center;
padding: 10px;
}
th {
text-align: center;
}


