@charset "utf-8";
/* CSS Document */


/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 10px 20px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	line-height: 1.25; 
	color: #FFF;
	border-width: 1px;
	background-color: #003;
}
#global {
	width: 900px;
	overflow:visible;
	margin:auto;
	border-right-width: 1px;
	border-left-width:1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99F;
	border-left-color: #309;
	padding-left: 20px;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	font-family: Georgia, "Times New Roman", Times, serif; 
}
h1, h2 {
	font-weight: normal;
	text-align: center;
}
h1 {
	font-size: 5em; /* -> 8 */
	color: #93F;
	text-align: center;
	
	
}
h2 {
	font-size: 2.8em;
	color: #93F;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #99C;
	text-align: left;
}
h4 {
	font-size: 1.8em;
	text-align: left;
	font-style: italic;
	color: #99F;
}
h5 {
	font-size: 1em;
	color: #FFF;

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

/* Paragraphes */
p {
	margin: 10px;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.2em;
}

/* Liens */
a {
	color: #000;
}
a:hover, a:focus {
	color:;
	color: #00F;
}
a img {
	border: none; /* -> 10 */
}

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

/* Mention de copyright */
#copyright {
	width: 250px;
	margin: 0;
	text-align: center;
	color: #003;
	position: relative;
	left: 350px;
	font-weight: bold;
	font-size: 1em;
}
