/*Made by L.boufflers - Novembre 2015*/


body
{
    font-family:"arial";
    font-size: 14px;
    background: linear-gradient(135deg, #e9f6fd 36%,#d3eefb 100%);
	text-align:justify;
}

h1
{
    float: none;
    width: 900px;
    align-content: center;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    background-color: white;
    font-size:50px;
    border-top-style: none;
	border-bottom-style: outset;
    border-width: 5px;
    margin-bottom: 15px;
}

h2
{
	font-size:25px;
    color: gray;
    border-bottom: 2px dotted; 
    border-color: gray;
    padding-bottom: 5px;
    padding-top:15px;
    text-align: center;
}

h3
{
    margin-top:40px;
    font-size: 20px;
    margin-bottom: auto;
}

.presentation 
{
    float: none;
	width: 900px;
	position:relative;
	margin:auto;
	padding-top:5px;
	padding-bottom: 5px;
	font-family:arial, sans-serif;
    font-size: 20px;
	text-align:center;
	line-height:30px;
	/*list-style-image: url('./images/PeterM-Tree-15px.png');*/
    background-color: white;
    }

p
{
margin-bottom: 2px;
margin-top: 2px;
}

li
{
margin-top: 7px;
margin-bottom: 7px;
}

.zonetexte
{
    float: none;
    width: 900px;
	text-align:justify;	
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    background-color: white;
}

footer
{
	font-size: 10px;
    display:block;
    color:black;
    text-align: center;
}
	
