/* Mise en forme du site */

body {
	background-image: url(../img-interface/banniere-haut-page.jpg);
	background-repeat: no-repeat;
	background-color: #0a0a0a;
	margin: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 130%;
	text-align: justify;
  color: #ffffff;
}

#conteneur {

	/*background-image: url(../img-interface/banniere-haut-page.jpg);
	background-repeat: no-repeat;*/
  /*background-color: #ff0000;*/
  width: 980px;
	margin: 0 auto;
  /*display: block;*/
  /*position: absolute;*/
  
}

#header {
/*	background-image: url(../img-interface/header-fr.png);
	background-repeat: no-repeat;
  background-position: 0 50px;*/
  width: 980px;
  height: 120px;
  text-align: center;
	/*margin: 0 auto;*/

  /*background-color: #ffff00;*/
}

#main{
  width: 980px;
	margin: 0 auto;
	/*background-color: #ff0000;*/

}

#footer {
  width: 980px;
  height: 70px;
  padding-top: 20px;
  /*color: #ffffff;*/
  text-align: center;
	/*background-color: #ff00ff;*/

}

h1 {
  color: #ef5400;
}

h2 {
  color: #808080;
}

a {
	/*text-decoration: none;*/
	/*color: #808080;*/
  color: #ef5400;

}

a:hover {
	text-decoration: none;
 /* color: #1e1e1e;*/
	color: #808080;

}
