/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #ffe8c6 url("../images/bgn.jpg") repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#container {
	width: 770px;
	margin: auto;
}

#top {
	width: 770px;
	height: 44px;
	background: url("../images/top_bgn.gif");
}

#menu {
	width: 770px;
	height: 31px;
	background: #4b709a;
	color: white;
	font-style:italic;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: gold;
}

#logo {
	width: 196px;
	height: 224px;
	background: url("../images/logo.jpg");
}

#header {
	width: 510px;
	height: 224px;
	background: url("../images/header.gif") no-repeat;
	text-align: center;
	padding: 0px 14px 0px 14px;
}

#forfaits {
	text-align: left;
	vertical-align: top;
	width: 191px;
	padding: 0px 5px 0px 0px;
}

#forfaits img {
	border: none;
	margin-top: 5px;
}

#principal {
	width: 510px;
	background: url("../images/principalbgn.gif") repeat-y;
	padding: 10px 14px 10px 14px;
	vertical-align:top;
}

#topfiller {
	width: 36px;
	background: url("../images/topfiller.gif") left;
}

#filler {
	width: 36px;
}

#bottom {
	width: 538px;
	height: 146px;
	background: url("../images/bottom.gif") no-repeat;
}

img {
	border: none;
}