/* Caractéristiques générales du document */
/******************************************/
BODY {
  font-family:Arial;
  font-size:14px;
  color:#ffffff;
  margin:2px;
}

TABLE {
  margin:0px;
  padding:0px;
}

A {
  font-weight:bold;
  color:#0000ff;
}

A:visited {
  font-weight:bold;
  color:#0000ff;
}

LI {
  text-align:justify;
  margin-top:5px;
  margin-bottom:5px;
}

IMG {
  margin:0px;
  padding:0px;
  border-style:none;
}

IMG.highlight {
  border-top-width:1px;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-style:solid;
  padding:1px;
}

IMG.thumbnail {
  border-top-width:1px;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-style:solid;
  padding:2px;
}

/* Bandeau supérieur */
/*********************/
TABLE.header {
/*  background:#d8eac7 url(../images/GradientHorizontal.gif) repeat-y;*/
  background:#d8eac7 url(../images/Header.jpg);
  border-color:#000000;
  border-style:solid;
  border-width:1px;
  width:800px;
  font-weight:bold;
}

TD.headerTitle {
/*  color:#c8ffc8;  /*vert*/
/*  color:#188C5A; /*vert foncé*/
  font-size:48px;
  font-style:italic;
  text-align:center;
  vertical-align:bottom;
}

TD.headerSubTitle {
/*  color:#c8ffc8; /*vert*/
/*  color:#188C5A; /*vert foncé*/
  font-size:24px;
  text-align:center;
  vertical-align:top;
  padding-bottom:12px;
}

/* Bandeau d'annonces */
/**********************/
TABLE.announces {
  background:#d8eac7;
  border-color:#000000;
  border-style:solid;
  border-top-width:0px;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  width:800px;
  text-align:right;
}

/* Mise en page du document */
/****************************/
TABLE.layout {
  border-color:#000000;
  border-style:solid;
  border-top-width:0px;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
}

TD.layoutContent {
  vertical-align:top;
  padding:10px;
  color:#000000;
  border-color:#000000;
  border-style:solid;
  border-top-width:0px;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:0px;
}

TD.layoutBanner {
  background:#407928 url(../images/GradientVertical.gif) repeat-x;
  vertical-align:top;
}

/* Menus */
/*********/
TD.menuItem {
  background:url(../images/menu.gif);
  font-family:Comic Sans MS;
  color:#577e2f;
  width:156px;
  height:23px;
  text-align:left;
}

TD.menuItem A {
  text-decoration:none;
  display:block;
  width:156px;
  height:23px;
  text-align:left;
}

TD.menuItem A:link {
  color: #577e2f;
  width:156px;
  height:23px;
  text-align:left;
}

TD.menuItem A:visited {
  color: #577e2f;
  width:156px;
  height:23px;
  text-align:left;
}

TD.menuItem A:hover {
  background:url(../images/menuHover.gif);
  width:156px;
  height:23px;
  text-align:left;
}

TD.menuActiveItem {
  font-family:Comic Sans MS;
  background:url(../images/menuActive.gif);
  color:#ffffff;
  width:156px;
  height:23px;
  text-align:left;
}

/* Bandeaux latéraux */
/*********************/
TABLE.banner {
  width:164px;
  font-weight:bold;
  text-align:center;
}

TD.bannerText {
  color:#407928;
}

TD.bannerImage {
  padding-top:10px;
  padding-bottom:10px;
}

TD.bannerHighlight {
  background:#407928;
  padding-top:5px;
  padding-bottom:5px;
}

TD.bannerSubscribe {
  color:#000000;
  padding-top:5px;
  padding-bottom:5px;
}


/* Contenu */
/***********/
TABLE.content {
  width:444px;
}

TD.contentInfo {
  font-weight:bold;
  text-align:center;
}

TD.contentTitle {
  font-weight:bold;
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width:2px;
  border-style:solid;
  text-align:left;
}

TD.contentSubTitle {
  text-align:right;
  font-style:italic;
  padding-bottom:10px;
}

TD.contentText {
  text-align:justify;
  padding-top:10px;
  padding-bottom:20px;
}

TD.contentIllustration {
  font-size:12px;
  padding-top:10px;
  padding-bottom:10px;
  vertical-align:bottom;
}

TD.contentSumary {
  text-align:justify;
  width:310px;
  padding-top:10px;
  padding-bottom:20px;
}

TD.contentMore {
  text-align:right;
  vertical-align:bottom;
  padding-bottom:20px;
}

TD.contentImage {
  text-align:center;
  padding-bottom:10px;
}

TD.contentHighlight {
  background:#407928 url(../images/GradientVertical.gif) repeat-x;
  text-align:center;
  font-weight:bold;
  font-size:14px;
  color:#065A06;
}

TD.contentHighlight2 {
  background:#ffffff url(../images/GradientVertical2.gif) repeat-x;
  text-align:left;
  font-weight:bold;
  padding:10px;
}


/* Copyright */
/*************/
TABLE.copyright {
  text-align:center;
  font-size:10px;
  color:#000000;
}

/* Applet */
/**********/
BODY.applet {
  font-family:Arial;
  font-size:14px;
  color:#000000;
  background:#d8eac7;
  margin:0px;
  padding:0px;
}

TABLE.applet {
  width:720px;
  background:#ffffff;
}

