﻿body {
	background-color: #33CC33;
	/*background-image: url('../images/fond_fetes.jpg');*/
	/*background-size: cover;*/
	background-attachment: fixed;
}
#container {
	margin: 0px auto;
	width: 780px;
	border-style: solid;
	border-width: 2px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
}
#masthead {
	padding: 0px;
	margin: 0px;
}
#navigation {
	padding: 0px;
	margin: 0px;
	background-color: #3399FF;
	overflow: auto;
}
#content {
	padding: 10px;
	margin: 0px;
	text-align: justify;
}
#content H2 {
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
}
#footer {
	clear: both;
	margin: 0;
	padding: 5px;
	background-color: #CCFFFF;
	color: #FF00FF;
	text-align: center;
}

/* Styles pour les éléments de navigation */
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#navigation li {
	padding: 0px;
	margin: 0px;
	float: left;
}
#navigation a {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #3399FF;
	color: #fff;
	text-decoration: none;
	display: block;
}
#navigation a:hover {
	background-color: #00CC00;
}
#photo {
	position: relative;
	text-align: center;
}
#photo img {
	border: 3px ridge #C0C0C0;
}
#navphoto img {
	border: 1px solid #000000;
}
#navphoto a {
	text-decoration: none;
}
#h3 {
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: thin;
	border-color: #000000;
	text-align: center;
}
#voeux {
	overflow: hidden;
	width: 760px;
}
