/* Général */
body {
	color: #F0E39E;
	background: #005335;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}

/* Page */
#global {
	background: #ffffff;
}

/* Navigation */
#navigation {
	background: #005335;
}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}

/* Contenu principal */
#contenu {
	color: #005335;
	background: #b1c903;
	background-image: url(../images/fond-melon.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}

/* Pied de page */
#pied {
	color: #005335;
	text-align: center;
}


/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
}
body {
	padding: 0;
}
#global {
	min-height: 100%; /* -> 1 */
	width: 924px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}

/* En-tête */
#entete {
	padding: 0px 0px 0px 0px;
}
#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 {

}
#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: 35px 15px;
}

#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 {
	padding: 10px 20px;
	font-size: 0.85em;
	background-color: #FFFFFF;
}

#copyright {
	text-align: left;
	font-size: 1em;
}


#menu-gauche {
	width: 175px;
	background-color: #c6da24;
}
