/* Charte graphique logo Kevin :
/* gris fonce : #555555 */
/* gris : #999999 */
/* bleu : #00A8A8 */

.page_subtitle { /* jc-20091226 */
  color: #666666;
  font-size: large;
  /* font-style: italic; */
  margin-right: -10px;
  margin-top: -15px;
  text-align: right;
}

.index-entry { /* jc-20091201 */
  font-weight: bold;
  font-style: italic;
  color: #000000;
}

#home_toc { /* jc-20091213 */
  margin-top: -30px;
  /* margin-left: 60px; jc-20091223 */
  margin-left: -50px; /* jc-20091223 */
}

#pilotea2 { /* jc-20091213 */
  margin-left: -20px;
  margin-top: 20px;
}

#content {
  padding: 25px;
  /* border-right: 1px solid #999999; jc-20091104 */
  border-right: 1px solid #999999;
}
#menu-current {
  border-bottom-width: 1px;
  border-bottom-style: solid; /*dotted;*/
  border-bottom-color: #999999;
  font-weight: bold;
  margin-left: -20px;
  text-align: right;
  width: 100%;
}
#menu-group {
  border-bottom-width: 1px;
  border-bottom-style:dotted;
  border-bottom-color: #999999;
  font-weight: bold;
  margin-left: -20px;
  text-align: center;
  width: 180px;
}
#menu a {
  text-decoration: none;
}
#menu a:hover {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #00A8A8;
  padding-left: 20px;
  margin-left: -20px;
  text-align: left;
}




a {
  color: #3256B6;
  color: #00A8A8; /* v2 : green */
}
a:visited {
  color: #cc9;
  color: #00A8A8; /* v2 : green */
}
a:hover, a:visited:hover {
  color: #e00;
  color: #00A8A8; /* v2 : green */
  text-decoration: none;
}
/* v2 */
a img {
  border: 0px;
}

.picture {
  margin-right: -33px;
  border: 1px solid #000000;
  text-align: right;
}

body {
  background-color: #041a61;
  background-color: #FFFFFF; /* inagua */
  font-family: Tahomma, Tahoma, Helvetica, Arial, Verdana, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #888888; /* v2 : gris */
}
h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
  color: #00A8A8; /* v2 : vert */
}
h2 {
  color: #555555; /* v2 */
  /* v2.5 */
  padding-top: 20px;
}
h3 {
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}

/* v2 */
cite {
   color: #555555;
}

.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  margin-left: auto;
  margin-right: auto;
  width: 730px;
  text-align: left;
  text-align: justify; /* v2 */
}
#header {
  /* v1: background-color: #4f57c5; */
  /* v1: background-color: #01afe2; */ /* inagua (44c1e6) */
  /* background-image:url(http://logo.2ia.net/inagua-header-background.png); */
  /* background-image:url(images/site-header.png); v2.5 */
	background-repeat: no-repeat;
	background-position: center top;
  /* v1:  border-bottom: 4px solid #fc0; */
  /* v1:  border-bottom: 4px solid #000000; */ /* inagua */
  color: white;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  /* padding-top: 40px; v2.5 */
  /* padding-top: 10px; v2.5 */
  padding-top: -10px; /* jc-20091213 */
  /* padding-bottom: 40px; v2.5 */
  text-align: center;
}
#header img {
  float: center; /* v2.5 */
}
#site-title {
  visibility:hidden; /* v2 */
  color: white;
  font-size: 325%;
}
#site-title a, #site-title a:visited {
  visibility:hidden; /* v2 */
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  visibility:hidden; /* v2 */
  color: white;
  text-decoration: underline;
}
#site-subtitle {
  /* visibility:hidden; v2 */
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
}
#main {
  /* background-color: white; v2.5 */
  /* v2
  border-bottom: 4px solid #fc0;
  border-bottom: 4px solid #000000; inagua
  border-bottom: 4px solid #00A8A8; v2
  */
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  /* width: 500px; v2 */
  width: 545px;
}
/* v2
#content {
  padding: 25px;
  border-right: 1px dotted #a3a39c;
}
*/
#content h1 {
  margin-top: 0;

  /* v2.5 */
	margin-right: -25px;
	margin-left: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 160%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: #f7f3e8;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#sidebar-wrapper {
  float: right;
  /* width: 225px; v2 */
  width: 180px;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  /* margin-left: 1.5em; v2 */
  margin-left: 30px;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  color: #818cb0;
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
  text-align:center; /* v2 */
}
