/* debut configuration generale (layout) */
body
{
  margin: 0 auto;
  padding: 0;
  background-color: #555555;
}

.Principal
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.MaPageBackground
{
  background-image: url('images/Page-Bg.jpg');
  background-repeat: repeat-x;
  height: 1px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}
/* fin configuration generale */

/* debut MaPage */
.MaPage
{
  overflow: hidden;
  min-width:21px;
  min-height:21px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 850px;
}

.MaPage-body
{
  position: relative;
  z-index: 0;
  margin: 0px;
}

.MaPage-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url('images/Sheet-s.png');
}

.MaPage-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

.MaPage-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-image: url('images/Sheet-s.png');
}

.MaPage-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
}

.MaPage-bl div
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('images/Sheet-s.png');
}

.MaPage-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

.MaPage-br div
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-image: url('images/Sheet-s.png');
}

.MaPage-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 10px;
  right: 10px;
  height: 10px;
}

.MaPage-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('images/Sheet-h.png');
}

.MaPage-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 10px;
}

.MaPage-bc div
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('images/Sheet-h.png');
}

.MaPage-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 10px;
  left: 0;
  width: 10px;
  bottom: 10px;
}

.MaPage-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.MaPage-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 10px;
  right: 0;
  width: 10px;
  bottom: 10px;
}

.MaPage-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  width: 20px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.MaPage-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-image: url('images/Sheet-c.png');
}

.MaPage
{
  margin-top: 5px;
}
/* Fin MaPage */


/* debut Entete (Header) */
div.Entete
{
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 850px;
  height: 225px;
}

div.Entete-png
{
  position: absolute;
  z-index:-2;
  top: 0;
  left: 0;
  width: 850px;
  height: 225px;
  background-image: url('images/Entete.png');
  background-repeat: no-repeat;
  background-position: left top;
}

div.Entete-jpeg
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 850px;
  height: 225px;
  background-image: url('images/Entete.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* fin Entete */


/* debut ArticleCitation */
/* debut blockquote */
blockquote p
{
  color:#2B3031;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size:13px;
  text-align:left;
}

blockquote
{
  border-color:#949494;
  border-width: 0px;
  border-style: solid;

  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 28px;

  background-color:#96A0A2;

  background-image:url('images/Quote.png');
  background-position:left top;
  background-repeat:no-repeat;
}
/* fin blockquote */
/* fin ArticleCitation */

/* debut Bouton */
button.Button, a.Button
{
  position:relative;
  display:inline-block;
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:25px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: default;
  text-decoration: none;
}

/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:left;
}

.Button .btn
{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 25px;
  color: #F2F2F2;
  white-space: nowrap;
  float: left;
}

.Button .t
{
  height:25px;
  white-space: normal;
  padding: 0 10px;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-align:left;
  line-height: 25px;
  text-decoration: none;
}

input, select
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
}

.Button .active
{
  color: #F2F2F2;
}

.Button .hover,  a.Button:hover
{
  color: #BEC5C5;
  text-decoration: none;
}

.Button .active .r
{
  top: -50px;
}

.Button .hover .r
{
  top: -25px;
}

.Button .r
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 3px;
  height: 75px;
}

.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:407px;
  height: 75px;
}

.Button .active .l
{
  top: -50px;
}

.Button .hover .l
{
  top: -25px;
}

.Button .l
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 3px;
  height: 75px;
}

.Button .l, .Button .r span
{
  background-image: url('images/Button.png');
}
/* fin Bouton */

/* debut Pied-de-Page */
.Footer
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 850px;
  margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding:8px;
  text-align:center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('images/Footer.png');
  width: 850px;
  height: 100px;
  bottom:0;
  left:0;
}

.Footer .Footer-text p
{
  margin: 0;
}

.Footer .Footer-text
{
  display:inline-block;
  color:#242424;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 10px;
}

.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #4F4F4F;
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: underline;
}

.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #1A1A1A;
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: underline;
}

.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #4F4F4F;
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
}
/* fin Pied-de-Page */

/* debut PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#BABABA;
}

.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#969696;
}
/* fin PageFooter */

/* debut CelluleLaterale */
.contentLayout .lateralDroit
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: right;
  overflow: hidden;
  width: 186px;
}

.contentLayout .lateralGauche
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 186px;
}
/* fin CelluleLaterale */

/* debut configuration generale */
.contentLayout
{
  margin-bottom: 1px;
  width: 850px;
  position: relative;
}
/* fin configuration generale */

/* debut cellule principale */
.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 663px;
}
/* fin cellule principale */