body
{
	background-color : #ff6300;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	color : #434d35;
}
a
{
	text-decoration: none;
	color: #434d35;
}
a img
{
	border: none;
}
img
{
	border: none;
}
#conteneur
{
	width : 905px;
	margin : 0 auto;
}
#header
{
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 905px;
}
#centre
{
	width: 905px;
	background-image:url(images/centre.png);
	background-repeat:repeat-y;
	float : left;
}
#menu
{
	width: 210px;
	float : left;
}
table
{
	padding : 10px;
}
#puce
{
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color: #434d35;
}
#cat
{
	border-bottom:solid;
	border-bottom-width:1px;
	border-left:solid;
	border-left-width:1px;
	border-bottom-color: #434d35;
	border-left-color: #434d35;
}
#menu p
{
	color : #ff6300;
}
#contenu
{
	width : 650px;
	margin-left: 210px;
	position: relative;
}
#contenu p
{
	padding : 20px;
}
#footer
{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height: 100px;
	width : 905px;
	float: left;
}
#footer p
{
	padding: 25px; auto;
	color: #ffffff;
}
#footer p a
{
	color: #FFFFFF;
}
#menu img
{
	padding-left : 20px;
}

