/* CSS Document */
/*html, body{height:100%}
*/
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	text-align: center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0;
	/*height:100%;*/
}
body a{
	text-decoration:none;
	color:#0b5d8c;
}
body p {
	margin:0px;
}
body a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#global {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:850px;
	background-color:#080b10;
	text-align:left;
	height:100%;
	background-image:url(../images/page_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 150px;
}
#banner {
	background-image:url(../images/ban.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:850px;
	height:150px;
}
#menu {
	/*background-color:#000000;*/
	/*background-image:url(../images/menu.gif);*/
	height:35px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;

}
#menu div a{
	width:89px;
	height:17px;
	padding-top:3px;
	background-image:url(../images/btn_bg.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	color:#FFFFFF;
}

#menu div a:hover {
	background-position:0px -20px;
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#footer {
	width:850px;
	height:20px;
	padding-right:10px;
	font-size:9px;
	text-align:right;
	color:#CCCCCC;
	/*font-weight:bold;*/
	/*background-color:#000000;*/
	/*background-image:url(../images/footer.gif);
	background-repeat:repeat-x;*/
}

.page {

}
.page #body {
	/*background-image:url(../images/page_bg.gif);
	background-repeat:repeat;
	background-color:#000000;*/
	/*padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;*/
	margin-bottom:10px;
	color:#9C9C9C;
	/*height:600px;*/
}


/* BLOC LEFT */
.bloc_left {
	width:200px;
	/*height:204px;*/
	margin-bottom:8px;
	color:#9C9C9C;
	margin-left:5px;
	margin-right:5px;
}
.bloc_left_title {
	width:192px;
	height:17px;
	color:#5f881e;
	padding-left:8px;
	background-image:url(../images/lbox_title.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:bold;
	padding-top:3px;
	/*border-bottom:200px;*/
}
.bloc_left_subtitle {
	/*width:192px;*/
	height:15px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:3px;
}
.bloc_left_date {
	/*width:192px;*/
	height:12px;
	color:#0b5d8c;
	font-size:10px;
}
.bloc_left_under {
	width:192px;
	background-image:url(../images/lbox_bg.gif);
	background-repeat:repeat-y;
	padding-left:8px;
	/*height:17px;*/
	/*border-top:1px solid;*/
}
.bloc_left_under a {
	color:#9c9c9c;
	/*font-weight:bold;*/
}
.bloc_left_under a:hover {
	text-decoration:none;
}
.bloc_left_footer {
	width:200px;
	height:6px;
	background-image:url(../images/lbox_footer.gif);
	background-repeat:no-repeat;
	/*height:17px;*/
}


/* BLOC RIGHT */
.bloc_right {
	width:635;
	/*height:204px;*/
	/*margin:0;*/
	/*padding-top:2;*/
	border-left:2px;
	margin-bottom:12px;
	/*border-left-style:solid;
	border-left-color:#FFFFFF;*/
}
.bloc_right_title {
	width:615px;
	height:20px;
	color:#5f881e;
	/*text-indent:4px;*/
	background-image:url(../images/rbox_title.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}
.bloc_right_under {
	width:615px;
	background-image:url(../images/rbox_bg.gif);
	background-repeat:repeat-y;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	/*height:17px;*/
	/*border-top:1px solid;*/
}
.bloc_right_under a {
	font-weight:bold;
}
.bloc_right_under a:hover {
	text-decoration:none;
}
.bloc_right_footer {
	width:635px;
	height:6px;
	background-image:url(../images/rbox_footer.gif);
	background-repeat:no-repeat;
	/*height:17px;*/
}

/* RS BOX */
.bloc_sright {
	width:390;
	/*height:204px;*/
	/*margin:0;
	padding:0;*/
	border-left:1px;
	margin-bottom:8px;
	/*border-left-style:solid;
	border-left-color:#FFFFFF;*/
}
.bloc_sright_title {
	width:384px;
	height:17px;
	color:#5f881e;
	padding-left:6px;
	background-image:url(../images/rsbox_title.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:16px;
	font-weight:bold;
	padding-top:2px;
}
.bloc_sright_under {
	width:380px;
	background-image:url(../images/rsbox_bg.gif);
	background-repeat:repeat-y;
	padding-left:6px;
	padding-right:4px;
	/*height:17px;*/
	/*border-top:1px solid;*/
}
.bloc_sright_under a {
	font-weight:bold;
}
.bloc_sright_under a:hover {
	text-decoration:none;
}
.bloc_sright_footer {
	width:390px;
	height:6px;
	background-image:url(../images/rsbox_footer.gif);
	background-repeat:no-repeat;
	/*height:17px;*/
}
