#body{
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	color:#FFFFFF;
	background-color: #000000;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:normal;
}
#www_template {
	top:0px;
	text-align:center;
}

#page_main {
	marging:0px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
	color:#000000;
}

.ReadMore {
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0000FF;
}
.ReadMore;hover {
	color:#ffaa45;
}
.field_ok { }
.field_ko { background-color:#ffaa45}

img {
	border: none;
	text-decoration:none;
}
img:hover, img:active, img:focus {
	border: none;
	text-decoration:none;
}
a {
	text-decoration:none;
	border: none;
	color:#007bc0;
}
a:hover, a:active, a:focus {
	border: none;
	color:#007bc0;
	text-decoration:underline;
}
table {
	border-width:0px;
}
input, select {
	width:200px;
	border-width:0px;
	border-color:#d9d9d9;
	background-color:#CCCCCC;
}
hr {
	background-color: #d8d8da; 
	height: 1px;
	border-width:0px;
}
#checkbox {
	width:auto;
	border:thin;
	border-color:#d9d9d9;
	background-color:#CCCCCC;
	margin-left:90px;
}
#div_newsletter {
	font-size:9px;
}
.div_over {
	cursor:pointer;
}
h1 {
	font-size:25px;
	color:#2B5171;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#text_default {
	margin:20px;
	color:#333333;
	font-size:11px;
}
#text_module_title {
	margin:10px;
	margin-bottom:0px;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}

#menu_item {
	color:#FFFFFF;
	background-color:#000000;
}
#menu_item:hover, #menu_item_hover {
	color:#000000;
	background-color:#FFFFFF;
}

#bloc_agenda {
	width:738px;
/*	background-image:url(css/bg_bloc_agenda.png);
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden*/
}

#footer_link {
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
}
#footer_link:hover {
	color:#CCCCCC;
}


/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/

.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background-color:transparent;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background:none;
} 
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background:none;
	position: relative;
}
.jspDrag {
	background:none;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-image:url(css/lift_drag_vertical.png);
	background-repeat:no-repeat;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
	background-image:url(css/lift_drag_horizontal.png);
	background-repeat:no-repeat;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background:none;
	height:5px;
}
.jspVerticalBar .jspArrow {
	height: 5px;
}
.jspHorizontalBar .jspArrow {
	width: 26px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspVerticalBar>.jspDisabled,
.jspVerticalBar>.jspDisabled:hover {
	background-color: transparent;
	background: url(css/jScrollPane_icons.png) no-repeat;
}
.jspHorizontalBar>.jspDisabled,
.jspHorizontalBar>.jspDisabled:hover {
	background-color: transparent;
	background: url(css/lift_arrow_bottom.png) no-repeat;
}

.scroll-pane {
	width: 100%;
/*	height: 155px;*/
	overflow: auto;
}
.horizontal-only {
	height: auto;
	max-height: 155px;
}
.jspArrowUp {
	background-position: 0px 0px;
	background: url(css/jScrollPane_icons.png) no-repeat;
}
.jspArrowDown {
	background-position: -9px 0px !important; 
	background: url(css/jScrollPane_icons.png) no-repeat;
}
.jspArrowLeft {
/*	background-position: -96px 0 !important; */
	background: url(css/lift_arrow_left.png) no-repeat;
	background-position: 0px 0px !important; 
}
.jspArrowRight {
/*	background-position: -32px 0 !important; */
	background: url(css/lift_arrow_right.png) no-repeat;
	background-position: 0px 0px !important; 
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}


