html, body {
  margin: 0; /* pour éviter les marges */
  padding: 0;
  text-align: center; /* pour corriger le bug de centrage IE */
  background-color: #ffffff;
  font-family: arial;
  font-size: 10pt;
  color: #000000;
  background: url(../img/rebootgp/bg1.gif);   
}

/* HEADER LINE SEPARATOR */
div.header_line {
  width: 803px;
  height: 2px;
  background-color: #FC0806;
}

/* SITES MENU */
a.header_menu_selected {
  font-size: 8pt;
  font-weight: bold;
  color: #FC0806;
  text-decoration: none;
}

a.header_menu_selected:hover {
  text-decoration: none;
}

/* TOP HEADER */
div.top_header_left {
  width: 803px;
  height: 167px;
  background: url(../img/rebootgp/header.jpg);
  background-position: top left;
  background-repeat: repeat-x;
}

div.top_header_right_menu {
  width: 803px;
  height: 20px;
  background-color: #666666;
  text-align: right;
}

/* CONTENT - LEFT RIGHT */
div.top_content {
  width: 803px;
  background-color: #B3B3B3;
}

div.top_content_left_bloc {
  width: 190px;
  background-color: #B2B2B2; /* 666762 */
  float: left; 
}

div.top_content_left {
  width: 190px;
  background-color: #666762;   
} 

td.td_content_left {
  width: 190px;
  background-color: #B2B2B2;
}

td.td_content_right {
  width: 612px;
  background-color: #ffffff;
  padding-left: 1px;
}

div.top_content_right_bloc {
  width: 612px;
  background-color: #ffffff;  
  padding-left: 1px;  
  float: left;  
}

div.top_content_right {
  width: 612px;
  background-color: #ffffff;
}

div.left_menu {
  width: 190px;
  background-color: #E5E5E5; /* E6E6DD */
  color: #000000;
  font-size: 8pt;
  font-weight: bold;
  text-align:left;
  line-height: 20px;
}

div.left_menu_space {
  width: 190px;
  height: 2px;
  background-color: #999999;    
}

/* CONTENT HEADER */
div.content_header {
  width: 612px;
  height: 50px; 
  background-color: #323333;
  color: #ffffff;
  font-size: 14pt;  
  text-align: left;  
}

/* CONTENT TEXT */
div.content_text {
  width: 612px; 
  background-color: #ffffff;
  color: #000000;
  font-size: 10pt;  
  text-align: left;
}

div.content_text a {
  font-size: 8pt;
  font-weight: bold;
  color: #FC0806;
  text-decoration: none; 
}

div.content_text a:hover {
  color: #FC0806;
  text-decoration: underline;
}

div.content_text_home1 {
  width: 612px;
  background-color: #E5E5E5; /* D9D9D0 */    
}

div.content_text_home1_div {
  padding: 10px;
}

div.content_text_home {
  width: 592px; 
  background-color: #ffffff;
  color: #000000;
  font-size: 10pt;  
  text-align: left;
  
}

div.content_text_home a {
  color: #FC0806;
  text-decoration: none; 
}

div.content_text_home a:hover {
  color: #FC0806;
  text-decoration: underline;
}

/* HEADER MENU LINKS */
.a_header_menu {
  color: #ffffff;
  text-decoration: none;
}

.a_header_menu:hover {
  color: #FCBF05;
  text-decoration: none;
}

/* LEFT MENU LINKS */
.a_left_menu {
  color: #000000;
  text-decoration: none;
}

.a_left_menu:hover {
  color: #FC0806;
  text-decoration: none;
}


/* SPECIFIC */
div.gp_subscribe {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  background-color: #FCBE09;
}

div.gp_updates {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  background-color: #666666;
  color: #ffffff;
}

/* Page Submenu */
div.content_submenu {
  /* width: 100px; */
  height: 20px;
  background-color: #ffffff;
  color: #000000;  
  text-align: center;
  border-right: solid 1px #000000;
  float: left;
}

div.content_submenu div {
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

div.content_submenu div a {
  color: #000000;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}

div.content_submenu div a:hover {
  color: #FC0806;
  text-decoration: none;
}

div.content_hor_space {
  width: 612px;
  height: 10px;
}

div.content_bloc_space {
  width: 612px;
  height: 20px;
}

div.content_left_pane {
  width: 140px;
  float: left;
}

div.content_right_pane {
  width: 460px;
  float: left;
}

div.content_left_pane_large {
  width: 245px;
  float: left;
}

div.content_right_pane_large {
  width: 355px;
  float: left;
}

div.content_one_pane {
  width: 420px;
  float: left;
}

div.content_left_pane_home {
  width: 230px;
  float: left;
}

div.content_right_pane_home {
  width: 352px;
  float: left;
}

div.content_one_pane_home {
  width: 592px;
  float: left;
}

.content_title {
  font-size: 14pt;
  font-weight: bold;
}

.content_subtitle {
  font-size: 10pt;
  font-weight: bold;
  color: #666666;
}

.content_author {
  font-size: 10pt;
  font-weight: bold;
}

.content_otherinfo {
  font-size: 8pt;
  font-style: italic;
}

.content_text {
  font-size: 8pt;
}

.a_content_link {
  font-size: 8pt;
  color: #DA3A06;
  font-weight: bold;
  text-decoration: none;
}

a.a_content_link {
  font-size: 8pt;
  color: #FC0806;
  font-weight: bold;
  text-decoration: none;  
}

a.a_content_link:hover {
  color: #FC0806;
  text-decoration: underline;  
}

.page_no {
  font-size: 8pt;
  color: #000000;
  font-weight: normal;
}

a.page_no {
  font-size: 8pt;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

a.page_no:hover {
  text-decoration: underline;
}

div.link_print {  
}

a.link_print {
  font-size: 8pt;
  color: #FC0806;
  font-weight: bold;
  text-decoration: none;  
}
a.link_print:hover {
  color: #FC0806;
  text-decoration: underline;  
}

a.link_email {
  font-size: 8pt;
  color: #FC0806;
  font-weight: bold;
  text-decoration: none;  
}
a.link_email:hover {
  color: #FC0806;
  text-decoration: underline;  
}

div.other_page {  
  display: none;
}
