/* ==============================================
   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%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}
body {
	margin: 0;
	padding: 10px 20px; /* Note -> 2 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: #666;
	background: #fff;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; /* -> 6 */
}
h1, h2,h3, h4 {
	/*font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;*/
	font-weight: normal; /* -> 7 */
}
h1 {
	font-size: 2em; /* -> 8 */
	color:#f61627/*titre de spages*/
}
h2 {font-size: 1.3em;
}
h3 {font-size: 3.0em;
font-family: 
    Impact, 
    Haettenschweiler, 
    "Franklin Gothic Bold", 
    Charcoal, 
    "Helvetica Inserat", 
    "Bitstream Vera Sans Bold", 
    "Arial Black", 
    sans serif;
	color:#cccccc;
	text-align:center;

}
h4 {font-size: 1.3em;
margin-left:100px;}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; /* -> 9 */
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .7em 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: #f61627;
	text-decoration: none;
}
a:hover, a:focus,a.on {
	color: #FF0099;
	background:#ccc;
}
a.on {
	color: #FF0099;
	border:1px dotted #f61627;
	background:#f8f8f8;
}
a img {
	border: none; /* -> 10 */
}

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


/* --- STYLES POUR CERTAINS CONTENUS DES GABARITS --- */

#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	
}
#copyright a {
	color: #fff;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: none;
}
