* { margin: 0; padding: 0; border: 0; }

body {
	width: 900px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FE8121;
	background-image: url(fondherve.jpg);
	font-size: 16px;
}


/* Common styles
-------------------------------------------------------- */
ul { list-style: none; }
ul li { list-style: none; }


pre { overflow: auto; width: 100%; height: auto; }
.left { float: left; }
.right { float: right; }


/* Page
-------------------------------------------------------- */
#page {
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 800px;
}


/* Header
-------------------------------------------------------- */
#top {
   width: 824px;
   height: 369px;
   background-image: url(ban.jpg);
   background-repeat: no-repeat;

}



/* Prelude
-------------------------------------------------------- */
#prelude {
	width: 366px;
	position: absolute;
	top: 422px;
	right: 370px;
	padding: 6px 0 0 0;
	color: #CAE4FC;
	text-align: center;
}
	#prelude a:link, #prelude a:visited {
		font-size: 1em;
		font-weight: bold;
		color: #CAE4FC;
		text-decoration: none;
	}
	#prelude a:hover { text-decoration: underline; }
	#prelude a:focus, #prelude a:active { background: yellow; color: red; padding: 5px 8px; }


/* Wrapper
-------------------------------------------------------- */
#sidebar {
	width: 200px;
	float: left;
	height: 260px;
}



#main {
	width: 624px;
	height: 260px;
	float: left;
}



#bas
{
	width: 824px;
	height: 20px;
	float: left;
	background-repeat: no-repeat;
}

#menu
{
	width: 824px;
	height: 21px;
}

.element_menu
{
	font-size: 14px;
	font-weight: bold;
	text-indent: 25px;
	color: #000000;
	word-spacing: 4px;
}

.element_bas
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-indent: 25px;
}

.element_menu a:hover
{
	color: #000000;
	text-decoration: none;
}

.element_sidebar
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-indent: 25px;
}

.element_sidebar2
{
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 33px;
}

.element_sidebar3
{
	font-size: 16px;
	color: #000000;
	background-color: #EB6500;
	text-indent: 10px;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
}
.element_sidebar a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}

.element_sidebar2 a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}
.element_main
{
	font-size: 16px;
	color: #000000;
	text-indent: 10px;
}

.element_main2
{
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 10px;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
}

.element_main a:hover
{
	color: #000000;
	text-decoration: underline;
}
/* Footer
-------------------------------------------------------- */
#footer
{
	width: 824px;
	height: 26px;
	background-image: url(foot.jpg);
}

