body, p
{
	margin: 0.5em 0;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: justify;
	line-height: 27px;
}

body
{
	margin: 0 auto;
	padding: 0;
	color: #113040;
	background-color: #C7C7C7;
	background-image: url(imagesrc/font.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.rc-postheader, .rc-postheader a, .rc-postheader a:link, .rc-postheader a:visited, .rc-postheader a:hover,
.rc-blockheader .t, .rc-logo-text, .rc-logo-text a,
h1.rc-logo-name, h1.rc-logo-name a, h1.rc-logo-name a:link, h1.rc-logo-name a:visited, h1.rc-logo-name a:hover
{
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
}

a, 
.rc-post li a
{
  text-decoration: underline;
  color: #B22401;
}

a:link,
.rc-post li a:link
{
	text-decoration: underline;
	color: #0138B9;
}

a:visited, a.visited,
.rc-post li a:visited, .rc-post li a.visited
{
	color: #0138B9;
}

a:hover, a.hover,
.rc-post li a:hover, .rc-post li a.hover
{

  text-decoration: none;
  color: #380B00;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	color: #113040;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  margin: 0.8em 0;
  font-size: 29px;
  color: #318AB9;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
   margin: 1em 0;
  font-size: 23px;
  color: #318AB9;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  margin: 1.25em 0;
  font-size: 21px;
  color: #113040;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  margin: 1.67em 0;
  font-size: 18px;
  color: #113040;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  margin: 2.33em 0;
  font-size: 18px;
  color: #113040;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    margin:0;
}

#rc-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}



#rc-page-background-gradient
{
  background-position: top left;
}


.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */
#navigation {
	width: 311px;
	float: left;
	background-color: #FFFFFF;
}
#navigation a {
	color: #000000;
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: normal;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
#navigation a.main_nav_active {
	font-weight: bold;
	color: #BC6600;
	font-size: 16px;
}
#navigation a.main_nav{
	background-color: #FFFFFF;
	color: #000000;
}
#navigation a.main_nav:hover{
	color: #BC6600;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
	text-align: left;
}

/* begin Box, Sheet */
.rc-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1000px;
  min-width: 7px;
  min-height: 7px;
}

.rc-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 2px;
}

.rc-sheet-tr, .rc-sheet-tl, .rc-sheet-br, .rc-sheet-bl, .rc-sheet-tc, .rc-sheet-bc,.rc-sheet-cr, .rc-sheet-cl
{
  position: absolute;
  z-index: -1;
}

.rc-sheet-tr, .rc-sheet-tl, .rc-sheet-br, .rc-sheet-bl
{
  width: 6px;
  height: 6px;
  background-image: url('images/sheet_s.png');
}

.rc-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 3px, 3px, auto);
}

.rc-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 3px, 3px);
}

.rc-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(3px, 3px, auto, auto);
}

.rc-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(3px, auto, auto, 3px);
}

.rc-sheet-tc, .rc-sheet-bc
{
  left: 3px;
  right: 3px;
  height: 6px;
  background-image: url('images/sheet_h.png');
}

.rc-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 3px, auto);
}

.rc-sheet-bc
{
  bottom: 0;
  clip: rect(3px, auto, auto, auto);
}

.rc-sheet-cr, .rc-sheet-cl
{
  top: 3px;
  bottom: 3px;
  width: 6px;
  background-image: url('images/sheet_v.png');
}

.rc-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 3px);
}

.rc-sheet-cl
{
  left: 0;
  clip: rect(auto, 3px, auto, auto);
}

.rc-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #FFFFFF;
}

.rc-sheet
{
  margin-top: 10px !important;
  cursor:auto;
}

#rc-page-background-simple-gradient, #rc-page-background-gradient, #rc-page-background-glare
{
  min-width: 1000px;
}

/* end Box, Sheet */

/* begin Layout */
.rc-content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 996px;
}

.rc-content-layout .rc-content-layout
{
  width: auto;
  margin:0;
}

div.rc-content-layout div.rc-layout-cell, div.rc-content-layout div.rc-layout-cell div.rc-content-layout div.rc-layout-cell
{
   display: table-cell;
}

