﻿body, html {
	font-family: 'Open Sans', sans-serif;
		height:100% !important;
	background-color :#add8e6;
}
h1 {
	font-weight: 400;
	text-align:center;
	border :double;
	border-radius :20px;
	
}
h2 
{
	text-align:center;
	line-height: 20px;
	margin: 10;
	color:#6495ed;
	margin-bottom: 00px;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom:0px;
	text-decoration:underline;
}
h3 {
	text-align:center;
	color: green;
	font-size: 15px;
	font-weight: 400;
	text-align:center;
	font-size: 20px;
	border :dotted;
	border-radius :20px;
}

h4{
	text-align:center;
	color: black;
	/*font-size: 15px;
	font-weight: 400;
	text-align:center;
	font-size: 20px;
	border :dotted;
	border-radius :20px; */
}







p {
	font-size: 15px;
	color: #000000;
	text-align:center;
	
}
section
{	
	display:inline-block;
	vertical-align: top;
	width: 100%;
	vertical-align :top;
	border : 2px solid blue;
	border-bottom:1px;
	}
aside

{
	display:inline-block;
	width : 40%;
	padding-left: 40px;
	padding-bottom:60px;
}

	
article
{	
	display:inline-block;
	width : 50%;
	margin-left:4px;
	margin-right:10px;
	margin-bottom:4px;
}

/*lien vers accueil*/
    p .accueil
{		display:inline-block;
		width : 98%;
		color:000000#;
		text-align:right;
		font-weight:bold;
		text-decoration:none;
		position:fixed;
		top: 10px;
		right: 10px;
		
		
	
}
	.accueil:hover /* apparence au survol de la souris d' accueil*/
 
 {		
		
		text-align:right;
		color:white;
		font-weight:bold;
		text-decoration:none;
		position:fixed;
		top: 10px;
		right: 10px;
}


	
	