img{
  border:none;
}

ul{
  list-style-type: none;
  margin:0;
  padding:0;
}

fieldset{
  margin:0;
  padding:0;
}

.clear{
  clear:both;
}
.gris{
  color:#636363;
}
.bleuFonce{
  color:#81b2ff;
}
.bleuClair{
  color:#a2c6ff;
}
.rouge{
  color:#c5081e;
}

h1{
  font-family: verdana;
  color:#c5081e;
  font-size:15px;
}


body{
  background: url(../img/bg.jpg) no-repeat top center;
  background-color: #000000;
  width: 100%;
  text-align: center;
  margin:0;
  padding:75px 0 19px 0;
  font-family: verdana;
  color:#636363;
  font-size:11px;
}

#header{
  height:80px;
  width:889px;
  margin:auto;
  position:relative;
  text-align: center;
}

  
#general{
  clear:both;
  width:889px;
  position:relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#page{
  width:841px;
  height:320px;
  padding:20px 27px 20px 17px;
  border-left:2px #ede7d9 solid;
  border-right:2px #ede7d9 solid;
  margin-left:2px; 
  background-color: #fff;
}

#page a,
#page a:visited {
	text-decoration: none;
	color: #c5081e;
}

#page a:hover,
#page a:active {
	color: #81b2ff;
	text-decoration: none;
}
/* sitemap */

#sitemap {
  width:841px;
  height:190px;
  padding:15px 27px 20px 17px;
  border-left:2px #ede7d9 solid;
  border-right:2px #ede7d9 solid;
  margin-left:2px; 
  background-color: #F4F4F4;

}

#footer {
	position: relative;
	clear: both;
}

#liens {

	width:841px;
	padding:15px 27px 20px 17px;
  	border-left:2px #ede7d9 solid;
  	border-right:2px #ede7d9 solid;
  	margin-left:2px; 
	text-align: center;
	background-color: #F4F4F4;
}

#liens p a {
	color: #c5081e;
	text-decoration: none;
}
#liens p a:hover {
	color: #81b2ff;
}
#liens p a:active {
	color:#a2c6ff;
}

#sitemap .column {
	float: left;
	width: 210px;
}

#sitemap li {
	/* font-weight: bold; */
	list-style: none;
}

#sitemap li a,
#sitemap li span {
	text-decoration: none;
	clear: left;
	padding: 3px 0;
	font-weight: none;
	color: #636363;
}

#sitemap li li a {
	padding-left: 10px;
	color: #636363;
}

#sitemap li a:hover,
#sitemap li li a:hover {
	text-decoration: none;
	color: #81b2ff;
}
