.html
{
	background-repeat: repeat;
	background-position: center top fixed;
	background-image: url(../Elements/fond_1920x1080.jpg);
	background-color: #7F7F7F;
	background-attachment: fixed;
}

body
{
	height:350px;
		line-height: 350px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;

}

	
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #89CBF6;
	font-weight: bold;
	font-size:24px;
	text-align:center;
	padding-bottom:35px;
	}

h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF!important;
	font-style: normal;
	text-align: left;
	font-size: 24px;
	text-align:center;
	line-height:1.4;
	display:inline-block;
	vertical-align:middle;
	}

li {
	padding-bottom: 15px;
	list-style-type: square;
	margin-left:10px;
	}

li:first-child{
	padding-top:20px;
	}

.retrait {
	list-style-type: disc;
	margin-left:40px;
	padding-bottom:10px;
	}

.various, a {
	color: #FF0000!important;
	text-decoration: none!important;
	}

strong {
	font-weight:bold;
	}

span {
	font-style: italic;
	color:#FFEF00;
	}

small {
	font-style: italic;
	font-size: 13pt;
	line-height: 16pt;
	}

acronym {
	text-decoration: none;
	border-top: none #89CBF6;
	border-bottom: solid #89CBF6 2px;
	border-right: none #89CBF6;
	border-left: none #89CBF6;
	}