﻿/* ------------------------- */
/* = STYLES DE BASE		  	 */
/* @autor Alsacreations.com  */
/* @see Alsacreations.com 	 */
/* ------------------------- */

/* Soft reset */

html, body, form, fieldset, legend, ul, ol, dl, blockquote, pre, h1, h2, h3, h4, h5, h6, code, kbd, q {
	margin: 0; 
	padding: 0; 	
	font-weight:normal;
}

/* Structures */

html {
	font-size: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
} 
body {
	height: 100%;
	min-width: 1024px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #fff;	
	line-height: 1.3;
}

/* Elements HTML5 */

header, footer, section, hgroup, aside, nav, article, figure, figcaption, time, dialog { 
	display: block;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	line-height: 1.2;
	font-weight: bold;
	font-style: normal;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1em;
}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 32px;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
address {
	margin: .75em 0;
	font-style: normal;
}

/* Liens */

a {
	text-decoration: underline;
}
a:hover, a:focus, a:active { /* @bugfix : active = focus on ie6/ie7 */
	text-decoration: underline;
}
a:link {
	color: #11C;
}
a:visited {
	color: #339;
}
a:hover, a:focus, a:active {
	color: #00F;
}
a img {
	border: none;
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* Formulaires */

label, input[type=button], input[type=submit], button { cursor: pointer; }
input, button, select { 
	font-size: 1em;
	vertical-align: middle; /* @bugfix : align solution */ 
}

/* Mise en forme simple pour les tableaux */
table {
	border: 1px solid gray;
	border-collapse: collapse;
	border-spacing: 0;
}
table td, table th {
	padding: 6px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

/* overflows */

pre, code, kbd, samp { font-family: monospace, sans-serif; }
table, td, blockquote, code, pre, textarea, input, object, embed, video {
	max-width: 100%;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
code, pre, samp, textarea, table, td  {
	word-wrap: break-word;
	white-space: pre-wrap;
}

/* misc  */

a img {border: 0;} /* @note : no borders on image-links */
abbr[title]{border-bottom: 1px dotted #555; cursor:help; }
th, caption { text-align: left;}