/* CSS Document */
* {
margin:0px;
padding:0px;
}

html,body{
	margin: auto;
 	border:0px;
	width: 700px;
	height: 720px;
	text-align:center;
	color: #FFFFFF;
	}


#titre {
	margin-top:10px;
	color: #0000cc;
	font-size: 4em;
	font-family: stencil;
	}

div {
	margin-left: 25px;
}

h2{
	font-weight: normal;
	margin-top:1em;
	font-size: 20px;
	color: #FFFFFF;
	}

h3{
	margin-top:0.5em;
	font-weight: normal;
	text-align: center;
	font-size: 36px;
	color: #FFFFFF;
	font-family: perpetua;
	}

