/* CSS Document */

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

a.lien {
color: #585858;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}

a:hover {
color: #FF3300;
}


#header {
width: 753px;
height: 388px;
background: #E48200 url(header.jpg) top left no-repeat;
}

#header img {
float: right;
margin: 5px 5px 0 0;
}


#menu {
float: left;
width: 15em;
height: 203px;
padding: 0px 20px 0px 30px;
margin: 0px;
background: white url(menu.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: 5px;
}

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

#global {
padding: 20px 80px 20px 220px;
text-align: justify;
background: white url(bg-droit.jpg) top right no-repeat;
}

#global h1 {
width: 450px;
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;
}

#global h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 10px;
	font-weight: bold;
	color: #777777;
}

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

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