@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	text-align: center;
}

div {
	position: relative;
	margin: 0px;
	/*border:#F00 solid 1px;*/
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.close_float {
	background: url(/images/spacer.png) repeat-x;
	width: 100%;
	height: 1px;
	clear:both;
}

.page {
	width: 760px;
	margin-right: 15px;
	background: url(/images/main_line.png) repeat-y center;
	float: right;
}

#cadre {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#capsule {
	width: 1010px;
	background: url(../images/capsule_line.png) repeat-y center;
}

#caps_top {
	height: 30px;
	width: 1010px;
	background: url(../images/capsule_top.png) no-repeat;
}

#caps_bot {
	height: 30px;
	width: 1010px;
	background: url(../images/capsule_bot.png) no-repeat;
	margin-top: -20px;
}

#menu {
	width: 220px;
	float: left;
	margin-left: 15px;
}

#menuLogo {
	height: 130px;
	background: url(/images/logo.png) no-repeat center;
}

#menuLogo:hover {cursor: pointer;}

#menuBot {
	height: 10px;
	background: url(/images/menu_bot.png) no-repeat center;
}

#menuBar {
	margin: 0px;
	padding: 0px;
	background: url(/images/menu_line.png) repeat-y center;
}

#menuList {
	margin: 50px 0px;
	list-style: none;
	text-align: right;
}

#menuList li {
	margin: 0px 0px 10px 0px;
	padding: 0px 15px 0px 0px;
}

#menuList li a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
}

#menuList li a:link {
	color: #FFF;
}

#menuList li a:hover {
	color: #CCC;
}

#header {
	width: 760px;
	height: 130px;
	float: right;
	margin-right: 15px;
}

#footer {
	width: 980px;
	height: 60px;
}