html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* all var */
html,
body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  font: 13px Arial, Helvetica, sans-serif;
  text-align: left;
  background-color: #65abd6;
}

p {
  padding-bottom: 10px;
}

a {
  color: #008ecc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

a:hover {
  text-decoration: underline;
}

/**
  * Fixe le problème de padding
  * et de border sur les boutons
  * dans firefox
  */
button::-moz-focus-inner {
  padding: 0;
  border: none;
}

/**
  * Fixe le problème de padding
  * proportionel au contenu des boutons
  * dans Internet explorer
  */
button {
  overflow: visible;
  width: auto;
}

/*
  Corrige le bug d'affichage de bordure et de
  décalage du contenu sous IE en mode XP
*/
button {
  background-color: transparent;
}

table,
th,
td,
tr {
  border-collapse: collapse;
  border-color: #e0e0e0;
}

table[align="center"] tr, table[align="center"] td {
  text-align: center;
}

table.align-center {
  margin: 0 auto;
}

table[border="1"] tr, table[border="1"] td {
  border: 1px #e0e0e0 solid;
}

table[border="2"] tr, table[border="2"] td {
  border: 2px #e0e0e0 solid;
}

table[border="3"] tr, table[border="3"] td {
  border: 3px #e0e0e0 solid;
}

table[border="4"] tr, table[border="4"] td {
  border: 4px #e0e0e0 solid;
}

table[border="5"] tr, table[border="5"] td {
  border: 5px #e0e0e0 solid;
}

table[border="6"] tr, table[border="6"] td {
  border: 6px #e0e0e0 solid;
}

table[border="7"] tr, table[border="7"] td {
  border: 7px #e0e0e0 solid;
}

table[border="8"] tr, table[border="8"] td {
  border: 8px #e0e0e0 solid;
}

table[border="9"] tr, table[border="9"] td {
  border: 9px #e0e0e0 solid;
}

table[border="10"] tr, table[border="10"] td {
  border: 10px #e0e0e0 solid;
}

fieldset {
  border: none;
}

.clear {
  clear: both;
  height: 0px;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* ------- DEBUT - Clear ------- */
.clear_fix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear_fix {
  display: inline-block;
}

/* \*/
* html .clear_fix {
  height: 1%;
}

.clear_fix {
  display: block;
}

caption, th, td {
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
/* ------- FIN - Clear ------- */
.ie-old body {
  min-width: 958px;
}

