/* 
  Refonte des styles de base
  http://-STATIC-/css/init.css
  Commun à tous les sites ( www / planet / forum / doc )

  - origine : http://www.alsacreations.com/astuce/lire/654-feuille-de-styles-de-base.html
*/

html{ font-size: 100%; /* BUG IE 7 */ }
body {
  margin:0; padding:0;
}
body, input, select, option, textarea{
  font-family:Arial,sans-serif;
  line-height:1.4em;
  color:black;
  background-color:white;
  font-size:0.85em;
}

h1, h2, h3, h4, h5, h6{
  margin:1em 0 .5em 0;
  line-height:1.2em; 
  font-weight:bold; font-style:normal; 
}

h1{ font-size:1.75em; }
h2{ font-size:1.1em; }
h3{ font-size:1.1em; }
h4{ font-size:1em; }

ul, ol{ margin:0.75em 0 0.75em 12px; padding:0; }
ol li p, ul li p{margin:0}

p{ margin:0.75em 0; }
address{
  margin:0.75em 0; 
  font-style:normal; 
}

a{
  text-decoration:none;
  color:#323232;
}
/*a:link{
  color:#11C;
}
a:visited{
  color:#339;
}*/
a:hover, a:focus, a:active{
  text-decoration:underline;
}

a:active{ outline:none; }
a img{ border:none; }

em{ font-style:italic; }
strong{ font-weight:bold; }

form, fieldset{
  margin:0; padding:0;
  border:none;
}
input, button, select{
  vertical-align:middle;
  max-width:100%;
}
