body {
	background-image: url(bar.jpg);
	
	
}

#conteneur {
     margin-left: auto;
     margin-right: auto;
     width: 900px; 
	z-index: 1;
	 top:5px;
}
#contenu {
	position:absolute;
	margin-left:0px;
	top:0px;
	width:900px;
	min-height:600px;
	height:600px;
	z-index:1;
	background-color:#FFFFFF;
	padding:10px;
}
#content {
    position:absolute;
	left:150px;
	top:110px;
	width:600px;
	height:400px;
	z-index:1;
	padding:10px;
}
#right{background-image:url(right.jpg);top:0px; background-repeat:no-repeat; position:absolute; height:100%; width:150px; right:0px; border-left: 1px solid #cccccc; }
#left{background-image:url(left.jpg);top:0px; background-repeat:no-repeat;  position:absolute; height:100%; width:150px; left:0px; border-right: 1px solid #cccccc;  }
#contact{position:absolute; height:40px; width:620px; bottom:0px; background-color:#FFFFFF; left:150px; border-top: 1px solid #cccccc;}
#ban{position:absolute; width:920px; height:80px; left:0px; top:0px;}
#navBar{top:80px;   position:absolute; left:150px; width:620px; height:20px; background-image:url(top_bar.jpg);border-top: 1px solid #ffffff }

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF3300;
	font-weight: bold;
	font-size: 13px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}
.Style1 {
	color: #FFCC00;
	font-weight: bold;
}
.Style3 {font-size: small}
