*
{
	font-family: Arial;
	font-size:13px;
	color:#000;
}

body 
{
	background:url('../images/background.jpg'); 
	background-repeat:repeat-x;
	background-color:#bec8df;
}

h1, h2
{
	margin: 0;
	padding: 0;
	border: 0;
	background-image:url('../images/fond-h1.jpg');
	font-size:16px;
	text-decoration:none;
	margin-top:10px;
	color:#eb6e08;
	text-indent:4px;
}

h3
{
	text-decoration:underline;
	color:#000;
}
#header
{
	background:url('../images/header.gif'); 
	width:982px;
	height:172px;
}

#menu
{

	width:249px;
	height:555px;
	float: left;
}
#centre
{
	background:url('../images/contenu.gif'); 
	width:733px;
	height:555px;
	float:left;
	text-align:left;
}
#bas
{
	clear: both;
	background:url('../images/foot.gif'); 
	width:982px;
	height:23px;
	float:left;
}
label
{
	float: left;
	width: 250px;
	text-align: left;
}
input
{
	margin-bottom: 2px;
}

img
{
	display: block;
}

table
{
	
border-collapse:collapse;
}