div.rc-layout-cell div.rc-layout-cell
{
   display: block;
}

div.rc-content-layout-row
{
  display: table-row; 
}

.rc-content-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.rc-layout-cell, .rc-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

/* begin Box, Block */
.rc-block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 3px;
  min-height: 3px;
}

.rc-block-body
{
  position: relative;
  z-index: 1;
  padding: 8px;
}

.rc-block-tr, .rc-block-tl, .rc-block-br, .rc-block-bl, .rc-block-tc, .rc-block-bc,.rc-block-cr, .rc-block-cl
{
  position: absolute;
  z-index: -1;
}

.rc-block-tr, .rc-block-tl, .rc-block-br, .rc-block-bl
{
  width: 2px;
  height: 2px;
  background-image: url('images/block_s.png');
}

.rc-block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.rc-block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.rc-block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.rc-block-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.rc-block-tc, .rc-block-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('images/block_h.png');
}

.rc-block-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.rc-block-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.rc-block-cr, .rc-block-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('images/block_v.png');
}

.rc-block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.rc-block-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.rc-block-cc
{
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #EDEDED;
}

.rc-block
{
  margin: 7px;
}

/* end Box, Block */

/* begin Box, BlockContent */
.rc-blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.rc-blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.rc-blockcontent-body, 
.rc-blockcontent-body a, 
.rc-blockcontent-body li a
{
  color: #0F2A38;

}

.rc-blockcontent-body a,
.rc-blockcontent-body li a
{
  color: #A22101;
  text-decoration: underline;
}

.rc-blockcontent-body a:link,
.rc-blockcontent-body li a:link
{
  color: #A22101;
  text-decoration: underline;
}

.rc-blockcontent-body a:visited, .rc-blockcontent-body a.visited,
.rc-blockcontent-body li a:visited, .rc-blockcontent-body li a.visited
{
  color: #525252;

}

.rc-blockcontent-body a:hover, .rc-blockcontent-body a.hover,
.rc-blockcontent-body li a:hover, .rc-blockcontent-body li a.hover
{
  color: #D52B01;

  text-decoration: none;
}

.rc-blockcontent-body ul
{
  list-style-type: none;
  color: #0F2A38;
  margin: 0;
  padding: 0;
}

.rc-blockcontent-body ul li
{
  text-decoration: none;
  line-height: 1.25em;
  padding: 0 0 0 13px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}


/* end Box, BlockContent */
/* Button */
.firefox2
{
  display: block;
  float: left;
}

