header
	{
		width: 98%;
		height: 20%;
		margin: auto;
		background-color: rgb(232,224,132);
		border-radius: 10px;
	}

header p
	{
		text-align: center;
		font-size: 4em; 
		color: green;
		margin: 15px;
		padding: 10px;
	}

header strong
	{
		font-weight: bold;
	}	
	
body
	{
		background-color: #FFFFCC;	
	}
	
section 
	{
		height: 60%;
		min-height: 400px;
		margin-left: 5%;
		margin-bottom: 10%;
		margin-top:10%;
	}

article #texte
		{
			font-size: 2.5em;
			color: red;
		}
		
figure
	{
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 20px;
		display: inline-block;
	}

.text 
	{
		text-align: center;
		font-size: 1.5em;
		color: green;
	}
	
.image
	{
		text-align: center;
		font-size: 2.5em;
		color: blue;
    }	
	
section aside
	{
	padding-top: 30px;
	padding-right: 20px;
	text-align: center;
	}	
	
footer
	{
		width: 80%;
		height: 20%;
		margin: auto;
		padding: 10px;
		text-align: center;
		background-color: rgb(232,224,132);
		border-radius: 10px;
	}

	
footer .left
	{
		float: left;
		
	}

footer .right
	{
		float: right;
	}
	