html, body {
	behavior: url("../csshover3.htc"); 
	background:#d3d2d5 url('../img/background.jpg') repeat-x;
	width:100%;
	margin:0;
	padding:0;
	font-family:arial;
}

#warper {	
	margin:0 auto;
	width:900px;
}

#warper #header {
	background:url('../img/header.jpg') no-repeat;
	width:900px;
	height:209px;
}

#warper #menu {
	height:49px;
	margin-left:300px;
}

#warper #menu .item {
	width:74px;
	height:49px;
	float:left;
}

#warper #menu .accueil {
	background:url('../img/menu_accueil_off.jpg') no-repeat;
}

#warper #menu .accueil:hover {
	background:url('../img/menu_accueil_on.jpg') no-repeat;
}

#warper #menu .historique {
	background:url('../img/menu_historique_off.jpg') no-repeat;
}

#warper #menu .historique:hover {
	background:url('../img/menu_historique_on.jpg') no-repeat;
}

#warper #menu .principe {
	background:url('../img/menu_principe_off.jpg') no-repeat;
}

#warper #menu .principe:hover {
	background:url('../img/menu_principe_on.jpg') no-repeat;
}

#warper #menu .produits {
	background:url('../img/menu_produits_off.jpg') no-repeat;
}

#warper #menu .produits:hover {
	background:url('../img/menu_produits_on.jpg') no-repeat;
}

#warper #menu .aides {
	background:url('../img/menu_aides_off.jpg') no-repeat;
}

#warper #menu .aides:hover {
	background:url('../img/menu_aides_on.jpg') no-repeat;
}

#warper #menu .demarches {
	background:url('../img/menu_demarches_off.jpg') no-repeat;
}

#warper #menu .demarches:hover {
	background:url('../img/menu_demarches_on.jpg') no-repeat;
}

#warper #menu .contact {
	background:url('../img/menu_contact_off.jpg') no-repeat;
}

#warper #menu .contact:hover {
	background:url('../img/menu_contact_on.jpg') no-repeat;
}

#warper #menu .liens {
	background:url('../img/menu_liens_off.jpg') no-repeat;
}

#warper #menu .liens:hover {
	background:url('../img/menu_liens_on.jpg') no-repeat;
}

#warper #sidebar {
	float:left;
	width:250px;
	margin-top:10px;
}

#warper #content {
	float:left;
	width:650px;
	margin-top:10px;
}

#warper #content .bar {
	background:url('../img/bar_top.jpg') no-repeat;
	width:628px;
	height:21px;
	text-align:center;
	font-weight:bold;
	color:#FFCC33;
	margin:0 auto;
	padding-top:3px;
}

#warper #content .bar_footer {
	background:url('../img/bar_footer.jpg') no-repeat;
	width:642px;
	height:63px;
	margin:0 auto;
}

#warper #content .text {
	padding-left:20px;
}

input[type=text],textarea {
	border:1px solid black;
	width:300px;
}

label {
	display:block;
	float:left;
	width:200px;
}

a img {
	border:0px;
}
