* {
  font-family: arial,helvetica;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  float: none;
  overflow: visible;
  position: relative;
}

body {
  background-color: #ffffff;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

#container {
  background-image: url(/images/background_container.jpg);
  background-position: 0px 135px;
  background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	text-align: left;
	width: auto;
}

body.blue #container {
  background-image: url(/images/background_container_blue_th.jpg);
  background-position: 0px 135px;
  background-repeat: no-repeat;
}

body.green #container {
  background-image: url(/images/background_container_green_th.jpg);
  background-position: 0px 135px;
  background-repeat: no-repeat;
}

body.orange #container {
  background-image: url(/images/background_container_blue_th.jpg);
  background-position: 0px 135px;
  background-repeat: no-repeat;
}


/* ----- Header ----- */

#header {
  display: none;
  /*background-image: url(/images/background_header_blue.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;*/
  position: relative;
  height: 135px;
}


/* ----- Left ----- */

#left {
  display: none;
  position: relative;
  float: left;
  margin: 0px;
  width: 190px;
  padding: 0px 0px 0px 3px;
}


/* ----- Menu general ----- */

#menu_general {
  display: none;
  /*position: relative;*/
  margin: 8px 0px 40px 0px;
}


/* ----- Right ----- */

#right {
  display: none;
  float: left;
  margin: 0px;
  width: 195px;
}


/* ----- Body ----- */

#body {
  display: inline;
  width: 640px;
  margin: 0px 19px 0px 13px;
}

#body h1 {
  margin: 20px 0px 15px 0px;
  padding: 5px 0px 0px 0px;
}

body.blue h2 {
  color: #0099ff;
}

body.green h2 {
  color: #669900;
}

p {
  color: #666666;
  margin: 10px 0px 10px 0px;
  line-height: 1.4em;
}

body.blue p.intro {
  color: #0099ff;
}

body.green p.intro {
  color: #669900;
}

p.release span.date {
  display: table-cell;
  width: 90px;
  vertical-align: top;
}

p.release span.title {
  display: table-cell;
  width: 435px;
  vertical-align: top;
}

p.release span.title img {
  border: none;
  float: left;
  margin: 0px 5px 5px 0px;
}

#body p.more {
  margin: 10px 0px 20px 0px;
  float: right;
  color: #ff6600;
  font-size: 10px;
}

#body p.more a {
  color: #ff6600;
  font-weight: bold;
}

#body ul {
  margin: 0px 0px 0px 15px;
}

#body li {
  color: #686868;
  margin: 10px 0px 10px 0px;
  line-height: 1.4em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#body a.blue, body.blue a {
  color: #0099ff;
}

#body a.green, body.green a {
  color: #669900;
}

#body a.orange, body.orange a {
  color: #ff6600;
  color: #ff9933;
}

body.blue p.quote {
  background-image: url(/images/quote_blue_start.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 10px 0px 0px 0px;
  text-indent: 38px;
  font-size: 13px;
  font-weight: bold;
}

body.blue p.quote span {
  background-image: url(/images/quote_blue_end.gif);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding: 0px 17px 0px 0px;
  font-size: 13px;
  font-weight: bold;
}

body.green p.quote {
  background-image: url(/images/quote_green_start.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 10px 0px 0px 0px;
  text-indent: 38px;
  font-size: 13px;
  font-weight: bold;
}

body.green p.quote span {
  background-image: url(/images/quote_green_end.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  display: inline;
  padding: 0px 17px 0px 0px;
  font-size: 13px;
  font-weight: bold;
}

p.cite {
  font-size: 10px;
}

#body img.left {
  float: left;
  margin: 3px 10px 5px 0px;
}


/* ----- Box pdf ----- */

#body a.pdf {
  border: 1px solid #cccccc;
  display: block;
  float: right;
  margin: 3px 0px 5px 10px;
  padding: 0px 0px 5px 0px;
  text-align: center;
  width: 100px;
}

#body a.pdf img {
  border: 0px;
  margin: 3px 25px 2px 25px;
}



/* ----- Members ----- */

#members a {
  display: block;
  width: 110px;
  height: 80px;
  margin: 10px;
  float: left;
  border: 1px solid #dddddd;
}

#members a:hover {
  border: 1px solid #0099ff;
}

#members a img {
  margin: 10px 5px 10px 15px;
}

#members a p {
  margin: 25px 5px 10px 5px;
  text-align: center;
}


/* ----- Formulaires ----- */

label {
  display: block;
  font-size: 10px;
}

input, textarea, select {
  background-color: #f8f8f8;
  border: 1px solid #c2c2c2;
  font-size: 12px;
  color: #666666;
}


option {
  margin: 0px 5px 0px 0px;
}

p.msgok {
	color: #53a129;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

p.msgerr {
  color: #ff0000;
  font-weight: bold;
}


/* ---------- Search results ---------- */

#did_you_mean, #result_report, #results, #other_pages {
  color: #666666;
  margin: 10px 15px 10px 0px;
}

#results .url {
  font-style: italic;
}


/* ----- Footer ----- */

#footer {
  display: none;
}
