/* CSS Document */

body {
width: 832px;
margin: 0;
padding: 0;
color: black;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FCFCE5;
}

h1,h2, ul, li {
padding: 0;
margin: 0;
}

#header {
width: 832px;
height: 256px;
background: #FCFCE5 url(header.jpg) bottom left no-repeat;
}


#menu {
float: left;
width: 15em;
height: 390px;
padding: 0px 40px 0px 40px;
margin: 0px;
background: white url(fondmenu.jpg) bottom left no-repeat;
}

#menu ul {
list-style-type: none;
padding: 0;
margin: 0 1em;
}

#menu li a {
	display: block;
	text-decoration: none;
	height: 1.4em;
	line-height: 1.4em;
	color: black;
	font-weight: bold;
	font-size: 11px;
	text-indent: 10px;
	margin-top: 5px;
}

#menu li a:hover {
background: #FFFEEB;
color: #FF3300;
}

#global {
padding: 5px 50px 20px 250px;
text-align: justify;
background: white url(bg.jpg) top left;
}

#global h1 {
width: 350px;
font-weight: bold;
font-size: 13px;
padding-bottom: 0;
border-bottom: 1px solid #FF6600;
font-variant: small-caps;
color: #9A1212;
}
#global h2 {
margin-top: 1em;
margin-bottom: 1em;
font-size: 11px;
font-weight: bold;
color: #676363;
}

ul#list {
margin: 0;
padding: 0;
list-style-image: url(puce.gif);
list-style-position: inside;
}

#footer {
height: 70px;
text-align: center;
font-size: 11px;
padding-top: 8px;
color: black;
background: url(footer.jpg) no-repeat left top;
}
