/* Canarie Css Reset */
html { 
	margin: 0; padding: 0;
	min-height: 100%; height: 100% !important; height: 100%;
}

body {
	margin: 0; padding: 0;
	min-height: 100%; height: 100% !important; height: 100%;
}

/* block */
div { margin: 0; padding: 0; }

/* liens */
a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* listes */
dl, ul, ol, dd, dt, li { margin: 0; padding: 0; }
li { list-style: none; }

/* titres */
h1, h2 ,h3, h4, h5, h6 { margin: 0; padding: 0; }
h1 { font-size: 2em; line-height: 2.4em; }
h2 { font-size: 1.5em; line-height: 1.8em; }
h3 { font-size: 1.3em; line-height: 1.6em; }
h4 { font-size: 1.1em; line-height: 1.4em; }
h5 { font-size: 1em; line-height: 1.3em; }
h5 { font-size: 0.9em; line-height: 1.2em; }

/* mise en forme - inline */
pre, code, address, caption, cite, code, dfn, em, strong, var, abbr, acronym { 
	font-style: normal; font-weight: normal;
	text-decoration: none; text-transform: none;
}

abbr, acronym { font-variant: normal; }
pre, code { font-family: monospace; }

/* formulaire */
form { 
	margin: 0; padding: 0;
}

form fieldset, form legend, form label  {
	margin: 0; padding: 0; border: none;
}

form input, form textarea, form select {
	margin: 0; padding: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: none;
}

/* paragraphe */
p, blockquote {
	margin: 0; padding: 0; text-indent: 0;
}

/* tableau */
table { 
	border-collapse: collapse; border-spacing: 0;
	padding: 0; margin: 0;
	width: 100%;
}

table caption {
	text-align: left;
}

table thead tr, table tbody tr {}
table thead tr th, table tbody tr td {
	border: none;
	vertical-align: top;
	text-align: left;
	padding: 0;
}

/* image */
img {
	display: block;
	margin: 0; padding: 0;
	border: none;
	line-height: 1em; /* affichage des textes de remplacement */
	font-size: 1em;
}

