BODY {
	background: url("/img/fond.jpg");
	padding: 5px;
	font-size: 15px;
}

a {
	color: #FF6533;
}

a:hover,a:focus {
	color: #FF4C00;
}

strong {
	color: #A1B55D;
}

IMG {
	border: 0;
}

#global {
	width: 999px;
	margin: 0 auto;
}

#header {
	background: url("/img/header.jpg");
	width: 999px;
	height: 257px;
	cursor: pointer;
}

#footer {
	background: url("/img/footer.jpg");
	width: 999px;
	height: 182px;
}

INPUT {
	width: 100%;
	font-size: 15px;
}

.tag {
	float: left;
	text-align: center;
	font-size: 11px;
	padding: 0 5px 0 5px;
}

.galerieDate {
	font-size: 20px;
	color: #2C68F7;
	font-weight: bolder;
}

strong {
	color: #A1B55D;
}

#navigation a:hover,#navigation a:focus {
	
}

#contenu a {
	color: #332510;
}

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

#contenu strong {
	color: #181A12;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	width: 160px;
	float: left;
}

#navigation ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

#navigation a {
	display: block;
	height: 1%;
	padding: 5px;
}


#contenu {
	margin-left: 200px;
	padding: 10px 20px;
}