input, select, textarea, select
{
  vertical-align: middle;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.rc-block select 
{
    width:96%;
}
/* end Button */

/* begin Box, Post */
.rc-post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.rc-post-body
{
  position: relative;
  z-index: 1;
  padding: 10px;
}


.rc-post
{
  margin: 7px;
}

a img
{
  border: 0;
}

.rc-article img, img.rc-article
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.rc-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.rc-article table, table.rc-article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.rc-article th, .rc-article td
{
  padding: 2px;
  border: solid 1px #B5B5B5;
  vertical-align: top;
  text-align: left;
}

.rc-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.rc-post h2.rc-postheader, 
.rc-post h2.rc-postheader a, 
.rc-post h2.rc-postheader a:link, 
.rc-post h2.rc-postheader a:visited, 
.rc-post h2.rc-postheader a.visited, 
.rc-post h2.rc-postheader a:hover, 
.rc-post h2.rc-postheader a.hovered
{
  margin: 0.2em 0;
  padding: 0;
  font-size: 29px;
  color: #1B4B65;
}

.rc-post h2.rc-postheader a, 
.rc-post h2.rc-postheader a:link, 
.rc-post h2.rc-postheader a:visited, 
.rc-post h2.rc-postheader a.visited, 
.rc-post h2.rc-postheader a:hover, 
.rc-post h2.rc-postheader a.hovered
{
  margin: 0;
  text-decoration: none;
  color: #205A79;
}

.rc-post h2.rc-postheader a:visited, 
.rc-post h2.rc-postheader a.visited
{

  color: #4D4D4D;
}


.rc-post h2.rc-postheader a:hover, 
.rc-post h2.rc-postheader a.hovered
{


  color: #1C1C1C;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.rc-postheadericons
{
  color: #404040;
  padding: 1px;
}

.rc-postheadericons, .rc-postheadericons a, .rc-postheadericons a:link, .rc-postheadericons a:visited, .rc-postheadericons a:hover
{
  font-size: 14px;
}

.rc-postheadericons a, .rc-postheadericons a:link, .rc-postheadericons a:visited, .rc-postheadericons a:hover
{
  margin: 0;
  text-decoration: underline;
  color: #318AB9;
}

.rc-postheadericons a:visited, .rc-postheadericons a.visited
{

  color: #595959;
}

.rc-postheadericons a:hover, .rc-postheadericons a.hover
{

  text-decoration: none;
  color: #B22401;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.rc-post ol, .rc-post ul
{
  color: #141414;
  margin: 1em 0 1em 2em;
  padding: 0;

}

.rc-post li ol, .rc-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.rc-post li
{
  margin: 0.2em 0;
  padding: 0;
}

.rc-post ul
{
  list-style-type: none;
}

.rc-post ol
{
  list-style-position: inside;

}



.rc-post li
{
  padding: 0 0 0 13px;
  line-height: 1em;
}

.rc-post ol>li
{
  background: none;
  padding-left: 0;/* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.rc-post ul>li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 13px;/* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}


/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.rc-postcontent blockquote p
{
  color: #061218;
  font-style: italic;
  text-align: left;
}

blockquote,
.rc-postcontent blockquote
{
  border: solid 1px #82BEDE;
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 41px;
  background-color: #BFDDEE;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;/* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
}

/* end PostQuote */

/* begin PostIcons, PostFooterIcons */
.rc-postfootericons
{
  color: #404040;
  padding: 1px;
}

.rc-postfootericons, .rc-postfootericons a, .rc-postfootericons a:link, .rc-postfootericons a:visited, .rc-postfootericons a:hover
{
  font-size: 14px;
  text-decoration: none;
}

.rc-postfootericons a, .rc-postfootericons a:link, .rc-postfootericons a:visited, .rc-postfootericons a:hover
{
  margin: 0;
  text-decoration: underline;
  color: #25698D;
}

.rc-postfootericons a:visited, .rc-postfootericons a.visited
{

  color: #595959;
}

.rc-postfootericons a:hover, .rc-postfootericons a.hover
{

  text-decoration: none;
  color: #B22401;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
#site-internet {
	margin: 0;
	font-size: 16px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: center;
}
#site-internet a {
	color: #113040;
	text-decoration: none;
}
#site-internet a:hover, #contenu a:focus {
	color: #113040;
}

#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: center;
	color: #000000;
}
#copyright a {
	color: #000000;
	text-decoration: underline;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: none;
	color: #000000;
}
/* end Footer */

