body {
	background-color : #8a96a2;
	font-family : sans-serif;
	margin : auto;
	margin-top : 10px;
	width : 880px;
}

#bandeau {
	background-image : url('design/bandeau.gif');
	border : 1px solid #000000;
	height : 90px;
}

#menuGauche {
	float : left;
	font-size : 12px;
	font-weight : bold;
	margin-top : 10px;
}

#menuGauche ul {
	background-color : #bec8d2;
	border : 1px solid #000000;
	list-style-image : url('design/puce.gif');
	list-style-position : inside;
	margin-left : 0;
	margin-top : 0;
	padding-bottom : 5px;
	padding-left : 0;
	width : 142px;
}

#menuDroit {
	float : right;
	font-size : 12px;
	font-weight : bold;
	margin-top : 10px;
}

#menuDroit ul {
	background-color : #bec8d2;
	border : 1px solid #000000;
	list-style-image : url('design/puce.gif');
	list-style-position : inside;
	margin-left : 0;
	margin-top : 0;
	padding-bottom : 5px;
	padding-left : 0;
	width : 142px;
}

#page {
	background-color : #ffffff;
	border : 1px solid #000000;
	font-size : 13px;
	margin-left : 150px;
	margin-right : 150px;
	margin-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	text-align : justify;
}

#copyright {
	font-weight : bold;
	text-align : center;
}

#administration {
	font-size : 10px;
	margin : auto;
	text-align : right;
	width : 580px;
}

a {
	color : #000000;
	text-decoration : none;
}

a:hover {
	text-decoration : overline underline;
}

a img {
	border : none;
}

h2 {
	font-size : 20px;
}

h3 {
	font-size : 15px;
}

img {
	border : none;
}

table {
	margin : auto;
	text-align : center;
}