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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* -------------------------------------------------- */

body {
  font-size: 62.5%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #369;
  background-image: url(../images/fond.png);
  background-repeat: repeat-x;
  background-position: top center;
}
a {
  color: #2E6EB6;
  text-decoration: none;
}
a:hover, a:focus,
div#pied a:hover, div#pied a:focus,
div#contenu a:hover, div#contenu a:focus {
  text-decoration: underline;
}
a.extern {
  padding-right: 14px;
  background-image: url(../images/external.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

div.break {
  clear: both;
  height: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
}

a.base-edit {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  text-align: left;
  text-indent: -500em;
  background-image: url(../images/pencil.png);
  background-repeat: no-repeat;
  background-position: left center;
}

div#global {
  width: 722px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}

h1#titre {
  background-image: url(../images/titre.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 100px;
  font-size: 1em;
}

h1#titre a {
  height: 94px;
  width: 240px;
  display: block;
  text-indent: -500em;
  padding: 10px 0 0 10px;
}

ul#liensrapides {
  position: absolute;
  right: 30px;
  top: 38px;
  font-size: 1.2em;
}

ul#liensrapides li {
  display: inline;
}

ul#liensrapides li.accessibilite a {
  text-indent: -500em;
  display: inline-block;
}
ul#liensrapides li.icon a {
  display: inline-block;
  text-indent: -500em;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

ul#liensrapides li.lang {
  font-variant: small-caps;
  border-left: 1px solid #999;
  padding: 0 4px 1px 5px;
}
ul#liensrapides li.lang.prem { border: 0 }

div#contenu {
  background-image: url(../images/fond-cont.png);
  background-repeat: repeat-y;
  background-position: top center;
  padding: 5px 11px 0 11px;
  font-size: 1.2em;
  position: relative;
}

div#contenu div.cols,
div#contenu div#content {
  margin: 0 20px;
}

ul#menu {
  background-color: #099;
  margin-bottom: 1.6em;
  padding: 0 11px;
  height: 18px;
  list-style: none;
}

ul#menu li {
  float: left;
  background-image: url(../images/separateur.png);
  background-repeat: repeat-y;
  background-position: top left;
  padding: 2px 7px 2px 9px;
  position: relative;
  line-height: 14px;
  white-space: nowrap;
}

ul#menu li.prem {
  background-image: url();
  padding-left: 0;
}

ul#menu li a {
  color: white;
  text-decoration: none;
}
ul#menu li.sel a, ul#menu li:hover a {
  /*background-image: url(../images/bulle.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 7px;*/
}

ul#menu li ul.submenu {
  border: 0 none;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #2E6EB6;
  z-index: 3;
}
ul#menu li ul.submenu li {
  display: block;
  clear: both;
  list-style: none;
  width: 100%;
}
ul#menu li:hover ul.submenu {
  height: auto;
  overflow: visible
}
ul#menu li.sel ul a, ul#menu li:hover ul a {
  padding-bottom: 0;
  background-image: url();
  display: block;
}

div#pied {
  background-image: url(../images/bas.png);
  background-repeat: no-repeat;
  background-position: top center;
  text-align: right;
  padding: 45px 22px 0 0;
}

div#pied a {
  color: #292B68;
  text-decoration: none;
}


/* contenu */

div.cols {
}

div.cols h1 {
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 0.8em;
}

div.cols h2,
div#contenu div#content h2 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
  /*margin-left: 0.7em;*/
}

div#contenu div#content h3 {
  color: #099;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}

div.cols div.cleft {
  float: left;
  width: 400px;
  text-align: justify;
  line-height: 1.4em;
}

p {
  margin-bottom: 1.2em;
  text-align: justify;
  line-height: 1.4em;
}

div#contenu div#content ul,
div#contenu div#content ol {
  margin-left: 2em;
  margin-bottom: 1.2em;
}
div#contenu div#content ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
  /*text-align: left;*/
}
div#contenu div#content ol li {
  margin-bottom: 0.5em;
  /*text-align: left;*/
  list-style-type: decimal;
}

div.cols div.cleft .yui-toolbar-group ul {
  margin: 0;
}
div.cols div.cleft .yui-toolbar-group li {
  list-style-type: none;
  margin-bottom: 0;
}

div.cols div.cright {
  float: right;
  width: 246px;
  min-height: 84px;
}

div.cols div.cright h2 {
  clear: both;
  margin-top: 1em;
}
div.cols div.cright h2.prem { margin-top: 0 }

/* form */

.align_center { text-align: center }
.align_right { text-align: right }
.align_left { text-align: left }
.align_justify { text-align: justify }

.floaty_right { float: right; }
.floaty_left { float: left; }

form {
  margin-bottom: 2em;
}

form div {
  clear: both;
  margin-bottom: 0.7em;
}

form label {
  float: left;
  display: block;
  width: 12em;
  text-align: right;
  padding-right: 1em;
  font-weight: bold;
}
form label.nopush {
  float: none;
  display: inline;
  text-align: left;
}
form label span.need {
  color: red;
  font-weight: bold;
}
.sanslabel { padding-left: 13em }

form input,
form textarea,
form button,
form select {
  border: 1px solid #9cc;
}