/* Général */
body {
	color: #F0E39E;
	background-image: url(../imag-index/background.gif);
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}

/* Page */
#global {
	background: #efb524;
	background-image: url(../imag-index/background02.jpg);
}

/* Navigation */
#navigation {
	background-image: url(../imag-index/fond-liens.jpg);

}
#navigation a {
	color: #213972;
}
#navigation a:hover, #navigation a:focus {
	text-decoration: underline;

}

/* Contenu principal */
#contenu {
	width: 820px;
	height: 232px;

}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}

/* Pied de page */
#pied {
	background-color: #FFFFFF;
	text-align: center;
	width: 820px;
	height: 20px;
	text-decoration: none;
}


/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
}
body {
	padding: 0;
}
#global {
	min-height: 100%; /* -> 1 */
	width: 830px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}

/* En-tête */
#entete {
	width: 820px;
	height: 27px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	background-image: url(../imag-index/fond-Headder.gif);
	margin-bottom: 6px;
}
#entete img {
	border: none;
}

#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: 810px;
	height: 21px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-top: 4px;

}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a {
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #223872;
}

/* Contenu */
#contenu {
	margin-right: auto;
	margin-left: auto;
	width: 820px;
}

#Menu-droit {
	width: 175px;
}

#contenu p, #contenu li {
	line-height: 1.3;
}

#espace-td {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
/* Pied de page */
#pied {
	font-size: 0.85em;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#anim {
	margin-right: auto;
	margin-left: auto;
	width: 798px;
	margin-top: 25px;
	margin-bottom: 15px;
}
#infos {
	width: 205px;
	color: #223872;
	margin-left: 8px;
	height: 190px;
	overflow: hidden;
}




#copyright {
	text-align: left;
	font-size: 1em;
}
#fond-infos {
	background-image: url(../imag-index/fond-infos.jpg);
	background-repeat: no-repeat;
}
#titre-infos {
	height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #13366C;
	font-weight: bold;
	margin-left: 8px;
	margin-top: 5px;
}




#menu-gauche {
	width: 175px;
	background-color: #c6da24;
}
