
/* 
Auteur : Alexandre LORILLON 
Date de création: 18/11/14 
MAJ : 19/11/14 - 20/11/14 - 02/12/2025
*/

/* 
RESET des propriétés pour harmoniser les navigateurs
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

    margin: 5;
    padding: 5;
    border: 0;
    font-size: 100%;

    vertical-align: baseline;
    text-decoration: none;
}
/* 
Design global, largeur fixe de préférence, margin auto pour centrer
*/
.clear{
	clear:both;
}
.wrapper{
	display: flex;
	flex-flow: row wrap;
	flex: 100%;
}
img{
	max-width:100%;
	height: auto;
}

h1
{
	text-align: center;
	font-family: verdana,arial;
	font-size:24pt;
margin:12px;
	
	
}
p
{
	font-family: verdana,arial;
	font-size:12pt;
	margin:7px;

}
ul
{
	font-family: verdana,arial;
	font-size:12pt;
	margin:7px;

}
li
{
	margin:12px;

}