body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #d9d9d9;
	background-image: url(decoupes/fond.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#centreur {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#principal {
	width: 1024px;
	border: 1px solid #006243;
	background-color: #fff;
	float: left;
}

#entete {
	background-image: url(decoupes/entete.jpg);
	background-repeat: no-repeat;
	height: 218px;
	width: 1024px;
	float: left;
}

#photo {
	float: left;
	width: 384px;
}
#contenu {
	float: left;
	width: 640px;
	background-color: #fff;
}
#texte {
	padding: 18px;
}

#footer {
	float: left;
	width: 1024px;
	height: 20px;
	background-color: #be7950;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
}
strong {
	font-style: italic;
	color: #BE7950;
}
em {
	color: #006243;
}
#footer strong {
	color: #ffffff;
	font-style: italic;
	font-size: 1.2em;
}

/* Styles photos dans page */

#photo1 {
	width: 150px;
	float: left;
	border: 1px solid #006243;
	margin-top: 18px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
	display: inline;
}

#photo2 {
	width: 150px;
	float: right;
	border: 1px solid #006243;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 18px;
	display: inline;
}
#photo3 {
	width: 150px;
	float: left;
	border: 1px solid #006243;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 30px;
	margin-left: 0px;
	display: inline;
}

#footer a {
	color: #ffffff;
	font-weight: bold;
}
#footer a:hover {
	color: #CFCFCF;
	font-weight: bold;
}
#liens {
	font-size: 1.2em;
	margin-top: 65px;
}
#liens a {
	color: #32860A;
	text-decoration: none;
}
#liens a:hover {
	color: #32860A;
	text-decoration: underline;
}
