body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.276;
	color: #333333;
	background-color:#FFFFFF;
	background-image:url(images/fond_body.jpg);
	background-repeat:no-repeat;
}

p {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
text-decoration: none;
color:#CCCCCC;
}

a:hover {
text-decoration: none;
color:#616895;
}

ul{
	height: 100%;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

li{
	display: inline;
	height: 100%;
	width: 100%;
	background-image: url(images/puce_c.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}


#conteneur {
	border: 1px solid #483e13;
	width:800px;
	height:auto;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-400px;
	overflow: visible;
}

#header{
width:800px;
height:63px;
background-position:center;
background-image:url(images/header_c.jpg);
}

#main{
width:800px;
height:540px;
}

#menu{
margin:0px;
padding-top:5px;
width:800px;
height:20px;
background-color:#373c56;
}


#page{
width:800px;
height:494px;
background-image:url(images/fond.jpg);
background-repeat:no-repeat;
}

#footer{
width:800px;
background-color:#373c56;
font-size:10px;
text-align:center;
color:#CCCCCC;
padding-top:4px;
padding-bottom:4px;
margin:Opx;
}

