body, html{
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #CCFFCC;
}

h1 {
	color: #c64934;
	font-size: 1.4em;	
	
	font-weight: bold;
}

a {
	text-decoration: none;
}

p {
	text-align:justify;
	font-size: 1em;
}

li {
	font-size: 1em;
	list-style-image:url("images/bullet.gif");
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0000EE;
}

#main {
	margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: left; /* on rétablit l'alignement normal du texte */
	background-image:url("design/bande_hori.gif");
	background-repeat:repeat-y;
}

#header {
	width: 100%;
	height: 120px;
	background-color: #8787FF;
	background-image:url("/images/header.jpg");
	background-repeat:no-repeat;
}

#bande-haut {
	width: 100%;
	height: 10px;
	line-height: 10px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #8787FF;
	background-image:url("/images/bande-haut.gif");
	background-repeat:no-repeat;
}

#bande-bas {
	width: 100%;
	height: 10px;
	background-color: #8787FF;
	background-image:url("/images/bande-bas.gif");
	background-repeat:no-repeat;
	clear: both;
}

#menu {
	float: left;
	width: 180px;
	padding: 10px;
	margin-top: 0px;
}

#menu li {
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	font-size: 0.9em;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #EBEB8C;
	width: 100%;
	text-indent: 0px;
}

#menu ul {
	padding-left: 5px;
	background-color: #6699FF;
	text-indent: 0px;
	margin: 0px;
	
}

#menu a {
	color: #EBEB8C;
}

#menu a:visited {
	color: #EBEB8C;
}

#menu a:hover {
	color: #FF9933;
	text-decoration:none;
}

#content {
	float: right;
	padding: 5px;
	margin-top: 0px;
	width: 540px;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	background-color: #8787FF;
	color: #EBEB8C;
}

img {
	border: 1px solid #336699;
}
