body{
	overflow: auto;
	background-color: #7D95A4;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 11px;
	color: #CFD9E0;
}

a{
	color: #CFD9E0;
	text-decoration: none;
}
a:hover{
	color: white;
	text-decoration: underline;
}

#non_au_souligne{
	text-decoration: none;
}
#header{
	width: 100%;
	height: 182px;
	background-image: url(img/fond_header.png);
	background-repeat:repeat-x;
}

#banner {
	position: relative;
	width: 826px;
	height: 182px;
	left: 50%;
	margin-left: -413px;
	margin-bottom: 20px;
	background: url(img/header.png) no-repeat;
}

#content{
	width: 100%;
	background-color: #7D95A4;
	padding-bottom: 50px;
	padding-top: 10px;
	overflow: auto;
	/* margin-bottom: 30px;
	margin-top: 30px; */

}

#menu {
	
	position: relative;
	left: 415px;
	top: 111px;
	width: 400px;
}

#footer{
	overflow: auto;
	position: fixe;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: #7D95A4;
	text-align: center;
	color: #466273; 
	font-size: 9px;
	behavior: url(iepngfix.htc);
	
}

#faq {
	margin-left: 20%;
	margin-right: 20%;
	text-align: justify;
}
#tos{
	margin-left: 20%;
	margin-right: 20%;
	text-align: justify;
}
#tos h1{
	color: #ececec;
	font-size: 12px;
	text-decoration: underline;
}

#tos h1{
	color: #ececec;
	font-size: 14px;
	text-decoration: underline;
}

