/* Defaults */
body, html, div, td, th, table, form, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, label, input, dt, dd, p, blockquote{
	padding:0;
	margin:0;
}
ul, ol { list-style:none; }
/* default font size */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
/* do not underline links by default  */
/* :link,:visited { text-decoration:none } */
/* no border on linked images */
a img,:link img,:visited img { border:none }
/* de-italicize address */
address { font-style:normal }

html {
	height: 100%;
}
body	{
	height: 100%;
	font-size:62.5%;
	font-family:Arial,Helvetica,sans-serif;
}

div.global{
  margin-left:auto;
  margin-right:auto;
  width:850px;
  text-align: center;
}
div.footer{
  margin:10px 100px 0px 100px;
  font-size:1.2em;
}

div.header{
  padding-left:0px;
  text-align:left;
}

h1{
  text-align: center;
  font-size:1.8em;
}

h2{
  text-align: center;
  font-size:1.4em;
  margin-bottom:15px;
}

div.content{
  text-align: left;
  margin-top:20px;
  font-size:1.2em;
}

ul{
  margin-left:100px;
}

li{
	padding:0px 5px 4px 12px;
  margin-bottom:10px;
	background-image:url(img/puce_bleu_ronde.png);
	background-repeat:no-repeat;
  background-position: left center;
}
a.noir{
  color:#000000;
  text-decoration: underline;
}

a.noir:hover, a.noir:active, a.noir:focus{
  color:#000000;
  text-decoration: underline;
}
a.noirDD{
  color:#000000;
  font-weight: bold;
  text-decoration: none;
}

a.noirDD:hover, a.noirDD:active, a.noirDD:focus{
  color:#000000;
  font-weight: bold;
  text-decoration: underline;
}
