/* CSS */

body {
	background: #e6e6e6 ;

}

header {
	max-width:100em;
	min-width: 60em;
	margin:0 auto;
	border-bottom: 2px solid #bf8686;
}
.FloatRight { 
    float: right; 
}
.dessous {clear:both;}

h1 {
	font-weight: bold;
	font-family: Gill Sans; 
	font-size: 3.5em;
	text-align: center;
	color : #95e33b;


}
a {
	color : #96d13d;
}
h2 {
	font-family: Gill Sans; 
	font-variant: small-caps;
	font-weight: normal;
	font-size: 2em;
	text-overflow:ellipsis;
	color : #c93838;

}

p {
	color: #113e66;
	font-family: Gill Sans; 
	font-size: 0.5 em;

}