html {
	margin:0px;
	padding:0px;
}

body {
	width:900px;
	padding:0px;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border:none;
}

#logo {
	margin-bottom:1px;
	width:183px;
	height:121px;
}

.gauche {
	float:left;
	margin:0px 10px 5px 0px;
}

/***** MENU *****/
#menu {
	background:url(images/side-menu.jpg) top left no-repeat;
	margin:0px;
	padding:0px 0px 0px 18px;
	width:165px;
}

#menu a {
	display:block;
	margin-left:1px;
	text-decoration:none;
	font-weight:bold;
}

#menu a.lvl1 {
	margin-bottom:1px;
	line-height:35px;
	background:#ddedb2 url(images/fleche-bleu.jpg) left center no-repeat;
	padding-left:30px;
	font-size:15px;
	color:#0f456b;
}

#menu a.lvl1.selected {
	margin-bottom:0px;
	background:#a1cd28 url(images/fleche-verte.jpg) left center no-repeat;
	color:#ffffff;
}

#menu a.lvl2.selected {
	margin-bottom:0px;
	background:#a1cd28 url(images/carre-blanc.jpg) 18px 5px no-repeat;
	color:#ffffff;
}

#menu a.lvl2 + a.lvl1 {
	margin-top:1px;
}

#menu a.lvl1 + a.lvl1 {
	margin-top:1px;
}
 
#menu a.lvl2 {
	border-top:#ffffff 1px dotted;
	margin:0px 0px 0px 1px;
	background:#ddedb2 url(images/carre-vert.jpg) 18px 5px no-repeat;
	padding:3px 0px 3px 30px;
	font-size:11px;
	color:#80a41d;
}

#menu a:hover {
	color:#ffffff;
}

#menu a.lvl1:hover {
	background:#a1cd28 url(images/fleche-verte.jpg) left center no-repeat;
}

#menu a.lvl2:hover {
	background:#a1cd28 url(images/carre-blanc.jpg) 18px 5px no-repeat;
}

/***** LOGIN *****/
#member {
	background:url(images/login.jpg) no-repeat;
	padding-left:10px;
	width:353px;
	height:35px;
}

#member form {
	margin:0px;
	padding:0px;
}

#member input {
	width:145px;
	padding:0px;
	margin:0px;
	font-size:11px;
	text-align:center;
	color:#01435e;
}

#member button {
	font-size:11px;
	cursor:pointer;
	margin-left:3px;
	text-align:center;
	width:27px;
	height:17px;
	background:url(images/button.jpg);
	border:none;
	color:#ffffff;
}

#member p {
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}


/***** FOOTER *****/
#footer {
	background:url(images/footer.jpg) no-repeat bottom;
	clear:both;
	margin:0px 5px;
	height:30px;
	padding-left:30px;
}

#footer p {
	color:#01435e;
	font-weight:bold;
	font-size:11px;
	margin:0px;
	padding-top:10px;
}

#footer p#links {
	float:left;
}

#footer p a {
	line-height:20px;
	margin:0px 10px;
	color:#01435e;
	text-decoration:none;
}

#footer p a:hover {
	text-decoration:underline;
}

#footer #copyright {
	background:url(images/copyright.jpg) no-repeat;
	margin-left:650px;
	height:30px;
	width:165px;
}

#footer #copyright p {
	text-align:center;
	padding-top:7px;
	margin:0px;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}