/* begin LayoutCell, sidebar1 */
.rc-content-layout .rc-sidebar1
{
  width: 30%;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.rc-content-layout .rc-content
{
  width: 70%;
}
.rc-content-layout .rc-content-wide
{
  width: 100%;
}
/* end LayoutCell, content */


.firefox2 table.poll tr td div
{
  font-size: 0;
}

#footer
{
  text-align: center;
} 

.contentpaneopen span.small, .contentpaneopen td.createdate, .contentpaneopen td.modifydate
{
  font-size: 75%;
  padding-bottom: 1em;
}

.column_separator
{
  padding-left: .4em;
}

div.offline
{
  background: #fffebb;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em;
  padding: 5px;
} 

/* headers */
table.moduletable th, legend
{
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0;
  margin-bottom: 10px;
  text-align: left;
}

/* form validation */
.invalid
{
  border-color: #ff0000;
}

label.invalid
{
  color: #ff0000;
}


/** overlib **/

.ol-foreground
{
  background-color: #f6f6f6;
}

.ol-background
{
  background-color: #666;
}

.ol-textfont
{
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
}

.ol-captionfont
{
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #f6f6f6;
  font-weight: bold;
}

.ol-captionfont a
{
  color: #0B55C4;
  text-decoration: none;
  font-size: 12px;
}

/* spacers */
span.article_separator
{
  display: none;
}

.column_separator
{
  padding-left: 10px;
}

td.buttonheading img
{
  border: none;
}

.clr
{
  clear: both;
}

div#maindivider
{
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator
{
  display: none;
}

/* edit button */
.contentpaneopen_edit
{
  float: left;
}

/* table of contents */
table.contenttoc
{
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td
{
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader
{
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td
{
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2
{
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane
{
  margin: 0;
  padding: 0;
  width: auto;
}

table.contentpaneopen li
{
  margin-bottom: 5px;
}

table.contentpaneopen fieldset
{
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

table.contentpaneopen h3
{
  margin-top: 25px;
}

table.contentpaneopen h4
{
  font-family: "Times New Roman", Times, serif;
  color: #333;
}

.highlight
{
  background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable
{
  margin-bottom: 0;
}

div.moduletable, div.module
{
  margin-bottom: 25px;
}

div.module_menu h3
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #eee;
  margin: -23px -4px 5px -5px;
  padding-left: 10px;
  padding-bottom: 2px;
}

div.module_menu
{
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

div.module_menu div div div
{
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 15px;
  width: auto;
}

div.module_menu div div div div
{
  background: none;
  padding: 0;
}

div.module_menu ul
{
  margin: 10px 0;
  padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited
{
  font-weight: bold;
}

#leftcolumn div.module
{
  padding: 0 10px;
}

#leftcolumn div.module table
{
  width: auto;
}

/* forms */
table.adminform textarea
{
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input
{
  width: 95%;
  border: 1px solid #ccc;
  margin: 5px 0 5px 0;
}

/* login form */

.joomla15 form#form-login
{
  text-align: left;
}

.joomla15 form#form-login fieldset
{
  border: 0 none;
  margin: 0;
  padding: 0.2em;
}

.joomla15 form#form-login ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.joomla15 form#form-login ul li
{
  background-image: none;
  padding: 0;
}

.joomla16 form#login-form fieldset
{
	border: 0 none;
	margin: 0;
	padding: 0.2em;
}

#modlgn_username, #modlgn_passwd
{
  width: 90%;
}

#form-login-username, #form-login-password, #form-login-remember
{
  display: block;
  margin: 0;
}

form#com-form-login
{
  text-align: left;
}

form#com-form-login fieldset
{
  border: 0 none;
  margin: 0;
  padding: 0.2em;
}

form#com-form-login ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

form#com-form-login ul li
{
  background-image: none;
  padding: 0;
}

/* thumbnails */
div.mosimage
{
  margin: 5px;
}

div.mosimage_caption {
  font-size: .90em;
  color: #666;
}

div.caption
{
  padding: 0 10px 0 10px;
}

div.caption img
{
  border: 1px solid #CCC;
}

div.caption p
{
  font-size: .90em;
  color: #666;
  text-align: center;
}

/* Parameter Table */
table.paramlist
{
  margin-top: 5px;
}

table.paramlist td.paramlist_key
{
  width: 128px;
  text-align: left;
  height: 30px;
}

div.message
{
  font-weight: bold;
  font-size: 14px;
  color: #c30;
  text-align: center;
  width: auto;
  background-color: #f9f9f9;
  border: solid 1px #d5d5d5;
  margin: 3px 0 10px;
  padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.banneritem img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text advert style */

.banneritem_text
{
  padding: 4px;
  font-size: 11px;
}

.bannerfooter_text
{
  padding: 4px;
  font-size: 11px;
  background-color: #f7f7f7;
  text-align: right;
}

/* Polls */
.pollstableborder
{
  margin-top: 8px;
}


.pollstableborder td
{
  text-align: left;

}

/* WebLinks */
span.description
{
  display: block;
  padding-left: 30px;
}

/* Frontend Editing*/
fieldset
{
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 15px;
}

legend
{
  margin: 0;
  padding: 0 10px;
}

td.key
{
  border-bottom: 1px solid #eee;
  color: #666;
}

/* Tooltips */

.tool-tip
{
  float: left;
  background: #ffc;
  border: 1px solid #d4d5aa;
  padding: 5px;
  max-width: 200px;
}

.tool-title
{
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text
{
  font-size: 100%;
  margin: 0;
}

/* System Standard Messages */
#system-message
{
  margin-bottom: 20px;
}

#system-message dd.message ul
{
  background: #c3d2e5 url(../../system/images/notice-info.png) 4px center no-repeat;
  border-top: 3px solid #de7a7b;
  border-bottom: 3px solid #de7a7b;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

/* System Error Messages */
#system-message dd.error ul
{
  color: #c00;
  background: #e6c0c0 url(../../system/images/notice-alert.png) 4px center no-repeat;
  border-top: 3px solid #DE7A7B;
  border-bottom: 3px solid #DE7A7B;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

/* System Notice Messages */
#system-message dd.notice ul
{
  color: #c00;
  background: #efe7b8 url(../../system/images/notice-note.png) 4px center no-repeat;
  border-top: 3px solid #f0dc7e;
  border-bottom: 3px solid #f0dc7e;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

#syndicate
{
  float: left;
  padding-left: 25px;
}

/* Component Specific Fixes */

#component-contact table td
{
  padding: 2px 0;
}

.breadcrumbs img
{
  margin: 0;
  padding: 0;
  border: 0;
}

.mceToolbarTop {
  white-space: normal;
}

.mceEditor
{
  background: none;
}

#archive-list
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#archive-list li
{
  list-style-type: none;
  background-image: none;
  margin-left: 0;
  padding-left: 0;
}

#navigation
{
  text-align: center;
}

.article h3 img
{
  border: none;
  display: inline;
  margin: 0;
  padding: 0;
}



.pollstableborder td {
  vertical-align: middle;
}

.img_caption.left
{
  float: left;
  margin-right: 1em;
}

.img_caption.right
{
  float: right;
  margin-left: 1em;
}

.img_caption.left p
{
  clear: left;
  text-align: center;
}

.img_caption.right p
{
  clear: right;
  text-align: center;
}

.img_caption img
{
  margin: 0;
}

.contentheading
{
font-size: 23px;
  color: #318AB9;
}

#system-message ul li {
  background-image: none;
  padding-left: 0;
}

.hebreu {
	font-size: 24px;
	font-weight: bold;
}
/* pagination */

.joomla15 .pagination
{
    margin: 0;
    padding: 0;
    text-align: center;
}

.joomla15 .pagination span
{
    margin: 0;
    padding: 0;
}

.joomla15 .pagination a
{
    padding: 2px;
}

.joomla16  .pagination
{
    margin: 0;
    padding: 0;
    text-align: center;
}

.joomla16 .pagination ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.joomla16 .pagination li
{
    display: inline;
    padding: 2px 5px;
    text-align: left;
    margin: 0 2px;
    background-image: none;
}

.joomla16 .pagination li.pagination-start,
.joomla16 .pagination li.pagination-start span,
.joomla16 .pagination li.pagination-end,
.joomla16 .pagination li.pagination-end span
 {
    padding: 0;
}

/* article navigation */

.joomla15  .pagenav
{
    width: 100%;
}

.joomla15 .pagenav td,
.joomla15 .pagenav th
{
    border: none;
    font-weight: normal;
}

.joomla16 .pagenav
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.joomla16 .pagenav li
{
    display: inline-block;
    width: 40%;
    text-align: center;
    background-image: none;
}

/* Plugin compatilibity. */

/* 152316, DOCman */

.dm_taskbar ul
{
  background-image: none;
  margin: 0;
  padding: 0;
}

.dm_taskbar ul li
{
  background-image: none;
}
.notabene {
	font-size: 14px;
	color: #0000FF;
}
.Style1 {
	font-size: 36px;
	font-weight: normal;
}