/* PRESENTATION *****************************/

body {
	background: #ffd73a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00548e;
	margin: 7px 0 11px 0;
	}

h1 { }

h2 { }

h3 { font-size: 16px; }

h4 { font-size: 14px; border-bottom: 1px solid #00548e; width: 100%; }

p {
	margin: 7px 0 11px 0;
	}
	
ul {
	}
	
li { margin: 7px 7px 15px 25px; }
	
img {
	border: 0px;
	}
	
.test {
	font-size: 36px;
	color: purple;
}