


/* Main scaffolding */

div.main_top, div.main_middle, div.main_bottom
{
  width: 958px;
  margin: 0px auto;
}

div.main_top
{
  height: 14px;
  background: url(images/main_bg_top.gif) no-repeat;
}

div.main_middle
{
  background: #ffffff url(images/main_bg_middle.gif) repeat-y;
}

div.main_bottom
{
  height: 14px;
  background: url(images/main_bg_bottom.gif) no-repeat;
}

div.header, div.content, div.footer
{
  width: 930px;
  padding: 0px 14px;
}

div.footer
{
  width: 910px;
  margin: 3px auto 0px auto;
}

td.col_top
{
  vertical-align:top;
}

td.col_border
{
  border-right: solid 1px #cccccc;
}

div.link, span.link
{
  cursor:pointer;
}

div.link:hover, span.link:hover
{
	text-decoration: underline;
}



/* Forms */

.form_box
{
  margin-bottom: 1px;
  padding: 15px;
  background-color: #ff7700;
}

.form_box td
{
  background-color: #ff7700;
}

.contact_input1, .contact_input2, .contact_textarea
{
  border: solid 1px #626262;
}

.contact_input1
{
  width: 120px;
}

.contact_input2
{
  width: 280px;
}

.contact_textarea
{
  width: 440px;
}

.form_bottom
{
  width: 100%;
  margin-top: 10px;
}

.form-error-msg
{
  color: #f00;
}



/* Header */

table.header_top
{
  width: 100%;
}

td.extlink
{
  padding:0px 14px;
  background: url(images/extlink_bg_center.png) repeat-x;
}

img.lang_off
{
  margin-left: 8px;
  border: solid 1px #ffffff;
}

img.lang_on
{
  margin-left: 8px;
  border: solid 1px #626262;
}



/* Top menu */

table.menu_top
{
  width: 100%;
  height: 45px;
  margin-top: 12px;
  margin-bottom: 12px;
  background: url(images/menu_top_bg.png) no-repeat;
}

td.menu_top_item
{
  background-color: transparent;
	text-align: center;
	vertical-align: middle;
}

td.menu_top_item a.selected
{
  text-decoration: underline;
}

td.menu_top_sep
{
  width: 1px;
}



/* Small menu */

td.menu_small
{
  background-color: #f6f6f6;
}



/* Left menu */

.menu_left_heading
{
  /*margin-left: 12px;*/
  margin-bottom: 7px;
}

.menu_left_lev2
{
  margin: 0px;
  padding: 2pt 0px 1pt 16px;
  background: url(images/menu_left_bullet.png) no-repeat 1px 5pt;
}

.menu_left_levn
{
  margin: 0px;
  padding: 1pt 0px 1pt 25px;
}



/* News box */

.news_box_border_top, .news_box_border_middle, .news_box_border_bottom, .news_box_item_top td
{
  background-color: #f6f6f6;
}

.news_box_border_top
{
  height: 12px;
}

.news_box_border_middle
{
	height: 264px;
	position: relative; /* HACK: required by IE if there is an overflow: hidden */
	padding: 0px 10px;
	overflow: hidden;
}

.news_box_border_bottom
{
  height: 30px;
  text-align: center;
}

.news_box_items
{
	position: relative;
}

.news_box_item
{
	width: 100%;
	height: 132px;
	line-height: 11pt;
}

.news_box_item_top
{
	height: 60px;
}

.news_box_item_bottom
{
	height: 55px;
	border-bottom: solid 1px #cccccc;
}



/* Content */

td.content
{
  padding: 0px 30px 0px 20px;
}

div.summary, div.summary_image
{
  margin-bottom: 20px;
}



/* Slots */

div.summary_image_slot_item
{
  width: 300px;
  margin-bottom: 5px;
}

div.summary_image_slot_item input
{
  width: 200px;
}



/* Read more */

div.read_more, td.read_more
{
  width: 193px;
  padding: 4px 10px 0px 10px;
  background: url(images/read_more_bg_middle.gif) repeat-y;
}



/* Send page */

#sendpage_form hr
{
  margin-top: 0px;
  margin-bottom: 22px;
}

#sendpage_form input
{
  width: 180px;
}

/* Bloc infos */
#infos {
	background-color: #fff;
}
#infos * {
	margin: 0;
	padding: 0;
}
#infos .content {
	
	background-color: #fff;
}
#infos a.current {
	background-color: #fff;
	color: #000;
}
#infos a.ghost  {
	background-color: #fff;
	color: #000;
}
#infos .on {
	display: inline;
}
#infos .off {
	display: none;
}

/* Bandeau Blog */
div.ribblog{
background: url(http://www.jumbe.fr/uploads/filemngr/deco/ribblog.gif) no-repeat;
position:absolute;
right:100%;
top:0px;
overflow:visible;
height:147px;
width:147px;
background-color:transparent;
margin:0 0 0 -147px;
padding:0;
z-index:1000000000;
border:none;
float:none;
}
