html {
}
body {
	background-color: #d8d8d8;
}
#container {
	//border: solid 1px;
	margin-right: auto;
	margin-left: auto;
	width: 1069px;
	background-color: #ededee;
}
#navbar {
	padding: 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#0b89c6), to(#003d63));
	/*background-image: url(../images/navbar_bg.jpg);
	background-position:top left;
	background-repeat: repeat-y;*/
}
#navbar ul {
	font-family: Georgia,serif;
	font-size: 0.9em;
	text-align: right;
	padding: 5px 5px;
	//line-height: 100%;
}
#navbar li {
	list-style-type: none;
	display: inline;
	color: white;
}
#navbar li a {
	text-decoration: none;
	color: white;
	padding: 1px 8px; 
}

#navbar li a:hover {
	color: #ec5061;
}
#header {
	background-color: #fa3f59;
	background-image: url(../images/header_bg.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	height: 300px;
}
#content {
	height: 200px;
}
.clr {
  clear: both;
  border: none;
}
.clr  p {
  border-bottom: dotted;
  border-width:1px;
  margin-bottom: -10px;
  font-family: Georgia,serif;
  font-size: 0.8em; 
}
.clr ul {
  font-family: Georgia,serif;  
  font-size: 0.9em; 
  color: #58585a; /* couleur des séparateurs */
  text-align: center;
  padding-bottom: 10px;
 }
.clr li {
  font-family: Georgia,serif;
  font-size: 0.9em; 
  list-style-type: none; 
  display: inline;
}