* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #000 url('images/background.jpg') fixed no-repeat;
	font-family: Helvetica, Arial, sans serif;
}

span, a span, h1 span, h2 span {
  display: none;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

#logo a {
  background: url(images/logo.png) 0 0 no-repeat;
  height: 52px;
  width: 149px;
  margin: 30px 0 0 30px;
  display: block;
}

#architecture {
	margin: 230px 0 0 139px;
  width: 557px;
}

h2 {
	font-size: 40px;
	font-weight: bolder;
	letter-spacing: -0.05em;	
	line-height: 1.2em;
  color: #DFDFDF;
}

p.description {
	padding: 10px 0;
	font-size: 22px;
	font-family: Georgia, Times;
	line-height: 1.2em;
	color: #949494;
}

form {
	text-align: center;
  padding: 15px 0;
	border: 1px solid #FFF;
	border-style: solid none;
}

form p, form input {
	display: inline;
}

form .email {
	border: 1px solid #6B6B6B;
	padding: 5px;
}

form .bouton {
	border: 1px solid #6B6B6B;
	padding: 5px;
  background: #555;
	color: #FFF;
	text-transform: uppercase;
}

form .bouton:hover {
	background: #373737;
}

#submit {
	vertical-align: middle;
}

#informations {
	padding: 10px 0;
	clear: both;
	text-align: left;
}

#informations p a {
	padding: 10px 0 10px 22px;
	background: transparent url(images/fleche.png) no-repeat scroll 0 50%;
	font-size: 16px;
	font-family: Georgia, Times;
	line-height: 1.4em;
	color: #949494;
}

#informations p a:hover {
	padding: 10px 0 10px 22px;
  color: #E8E8E8;
  text-decoration: underline;
}

#icone-feedburner {
  background: url(http://feeds.feedburner.com/~fc/phpbbfrance?bg=949494&fg=000000&label=lecteurs&anim=0) 0 0 no-repeat;
  width: 88px; 
  height: 26px;
  display: block;
  margin: 12px 18px 10px 0;
  float: left;
  border: 0;
}

#icone-rss a {
  background: url(images/rss.png) 0 0 no-repeat;
  width: 25px; 
  height: 25px;
  display: block;
  margin: 12px 18px 10px 0;
  float: left;
}

#icone-rss a#rss:hover {
  background-position: 0 -25px;
}
 
#icone-facebook a {
  background: url(images/facebook.png) 0 0 no-repeat;
  width: 25px; 
  height: 25px;
  display: block;
  margin: 12px 18px 10px 0;
  float: left;
}

#icone-facebook a#facebook:hover {
  background-position: 0 -25px;
}

#icone-twitter a {
  background: url(images/twitter.png) 0 0 no-repeat;
  width: 25px; 
  height: 25px;
  display: block;
  margin: 12px 18px 10px 0;
  float: left;
}

#icone-twitter a#twitter:hover {
  background-position: 0 -25px;
}

#icone-flickr a {
  background: url(images/flickr.png) 0 0 no-repeat;
  width: 25px; 
  height: 25px;
  display: block;
  margin: 12px 18px 10px 0;
  float: left;
}

#icone-flickr a#flickr:hover {
  background-position: 0 -25px;
}

#icone-seek a {
  background: url(images/seek.png) 0 0 no-repeat;
  width: 58px; 
  height: 31px;
  display: block;
  margin: 8px 0 0 0;
  float: right;
}

#icone-seek a#seek:hover {
  background-position: 0 -31px;
}

#iframe-facebook {
	padding: 5px 0;
	clear: both;
	text-align: left;
}

#publicite {
	padding: 5px 0;
	clear: both;
	text-align: right;
}

#basdepage { 
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #444;
	font-size: 11px;
}

#basdepage a {
	color: #444;
}

#basdepage a:hover {
	color: #5B5B5B;
}