/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
   Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ELEMENTS --- */

/* Page */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 10px 20px;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .8em;
	line-height: 1.25;
	color: black;
	background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}
h1 { font-size: 3em; }
h2 {font-size: 2em;}
h3 { font-size: 1.2em; margin: 0; padding: 0 0 0; }
h4 {font-size: 1em;}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/* Liens */
a {
	color: #000;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #000;
}
a img {
	border: none;
}

/* Divers elements de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #000;
}

