body { 
  padding: 0;
  margin: 0;
  background: #fff url('../images/bckg_etire_top.png') repeat-x top;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
}

body * {
  margin: 0;
  padding: 0;
}

/* -----------------------------

FORMATAGE DES BALISES PAR DEFAUT

 ------------------------------- */
em {
  font-style: italic;
}
 
 /* listes et paragraphes */
p, ul {
  margin: 13px 0;
}

ul {
  margin: 13px;
}

li {
  margin: 0 23px;
}

/* Headers */
h1 {
  font-size: 22px;
  color: #3A455A;
  font-weight: bold;
  border-bottom: solid #84A6CE 4px;
  padding: 0 0 3px 0;
  margin: -3px 0 20px 0;
}

h2 {
  font-size: 16px;
  color: #427DCE;
  margin: 10px 0;
}

h3 {
  font-size: 14px;
  color: #3A65B5;
  margin: 5px 0;
}

select {
  width: 16em;
}

/* Anchors */
a {
  color: #427DCE;
}

a:visited  {
  color: #427DCE;
}

a img { 
  border: 0;
}

a.marketing {
  font-weight: bold;
  font-size: 16px;
}

div.leftright {
  text-align: right;
  margin: 1em 0;
  padding: 0;
}

div.leftright div {
  display: inline;
  white-space: nowrap;
}

div.leftright div.left{
  float: left;
}

div.leftright div.left h2 { 
  margin: 0;
}

/* Listes */

ul {
  list-style-image: url('../images/chevron_orange.png');
}

/* citation */

blockquote {
  background: #C5D2E6 url('../images/quotes.png') no-repeat top left ;
}

em {
  font-style: italic;
}

fieldset {
  border: solid #BACCE5 2px;
  background-color: #F3F6FB;
}

table {
  margin: 10px 0;
  border-collapse: collapse;
  border: solid #C4D3E9 2px;
}

td, th {
  padding: 3px;
  border: none;
  padding: 5px 10px;
  border-style: none;
  vertical-align: top;
}
  
th {
  text-align:left;
  color:#333;
}
  
.tableform th {
  font-weight: bold;
  vertical-align: top;
}

table input, table select, table textarea{
  border: solid #BACCE5 1px;
  background: #FFF;
  width: 24em;
}


table thead th {
  background-color: #C4D3E9;
}

/*-----------------------------

      FORMATAGE PAR ZONES

 -------------------------------*/
#container
{
  width: 960px;
  margin: 0 auto;
  background-color: transparent;
  color: #333;
}

#top {
  border: 0;
  margin-top: 4px;
  background: transparent URL('../images/rpc-header.jpg') center no-repeat;
  height: 159px;
}

#leftnav, #main {
  background-color: #FFF;
}

#topbar {
  clear: both;
  margin-top: 2px;
  padding: 6px 5px 4px 5px;
  height: 20px;
  color: #2C4679;
  background: #FFF url('../images/bckg_topbar.jpg')  no-repeat;
  position: relative;
}

#topbar a {
  text-decoration: underline;
}

#topbar a, #topbar a:link, #topbar a:visited{
  color: #2C4679;
  font-weight: bold;
}
  
#topbar input {
  margin-right: 6px;
  border: none;
  width : 242px;
  color: #868686;
  background: #FFF;
  
}

#topbar button {
  background: transparent;
  border: none;
  color: white;
  font-weight: bold;
  width: 31px;
}
  
#topbar fieldset{
  border: none;
  background-color: transparent;
  display: block;
  float: right;
  /*margin:-16px 0 0 0 ;*/
  padding-right: 0px;
  position: absolute;
  right: 5px;
  top: 5px;
}

#leftnav {
  float: left;
  width: 220px;
}

#leftnav h4 {
  color: white;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 0;
}

#leftnav .menu {
  position: relative;
  background: #C4D3E9;
  margin-top: 5px; /* concorde avec le top negatif du menu-block */
  margin-bottom: 5px; /* concorde avec le bottom negatif du menu-block_bottom */
}

#leftnav .menu_block {
  position: relative;
  top: -5px;
  background: transparent url('../images/bckg_liste_left.gif') no-repeat;
  padding: 0 7px;
  margin-top: 25px;
}

#leftnav .menu_block_bottom {
  position: relative;
  bottom: -5px;
  height: 20px;
  clear: both;
  background: transparent url('../images/menu_block_bottom.gif') no-repeat bottom;
}

#leftnav ul {
  margin: 0;
  list-style-image: none;
}

#leftnav ul ul{
  background: none;
}

#leftnav ul, ul.sublink {
  list-style-type: none;
  text-align: left;
}

#leftnav ul.sublink {
  font-weight: normal;
  margin: 1em 0 1em 1em;
}

#leftnav li {
  margin: 0;
  padding: 1px 0 2px 0;
  display: block;
  background: transparent url('../images/hr_liste.jpg') repeat-x bottom;
  height: auto;
  clear: both;
  list-style-image: none;
}

#leftnav a {
  text-decoration: none;
  color: #2C4679;
  display: block;
}

