body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background-image: url(img/xr_bgr_grey.png);
}
#conteneur {
width: 1024px;
margin-left: auto;
margin-right: auto;
margin-top: 21px;
}
#header {
	height: 101px; /*background-color: transparent; */
	background-image: url(img/logo_isi.jpg);
	background-repeat: no-repeat;
}
#haut {
height: 60px;
background-image: url(img/xr_bgr_grey2.png);
}
#centre {
	background-color: transparent;
	height: 420px;
	padding-top: 40px;
}

#pied {
	height: 50px;
	background-image: url(img/xr_bgr_grey2.png);
	padding-top: 10px;
}

/*menu horizontal */
ul {
list-style-type: none;
width: 100%; /* précision pour Opera */
}
.menu {
	z-index: 100;
	width: 1000px; /*il faut compter la bordure si elle existe! */
	margin-left: auto; /*centrage automatique*/
	margin-right: auto;
	}
.menu li {
	float: left;
	width: 200px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	color: #A9A9A9; /*texte menu*/
	font-weight: bold;
	background: transparent;
	margin-top: 20px;
}
.menu li a {
	color: #A9A9A9;
	text-decoration: none;
	display: block; /*height: 30px;*/
}
.menu li a:hover {
		color: White;
}
.menu li a#current { /*from http://css.maxdesign.com.au */
	/*donne une couleur au lien courant, ajouter id="current" sur le lien concerné après le href ds html*/
	color: Red;
}
p {
	color: Gray;
}

