
/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%;
}
body {
	margin: 5px;
	padding: 10px px; 
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .8em; 
	line-height: 1.2em;
	color: black;
	background: #F9FCFC;
}

/* Titres */
h1,  h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; 
}
h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}
h1 {
	font-size: 3em; 
	font-style: italic;
}
h2 {
	
	font-size: 1.4em;
	}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;
    color:#FF4C00;}

/* Listes */
ul, ol {
	margin: 0 .75em .75em 24px;
	padding: 0;
}
ul {
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
	color:#003366;
	
}
li p, blockquote p {
	margin: .9em 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: mediumblue;
	text-decoration:none;
}
a:hover, a:focus {
	color: #000;
}
a img {
	border: none; /* -> 10 */
	
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: dimgray;
}

#td_bg{background:url(graphiks/bg.jpg)}
