section, #deco1, #deco2
{
	display: inline-block;
}

section
{
	width: 40%;
}
article, h1
{
	text-align: center;
}

h1
{
	text-transform: uppercase;
}

#deco1
{
	width:30%;
	margin-left:2,5%;
	background-image: url("images/fond2.PNG");
	background-repeat: repeat-y;
	float: left;
}
#deco2
{
	width:13%;
	margin-right:2,5%;
	float: right;
	background-image: url("images/fond.PNG");
	background-repeat: repeat-y;
}