html {background: rgb(230,220,200);}

div#global {
	background: white url("images/fondmenu2.jpg") top left no-repeat;
	border-left: 1px solid rgb(55,0,0);
	border-right: 1px solid rgb(55,0,0);
}

div#header {
	background: rgb(55,0,0) url("images/fondheader.png") repeat;
	border-bottom: white solid 2px;
	overflow: hidden;
}

div#footer {
	background: rgb(55,0,0) url("images/fondheader.png") repeat;
}

#hdleft {background: url("images/logo.png"); width: 450px; height: 150px; overflow: hidden;}
#hdleft span {display: none;}

.menu_element {
	background: white;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.menu_element h1 {color: rgb(55,0,0);}
.menu_element ul {color: black;}

a {color: rgb(150,0,0);}
a#link {padding-right: 20px; background: url("images/link.png") right center no-repeat;}
a#email {padding-right: 20px; background: url("images/email.png") right bottom no-repeat;}
a#pdf {padding-right: 20px; background: url("images/pdf.png") right center no-repeat;}
a#new {padding-left: 20px; padding-right: 20px; background: url("images/new.png") right center no-repeat;}

.anterieur {color: rgb(150,150,150); }

#header h1, #header h2, #footer p, #header p{color: white;}
#footer a, #header a {color: rgb(190,130,80);}
#menu a {color: rgb(55,0,0);}

