/* CSS Document */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #caea69;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	behavior:url("csshover.htc");
}

#container {
	width: 984px;
	margin: auto;
	vertical-align: top;
	text-align: left;
}

#header {
	height: 204px;
	background: url("../images/header2.gif");
}

#menufiller {
	width: 243px;
	height: 56px;
	background: url("../images/menufiller2.gif");
}

#menuAccueil {
	width: 160px;
	background: url("../images/btnAccueilOff.gif");
}

#menuAccueil:hover {
	background: url("../images/btnAccueilOn.gif");
}

#menuToutous {
	width: 218px;
	background: url("../images/btnToutousOff.gif");
}

#menuToutous:hover {
	background: url("../images/btnToutousOn.gif");
}

#menuCommande {
	width: 193px;
	background: url("../images/btnCommandeOff.gif");
}

#menuCommande:hover {
	background: url("../images/btnCommandeOn.gif");
}

#menuExpositions {
	width: 178px;
	background: url("../images/btnExpositionsOff.gif") no-repeat;
}

#menuExpositions:hover {
	background: url("../images/btnExpositionsOn.gif") no-repeat;
}

#submenufiller {
	height: 40px;
	background: url("../images/submenufiller2.gif");
}

#logoadresse {
	text-align: center;
}

#topprincipalfiller {
	height: 46px;
	background: url("../images/topprincipalfiller2.gif");
}

#principal {
	background: url("../images/principal2.gif");
	padding: 15px 144px 15px 135px;
}

#bottomprincipalfiller {
	height: 46px;
	background: url("../images/bottomprincipalfiller2.gif");
}

img {
	border: none;
}

.itemmenu {
	cursor: pointer;
}
