/* ==============================================
   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,p {
	margin: 0;
	padding: 0px 0px; /* Note -> 2 */

	font-family:  Helvetica,Trebuchet MS,   sans-serif,arial,Verdana,Trebuchet MS,   sans-serif;
	 
/*	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	line-height: 1.25; /* -> 5 */
	color: #666666;
/*	background: white;*/
	
}
div{

font-family:  Helvetica,Trebuchet MS,   sans-serif,arial,Verdana,Trebuchet MS,   sans-serif;
	 
}
h1{

font-family:  Helvetica,Trebuchet MS,   sans-serif,arial,Verdana,Trebuchet MS,   sans-serif;
font-size:30px;
color:#666666;
	 
}
h2{

font-family:  Helvetica,Trebuchet MS,   sans-serif,arial,Verdana,Trebuchet MS,   sans-serif;
font-size:20px;
color:#666666;
	 
}
h3{

font-family:  Helvetica,Trebuchet MS,   sans-serif,arial,Verdana,Trebuchet MS,   sans-serif;
font-size:14px;
color:#666666;
	 
}

/* Titres */


/* Listes */



/* Paragraphes */


/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family:  Helvetica,Trebuchet MS,   sans-serif,arial,Verdana,Trebuchet MS,   sans-serif;
	 
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/* Liens */
a {
	
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}
a img {
	border: none; /* -> 10 */
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #404040;
}


/* --- STYLES POUR CERTAINS CONTENUS DES GABARITS --- */

pre, code {
	
	font-family:  Helvetica,Trebuchet MS,   sans-serif,arial,Verdana,Trebuchet MS,   sans-serif;
	 
}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}




