

/* Neutralize styling:   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

/* Neutralize styling:   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	padding: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	font-weight: normal;
	margin-top: 1em;
 }
ul li ul {
   margin-top: .1em;
 }
/* Apply left margin:   Only to the few elements that need it: */
li, dd, blockquote {
   margin-left: 1.2em;
 }
 ol {
   margin-left: .5em;
 }


/* Miscellaneous conveniences: */
form label {
   cursor: pointer;
}
fieldset {
   border: none;
}
input, select, textarea {
   font-size: 100%;
   font-family: inherit;
 }     
/*table {
  border-collapse: collapse;
  border-spacing: 1px;
}*/
caption, th, td {
  font-weight: normal;
}

/* les liens */
a {text-decoration: none;}
a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #000;}
a:active {color: #000;}
img, iframe, object {border: 0 none;}
input, textarea, select, button, {border: 1px solid #000;}
