p {
	text-align: justify;
	text-indent: 10px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #923818;
	font: 80% verdana, arial, sans-serif;
	height: 100%;
}

.news {
	margin-right: auto;
	margin-left: auto;
}

h2 {
	color: #923818;
	text-align: center;
}

h1 {
	color: #923818;
	text-align: center;
	margin-left: -5px;
}

.piedDePage {
	margin: 5px;
}

.corpsNews {
	margin: 5px;
}

dl, dt, dd, ul, li {
	list-style-type: none;
	list-style-position: outside;
}

dl.menu, dt.menu, dd.menu, ul.menu, li.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#banniere {
	width: 1000px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/banniere.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

#haut {
	width: 1000px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	z-index:100;
	position: absolute;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#menu dl {
	float: left;
	width: 200px;
	color: white;
	margin-left: 0px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-color: #923818;
}

#menu dd {
	display: none;
}

#menu li {
	text-align: center;
	background-color: #923818;
}

#menu li a, #menu dt a {
	color: white;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

a:visited {
	color: lightgray;
}

a {
	color: gray;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: black;
}

#site {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -2000px;
	width: 1000px;
	background-color: black;
	min-height: 100%;
}

#corps {
	margin-top: 60px;
	margin-right: 5px;
	margin-left: 5px;
	color: white;
}

#bouton {
	width: 100%;
}

img {
	border: none;
}

#bas {
	font-size: 60%;
}

acronym {
	font-weight: bold;
}

a.bulle:visited, a.bulle:focus {
	color: white;
}

a.bulle {
	color: white;
	text-decoration: none;
}

a.bulle span{
	display: none;
}

a.bulle:hover{
	color: gray;
	background: none; /*contournement bug IE*/
}

a.bulle:hover span{
	display: inline;
	color: white;
	position: absolute;
	background: black;
	text-align: top;
	text-decoration: none;
	padding: 0.2em;
	border: darkgray 1px solid;
}

hr {
	width: 100%;
	height: 10px;
	visibility: hidden;
}
