body {
	margin: auto;
	width: 1024px;
	background-color: #E1E1E1;
	font-family: 'Trebuchet MS', Verdana, Tahoma, 'Times New Roman', Times, serif; 
	font-size: 12px;
	color: black;
}

#back {
	width: 1007px;
	background-image: url("images/back.png");
}

#header {
	width: 952px;
	margin-left: 33px;
	height: 123px;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
}

#header P {
	margin: 0px;
}

#header IMG {
	border: none;
}

#page {
	width: 926px;
	min-height: 500px;
	height: 660px;
	padding-left: 45px; 
	padding-right: 45px; 
	background-image: url("images/back_page.png");
	background-repeat: no-repeat;
}

.first {
	margin: 0px;
	padding-top: 30px;
	padding-left: 60px;
	font-size: 16px;
	color: #505050;
}

#liens {
	width: 1007px;
	height: 139px;
	background-image: url("images/back_liens.png");
}

#liens P {
	color: #404040;
	padding-top: 60px;
	padding-right: 20px;
	text-align: center;
}

#liens A {
	color: #404040;
	text-decoration: none;
}

#liens A:hover {
	color: #252525;
	border-bottom: 1px dotted #252525;
}

#footer {
	width: 1007px;
	margin-left: 33px;
	height: 123px;
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
}

.titre_faq {
	font-weight: bold;
	width: 500%;
}

a img {
border: none;
}

  #info
  {
    overflow: visible;
    width: 100%;
    position: fixed;
    z-index:2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
  }

  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    float: left;
    width:100%;
    clear: both;
    color: InfoText;
    background: InfoBackground url(http://www.poweruploader.net/images/icon_warning.gif) no-repeat fixed .3em .3em;
    padding: .45em .3em .45em 2em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
  }

  #infobar a:hover
  {
    color: HighlightText;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background: Highlight url(http://www.poweruploader.net/images/icon_warning.gif) no-repeat fixed .3em .3em;
  }
