* {
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}

html {
  overflow-y: scroll;
}

body {
  background-color: #f5f5f5;
  background-image: url(images/background_body.gif);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  text-align: center;
}

#container {
  background-image: url(images/background_corps.gif);
  background-position: 0px 0px;
  background-repeat: repeat-y;
  position: relative;
  width: 1000px;
  margin: 0px auto 0px auto;
  text-align: left;
}



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

#header {
  background-image: url(images/background_header.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 1000px;
  height: 215px;
}

#header a {
  color: #ffffff;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#header a img {
  border: none;
  vertical-align: middle;
}

#lang {
  float: left;
  margin-top: 7px;
}

#lang a {
  display: inline-block;
  padding: 2px 0px 0px 0px;
}

#tools {
  color: #ffffff;
  position: absolute;
  top: 170px;
  right: 15px;
  height: 30px;
  width: 270px;
}

#tools a {
  display: inline-block;
  padding: 7px 5px 0px 25px;
}

#tools form {
  position: relative;
  background-image: url(images/background_search.gif);
  background-repeat: no-repeat;
  float: left;
  height: 22px;
  width: 179px;
  text-align: left;
  margin: 5px 5px 0px 0px;
}

#tools input#query {
  background-color: transparent;
  border: none;
  color: #dddddd;
  height: 16px;
  width: 130px;
  margin: 3px 0px 1px 10px;
}

#tools input#ok {
  position: absolute;
  top: 0px;
  left: 157px;
  height: 22px;
  width: 22px;
}

#tools input#query.focus {
  color: #ffffff;
}

#tools input#query.blur {
  color: #dddddd;
}


/* ---------- Logo ---------- */

#logo {
  position: relative;
  left: 12px;
  top: 12px;
  width: 245px;
  height: 60px;
}

#logo img {
  border: none;
}



/* ---------- Colonne droite ---------- */

#droite {
  float: right;
  position: relative;
  width: 300px;
  min-height: 100px;
}

#droite h3 {
  margin: 0px 0px 10px 15px;
}

#droite h4 {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  margin: 5px 15px 5px 15px;
}

#droite p {
  color: #ffffff;
  margin: 10px 15px 10px 15px;
  line-height: 1.4em;
}

#droite p b {
  color: #006599;
  font-weight: normal;
}

#droite p a {
  color: #ffffff;
  text-decoration: none;
}

#droite p a:hover {
  text-decoration: underline;
}

#droite img {
  border: 0px;
}

#rss {
  border: 0px;
  position: absolute;
  top: 7px;
  left: 240px;
}


/* ---------- Colonne centre ---------- */

#corps {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 50px 0px;
  _height: 400px;
  min-height: 400px;
  width: 700px;
  float: left;
}

#corps h1 {
  color: #ff6600;
  font-size: 30px;
  margin: 25px 25px 10px 60px;
}

#corps h2 {
  color: #006699;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 25px 6px 60px;
}

#corps p {
  color: #594f4a;
  line-height: 1.4em;
  margin: 6px 25px 10px 60px;
}

#corps p.chapeau {
  color: #ff6600;
}

#corps ul {
  margin: 0px 25px 10px 60px;
}

#corps li {
  color: #594f4a;
  line-height: 1.4em;
  margin: 5px 0px 5px 15px;
  list-style-position: inside;
}

#corps p a {
  color: #cc6633;
  text-decoration: none;
}

#corps p a:hover {
  text-decoration: underline;
}

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

#corps img.right {
  float: right;
  margin: 3px 0px 3px 15px;
}

#corps sub {
  font-size: 80%;
}

#corps small {
  color: #666666;
  font-size: 11px;
  font-style: italic;
  margin: 0px 0px 15px 0px;
}

/* ---------- Navigation ---------- */

#menu {
  width: 670px;
  height: 30px;
  background: url(images/background_menu.gif);
  margin: 0px 15px 0px 15px;
}

#menu a.home {
  background-image: url(images/menu_home.gif);
  width: 47px;
}

#menu a.actualites {
  background-image: url(images/menu_actualites.gif);
  width: 103px;
}

#menu a.projet {
  background-image: url(images/menu_projet.gif);
  width: 104px;
}

#menu a.skipper {
  background-image: url(images/menu_skipper.gif);
  width: 120px;
}

#menu a.bateau {
  background-image: url(images/menu_bateau.gif);
  width: 114px;
}

#menu a.transat650 {
  background-image: url(images/menu_transat650.gif);
  width: 182px;
}

#menu a {
  background-position: 0px 30px;
  color: #666666;
  display: block;
  float: left;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 18px;
  font-style: italic;
  height: 30px;
  text-decoration: none;
}

#menu a:hover {
  background-position: 0px 60px;
  color: #006699;
}

#menu a.here {
  background-position: 0px 0px;
  color: #3594c9;
}


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

#corps form {
  margin: 6px 25px 10px 170px;
}

#corps label {
  color: #006699;
  color: #594f4a;
  display: block;
  margin: 10px 0px 0px 0px;
}

#corps input,
#corps textarea,
#corps select {
  background-color: #f8f8f8;
  border: 1px solid #c2c2c2;
  color: #333333;
}

#corps p.msgok {
  background-color: #53a129;
  border: 1px solid #53a129;
	color: #ffffff;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
	padding: 10px;
}

#corps p.msgerr {
  color: #ff0000;
  font-weight: bold;
	margin: 10px 0px 20px 0px;
}

#corps #label_country,
#corps #country {
	display: none;
}


/* ---------- Actualités ---------- */

#corps p.release {
  /*margin: 5px 40px 10px 10px;*/
}

#corps p.release span.date {
  display: block;
  float: left;
  margin: 0px 10px 0px 0px;
  width: 70px;
}

#corps p.release span.title {
  display: block;
  margin: 0px 0px 0px 80px;
  width: 510px;
}


/* ---------- Tableaux ---------- */

#corps table {
  border-collapse: collapse;
  margin: 10px 25px 10px 170px;
}

#corps table th {
  background-color: #2c69b2;
  border: 1px solid #ffffff;
  color: #ffffff;
  line-height: 1.4em;
  padding: 6px 10px 6px 10px;
  vertical-align: top;
}

#corps table td {
  background-color: #e5e5e5;
  border: 1px solid #ffffff;
  line-height: 1.4em;
  padding: 6px 10px 6px 10px;
  vertical-align: top;
}

#corps table td.here {
  background-color: #8bbf12;
  color: #ffffff;
}



/* ---------- Résultats de recherche ---------- */

#did_you_mean,
#common_report,
#result_report,
#results,
#other_pages {
  color: #594f4a;
  line-height: 1.4em;
  margin: 10px 25px 10px 60px;
}

#did_you_mean a,
#common_report a,
#result_report a,
#results a,
#other_pages a {
  color: #cc6633;
}

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



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

#footer {
  background-image: url(images/background_footer.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
  clear: both;
  height: 25px;
}

#footer p.gauche {
  color: #999999;
  float: left;
  margin: 6px 0px 0px 10px;
  text-align: left;
  width: 450px;
}

#footer p.droite {
  color: #999999;
  float: right;
  margin: 6px 10px 0px 0px;
  text-align: right;
  width: 450px;
}

#footer p a {
  color: #999999;
  text-decoration: none;
}

#footer p a:hover {
  text-decoration: underline;
}

#footer p img {
  float: left;
}