 /* -------------------------------------------------------------- 
   
   layout.css FOR WHATEVER COMPANY
   
   Contains:
   - All style reset
   - All style for the gabarit (position, typography & color)
   
-------------------------------------------------------------- */

/* --- MAIN HTML ELEMENTS --- */

/* Layout */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
	margin: 0;
	padding: 0;
	font: 1.12em/1em Arial, Helvetica, sans-serif;
	line-height: 1.25;
	color: #5A585A;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-style: normal;
}
h1 {font-size: 1.75em;}
h2 {font-size: 1.563em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.1em;}
h5 {
	font-size: 0.80em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	font-weight: bold;
}
h1 a, h1 a:hover {
	padding: inherit;
	border: inherit;
	background: inherit;
	font: inherit;
	color: inherit;
}

/* Lists */
ul, ol {
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
dl {
	margin: .5em 0;
	padding: 0;
}
dt {
	margin: .5em 0 0 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: .25em 0 .25em 20px;
	padding: 0;
}

/* Paragraphs */
p {
	font-size: 0.75em;
	margin: .5em 0;
}
li p, blockquote p {
	margin: .5em 0;
}
address {
	font-style: normal;
}

/* Quotations */
q {font-style: italic;}
cite {font-style: italic;}
blockquote, q {quotes: none;}

/* Links */
a {
	color: #009EE0;
	text-decoration: none;
}
a:hover, a:focus, a:active {color: #009EE0; text-decoration: underline;}
a img {border: none;}

/* Misc inline elements */
em {font-style: italic;}
strong {font-weight: bold;}
del {text-decoration: line-through;}

/* Forms */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
}
input, button, select {
	vertical-align: middle;
}

label {
	-moz-user-select: none;
	-webkit-user-select: none;
	font-size: 0.75em;
	font-weight: bold;
	color: #445C68;
}
.clear-fixe {
	clear: both;
}
.left{
	float: left;
	display: inline; /* Double margin bug IE  */
}
.right{
	float: right;
	display: inline; /* Double margin bug IE  */
}
hr{
	display: none;
}
