body {
	font-size: 1em;
	font-family: "Raleway", Arial, sans-serif;
	color: #000;
	background-color: #FEFEFE;
}

/*------------------------------------------------------- Contenu */
#section {
	max-width: 700px;
	margin: 30px auto;
	padding: 30px;
	background-color: #FEFEFE;
}

p {
    text-align: justify;
}

a:link, a:visited  	{color: black; text-decoration: underline; }
a:hover, a:active	{color: black; text-decoration: none; }


/* -------------------------------------------------------Titles */
h1 { 	
	color: black;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 40px;
	text-transform : uppercase;
}

h2 {
	color: black;
	font-size: 1.7em;
	font-weight: bold;
	text-decoration: none;
	margin-top: 28px;
	margin-bottom: 14px;
		text-transform : uppercase;
}



/*-------------------------------------------------------- Images */
img {
	border: 1px solid black;
	margin: 20px auto 20px auto; 	
}


</style>
