/* ==============================================
   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 ŠLŠMENTS --- */

/* Page */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 10px 20px;
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25;
}

/* Titres */
h1, h2 {
	margin: 1em 0 .5em 0;
}
h3, h4, h5, h6 {
	margin: .5em 0 .5em 0;
}

h1, h2 {
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {font-size: 16px; color: #E30045;}
h2 {font-size: 14px; color: #7AB51D;}
h3 {font-size: 14px; color: #7AB51D; font-weight: normal;}
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;*/
	margin: 8px 0 4px;
}
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 {
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	text-decoration: underline;
}
a img {
	border: none;
}

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