@import url(html.css);
@import url(jour.css);

#main {
	width:800px;
}

p, span, #main {
	color:black;
	font-family:Verdana;
	font-size:small;
}

#banner {
	width:1024px;
	height:100px;
	overflow:hidden;
}

#banner div {
	float:left;
	width:175px;
	height:100px;
}

#banner #ba6 {
	width:100px;
}

.menu ul {
	width:120px;
    list-style-type: none;
	margin:0px;
	padding:0px;
}

.menu li {
	text-align:center;
	margin:5px;
	height:30px;
	line-height:25px;
}


.menu li, #contact {
	background-repeat:no-repeat;
	background-position:center center;
}

#leftpart {
	clear:left;
	width:150px;
	float:left;
}

#leftpart h1 {
	font-size:medium;
	background-repeat:no-repeat;
	margin:0px;
	width:120px;
}

#leftpart .box_content {
	width:110px;
	padding:5px;
}

#skin_chooser select {
	width:90px;
}

#rightpart {
	float:left;
}

#path {
	
}

#main {
	padding:10px;
	padding-bottom:40px;
	margin-bottom:20px;
	min-height:300px;
}

#footer, #contact, #leftpart {
	text-align:center;
	font-family:Arial Narrow;
}

#footer {
	clear:left;
	padding:4px;
	border:1px solid #3366FF;
	border-top:1px none;
	font-size:small;
}

#contact {
	float:left;
	position:relative;
	top:-50px;
	width:120px;
	height:60px;
	text-align:center;
	line-height:50px;
}