* {margin:0; padding:0}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 1px;
	padding: 0;
	background-color: #990066;
    text-align: center; /* pour corriger le bug de centrage IE */
}

#conteneur {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left; /* on retablit l'alignement normal du texte */
	background-color: #FFFFFF;
	padding: 5px;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;

}

li{
	display : inline;
	list-style-type: none;

}

li img{
	border: 1px solid #990066;

}

p {
	width: 700px;
	margin:10px 0px 10px 0px;
}

a {
	font-weight: bold;
	color: #990066;
	text-decoration: underline;
	border: 0px;

}

a:hover {
	font-weight: bold;
	color: #990066;
	text-decoration: none;

}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14px;
	color: #990066;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990066;
	margin-top: 5px;
	margin-bottom: 5px;
}
