/* --- COULEURS --- */

/* Général */
body {
	color: #200206;
	background: #cccccc;
	background: #484747;
	
}

strong {
	color: #000000;
}

/* Entête (bannière) */

#entete {
	background: url(../img_css/entete.jpg) no-repeat;
}


/* Bloc central contenant #navigation et #contenu, #affichage_contenu */
#centre {
	background: url(../img_css/colonnes.png) repeat-y; /* Voir -> Note 1 */
}


/* Contenu principal */
#contenu {
	color: #363B29;
}

#contenu a{
	color: #332510;
}
#contenu a:hover,#contenu a:focus{
	color: #6E5122;
}

#contenu p {
	text-align: justify;
}


/* --- POSITIONNEMENT --- */

/* Page */

#global {
	width: 1000px;min-height:100%;
	margin: 0 auto; /* -> 4 */
	border:1px solid #cccccc;
}

/* En-tête */
#entete {
   
	height:149px;
	border-bottom:yellow 2px solid;
	margin-bottom:-28px;
}
}

/* Bloc central contenant #navigation et #contenu, #affichage_contenu */
#centre {
	width: 100%; /* -> 5 */
	overflow: hidden; /* -> 5 */
}

/* Menu de navigation */
#navigation {
	width: 200px;
	float: left; /* -> 6 */
}

#navigation h2 {
text-align:center;
font-size: 2em;
color:#333333;
margin-top:5px;
margin-left:5px;margin-right:5px;
margin-bottom:0;
}

/* Contenu */
#contenu {
	margin-left: 230px; /* -> 8 */
	padding:10px 20px 20px 20px;
}

#contenu > :first-child {
	margin-top: 10px;
}

#contenu ul{
	line-height: 1.5;
}

/* Pied de page */
#pied {
    border-top : 2px solid #FDCC05;
    background: url(../img_css/pied.jpg) no-repeat;
	margin: 0;
	padding: 5px 5px 5px 0;
	font-size: .85em;
	color:#ffffff;
}

#pied p {
   	padding-left:5px;
	padding-right :5px;
	padding-top:0px;
	padding-bottom:0px
	font-size: 80%;
	color:#ffffff;
	margin:0;
}

#pied a {
   	color:yellow;
	font-style:normal;
}


/* Mention de copyright */
#copyright{
	margin: 8px 0 0 0;
	font-size: 1em;
}
.copyright {
font-size: 0.8em;
font-style:italic;
text-align:center;
}
