
.normalText10 {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 9px;
	color          : #000000;
	text-decoration: none;
}

.boldText11 {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 11px;
	font-weight	   : bold;
	color          : #000000;
	text-decoration: none;
}
.boldText18 {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 18px;
	font-weight	   : bold;
	color          : #000000;
	text-decoration: none;
}
.italicText12 {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 12px;
	font-weight	   : normal;
	color          : #000000;
	text-decoration: italic;
}
.normalText11 {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 11px;
	font-weight	   : normal;
	color          : #000000;
	text-decoration: none;
}


.tvButton {
	background    		: url(actualites/alllanguage/tv_icon.png) no-repeat top left;
	width				: 28px;
	height				: 18px;
}

.moreButton {
	background    		: url(actualites/alllanguage/more_info.gif) no-repeat top left;
	height				: 17px;
}

.moreButtonText {
	font-family    		: Verdana, Arial, Helvetica, sans-serif;
	font-size      		: 10px;
	font-weight			: bold;
	color          		: #0C1C8D;
	text-decoration		: none;
}

.lefthr {
	background    		: url(actualites/alllanguage/left_hr.gif) repeat-x top left;
	height				: 17px;
}.righthr {
	background    		: url(actualites/alllanguage/right_hr.gif) repeat-x top left;
	height				: 17px;
}

.downloadButton {
	background    		: url(actualites/alllanguage/download.gif) no-repeat top left;
	height				: 14px;
}
.downloadButtonText {
	font-family    		: Verdana, Arial, Helvetica, sans-serif;
	font-size      		: 10px;
	font-weight			: bold;
	color          		: #0C1C8D;
	text-decoration		: none;
}
.printButton {
	background    		: url(actualites/alllanguage/print.gif) no-repeat top left;
	height				: 14px;
}
.printButtonText {
	font-family    		: Verdana, Arial, Helvetica, sans-serif;
	font-size      		: 10px;
	font-weight			: bold;
	color          		: #0C1C8D;
	text-decoration		: none;
}



/* layout */

/* scroller */
#Container {
	position			: absolute;
	padding				: 0;
	width				: 268px;
	height				: 470px;
	overflow			: hidden;
	background			: #FFFFFF;
}

.Scroller-Container {
	position			: absolute;
	margin				: 0;
	padding				: 0;
}

#Scrollbar-Container {
  position				: absolute;
  margin				: 0;
  padding				: 0;
  left					: 261px;
}

.Scrollbar-Up {
	position			: absolute;
	margin				: 0;
	padding				: 0;
	width				: 7px;
	height				: 8px;
	background			: #CC9A63;
	font-size			: 0px;
	background			: url(actualites/alllanguage/black_scoller_up.gif) no-repeat;
}

.Scrollbar-Track {
	position			: absolute;
	margin				: 0;
	padding				: 0;
	width				: 7px;
	height				: 470px;
	top					: 8px;
	background			: url(actualites/alllanguage/black_scoller_track.gif) repeat-y;
}

.Scrollbar-Handle {
	position			: absolute;
	margin				: 0;
	padding				: 0;
	width				: 7px;
	height				: 141px;
	background			: url(actualites/alllanguage/black_scoller_handle.gif) no-repeat;
}

.Scrollbar-Down {
	position			: absolute;
	margin				: 0;
	padding				: 0;
	top					: 470px;
	width				: 7px;
	height				: 8px;
	background			: #CC9A63;
	font-size			: 0px;
	background			: url(actualites/alllanguage/black_scoller_down.gif) no-repeat;
}







