/* design pour anfiide */

/* rouge #e9550d;
bleucyan #019cba;
bleunoir #343f53; */

* {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	width: 98%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #343f53;
	
	background-image: url("images/fondbleu.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	
	font-family: ARIAL;
	color: #343f53;
}

main {
	/* background-color: rgba(255, 255, 255, 0.7);
	padding: 20px;
	*/
	/*
	background-image: url("images/frise.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: content;
	*/
}
video {
	margin-bottom: 30px;
	}

h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #e9550d;
}
hr {
	border-color: #e9550d;
}






