  body {
  }
  #container {
 	width: 1200px;
	height:auto;
	margin-right: auto;
    margin-left: auto;
  }

	#menu {
	margin-top:80px;
	float:left;
	overflow:auto;
	margin-right:5px;
	}
	
	#centre {
	overflow:auto;
	}
	#bandeau {;
	}
	#contenu {
	overflow:auto;
	min-height:200px;
	}
	#col1 {
	float:left;
	width: 70%;
	}
	#col2 {
	float:right;
	width: 30%;
	background-color: rgba(0, 0, 210, 0.1);
	}
	#p1 {
	text-align:justify;
	margin:7px;
	}
	#p2 {
	text-align:justify;
	margin:7px;
	}
	#h1accueil {
		color:rgb(204, 0, 0);
		font-size:30px;
		font-weight:bold;
		text-decoration:underline;
		text-align:center;
		}
	#h1 {
		color:rgb(204, 0, 0);
		font-size:20px;
		font-weight:bold;
		text-decoration:underline;
		text-align:center;
		}
	#h2 {
		color:rgb(204, 0, 0);
		font-size:20px;
		font-weight:bold;
		text-align:center;
	}
	#h3 {
		color:rgb(204, 0, 0);
		font-size:19px;
		font-weight:bold;
		text-decoration:underline;
	}
	#h4 {
		color:rgb(204, 0, 0);
		font-size:19px;
		font-weight:bold;
		text-decoration:underline;
		text-align:left;
	}
	#hn {
		color:rgb(204, 0, 0);
		font-size:20px;
	}
	#hr {
		color:color:rgb(204, 0, 0);
		background-color:#F03;
		height: 3px;
	}
	#liste {
		list-style-type:square;
		text-align:justify;
		margin:7px;
	}
	#piedpage {
	margin-top:5px;
	text-align: center;
	}
	#text{
	text-align:justify;
	margin:7px;
	}
	
	ul.ListePays{
		width: auto ;
	}
	ul.ListePays li {
		display:block;
		width : 25%;
		height : auto;
		float:left;
	}
	ul.ListePays li[float="left"] + li {
		float:none;	
	}
	
 Configuration menu 

.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #000;
  color: #fff;
  width: 200px;
  font: 1.2em "Trebuchet MS", sans-serif;
}
.navigation li {
	list-style-type: none; 
}
.navigation a, .navigation span {
  display: block;
  padding: 4px 10px;
  color: #fff;
  text-decoration: none;
  background: #000 url(images/menu-item.png) left bottom no-repeat;
}
.navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
  background-image: url(images/menu-item-deroule.png);
}
.navigation .open a, .navigation .open span {
  background-image: url(images/menu-item-enroule.png);
}
.navigation a:hover, .navigation a:focus, .navigation a:active {
  text-decoration: underline;
}
.navigation .subMenu {
  font-size: .8em;
  background: #000;
  font-size: .9em;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #666;
}
.navigation ul.subMenu a {
  background: none;
  padding: 3px 20px;
  color:#FFF;
  font-weight:bold;
}
#container #centre #contenu #accueil div center #h1accueil .test {
	font-family: Arial, Helvetica, sans-serif, Arial Black;
}
