/* ==============================
   GROUPE-VITALIA.COM
   Styles for basic HTML elements
   ============================== */


/* Page */

body {
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	line-height: 1.35;
}
@media screen {
	html {
		height: 100%;
	}
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		font-size: 75%; /* equivalent to 12px for most configs */
		color: #404590;
		background: white;
	}
}
@media print {
	body {
		font-size: 10pt;
	}
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	margin: 1.5em 0 1em 0;
	line-height: 1.15;
	font-weight: bold;
	font-style: normal;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.35em;
}
h3 {
	font-size: 1.15em;
}
h4 {
	font-size: 1em;
}

/* Lists */
ul, ol {
	margin: 1em 0 1em 22px;
	padding: 0;
}

/* Paragraphs */
p {
	margin: 1em 0;
}
address {
	margin: 1em 0;
	font-style: normal;
}

/* Links */
a {
	color: #007090;
	text-decoration: none;
}
a:visited {
	color: #4090B0;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
/* No border around images in links */
a img {
	border: none;
}

/* Misc inline elements */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}

/* Forms */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: middle; /* Not perfect,
	but best compromise for most browsers */
}
input[type="checkbox"], input[type="radio"] {
	 margin: 0 .25em 0 0;
	 vertical-align: baseline;
}

/* Misc */
blockquote {
	margin: .75em 0 .75em 12px;
	padding: 0 0 0 8px;
	border-left: solid 2px #9496C0;
}
q {
	font-style: italic;
}
cite {
	font-style: italic;
}
q cite, q q {
	font-style: normal
}