#leftnav li a {
  background: transparent url('../images/chevron_leftnav.gif') no-repeat 0 8px;
  padding: 4px 0 3px 15px;
}

#leftnav h4 a {
  color: #FFFFFF;
}

#leftnav li a:hover {
  background-color: #B1C5E2;
}

#leftnav .offer_link {
  clear: both;
  margin: 20px 7px;
}

#leftnav .offer_link a {
  background: transparent url('../images/picto_offer.jpg') no-repeat left;
  padding-left: 20px;
  height: 17px;
  line-height: 17px;
}

#leftnav p {
  margin: 0 0 1em 0;
}

#main {
  margin: 20px 0 0 245px;
}

#main h1 {
  line-height: 110%;
}

#main li {
  padding: 3px 3px 3px 0;
}

#main p.intro {
  color: #9C9A9C;
  font-weight: bold;
  font-size: 14px;
}

#main h2.orange {
  color: #f29c15;
}

#main blockquote {
  padding: 1px 10px 10px 30px;
}

#footer {
  padding-top: 6px;
  height: 124px;
  clear: both;
  color: #333;
  background: transparent url('../images/bckg_etire_footer.jpg') repeat-x bottom;
}

#footer #footer_link {
  height: 112px;
  background: transparent url('../images/tel.png') no-repeat 0;
  width: 960px;
  margin: 0 auto;
  behavior: url("/static/javascript/bckg_png_behavior.htc");
}

#footer #footer_link span {
  display: block;
  float: right;
  margin-top: 50px;
}

#footer #footer_link a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

#footer #footer_link a.top_page {
  background: transparent url('../images/picto_top.gif') no-repeat right;
  padding-right: 20px;
}

#content h2 {
  margin: 0 0 .5em 0;
}

.flash_alert, .flash_ok {
  height: 50px;
  margin-bottom: 10px;
}

.flash_ok span, .flash_alert span {
  display: block;
  margin-left: 10px;
  padding: 25px 0 0 60px;
  height: 25px;
}

.flash_ok {
  background: transparent URL('../images/bckg_valid.jpg') repeat-x bottom;
}

.flash_alert {
  background: transparent URL('../images/bckg_notvalid.jpg') repeat-x bottom;
}

.flash_ok span {
  background: transparent URL('../images/picto_valid.png') no-repeat left;
  behavior: url("/static/javascript/bckg_png_behavior.htc");
  color:#308632;
}

.flash_alert span {
  background: transparent URL('../images/picto_notvalid.gif') no-repeat left;
  color:#E32E18;
}

th.fielderror, td.fielderror {
  background: transparent url('../images/bckg_notvalid.jpg') repeat-x top;
  padding-top: 5px;
}

.fielderror {
  color: #E32E18;
}

.fieldhelp {
  color: #2C4679;
  display: block;
}

.date_field_button {
  background-color: #ececec;
  color: #427dce;   
  line-height: 15px;
  width: 6em;
}

input.submitbutton {
  background: transparent URL('../images/submit_button.gif') no-repeat center ;
  height: 28px;
  width: 145px;
  border: none;
  color: #FFF;
  font-weight: bold;
}

table.round {
  width: 710px;
  border: none;
  border-style: none;
}

table.round tr.even td {
  background-color: #FFF;
}

table.round tr.even td {
  background-color: #F3F6FB;
}

table.round th {
  background-color: #C4D3E9;
  color: #427DCE;
  font-weight: bold;
}

table.round th.left {
  background: #C4D3E9 url('../images/table_left_corner.jpg') no-repeat left top;
  width: 23px; /* taille de l'image de coins */
  line-height: 23px;
  padding: 0;
}

table.round th.right {
  background: #C4D3E9 url('../images/table_right_corner.jpg') no-repeat right top;
  width: 23px;
  height: 23px;
  padding: 0;
}

table.round td.left {
  background: url('../images/border_bleu_2px.jpg') repeat-y left;
}
table.round td.right {
  background: url('../images/border_bleu_2px.jpg') repeat-y right;
}

table.round tfoot td {
  line-height:11px;
  margin: 0;
  padding: 0;
  background: #C4D3E9;
}

table.round tfoot td.left {
  background: #C4D3E9 url('../images/table_left_bottom_corner.jpg') no-repeat left bottom;
}

table.round tfoot td.right {
  background: #C4D3E9 url('../images/table_right_bottom_corner.jpg') no-repeat right bottom;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  width: 300px;
  background: #eef URL('../images/info.png') left center no-repeat;
  border: 1px solid #cce;
}

.progressbar {
  border: 1px solid black;
  height: 20px;
  width: 400px;
}

/* From turbogears/widgets/static/grid.css */

.grid .tgp_button {
  /* Border reduced to 1px from upstream version */
  border-width:1px;border-style:outset;padding:1px 3px;color:#999;background:#f3f3f3}
.grid a .tgp_button {color:#369;background:#edf3fe}
.grid a:hover .tgp_button {border-style:inset}
.grid thead tr td a {text-decoration:none;font-weight:bold}
