body {
  font-family: Arial;
  color:#000000;
  font-size: 12px;
  background-color: #333333;
  margin: 0px;
  padding: 0px;
}

a:link {color: #FF8C00;}
a:visited {color: #FF8C00;}
a:hover {color: gray;}
a:active {
	color: Blue;
}

a img {border: none;}

li{
	list-style-type: none;
}

img   {
	float: left;
	margin: 5px 5px 3px 0px;
}

.spacer {
	clear: both;
}
#site {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

#image-fond-haut {
	width: 1010px;
	height: 22px;
	background-image: url(index_fichiers/fond-haut.jpg);
	background-repeat: no-repeat;
}

#contenu {
	width: 1010px;
	text-align: center;
	color:#000000;
	background-image: url(index_fichiers/fond.jpg);
	background-repeat: repeat-y;
}

#logo {
	width: 370px;
	margin-left: auto;
	margin-right: auto;
}

#intro {
	float: left;	
	margin-left: 150px;
}
#texte {
	float: left;
	width: 300px;
	text-align: left;
	margin-left: 150px;
}

#RSS {
	float: left;
	text-align: left;
	margin-left: 10px;
}

#RSS img   {
	float: left;
	margin: 5px 5px 3px 20px;
}

#logos-bas {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

#image-fond-bas {
	width: 1010px;
	height: 30px;
	background-image: url(index_fichiers/fond-bas.jpg);
	background-repeat: no-repeat;
}