html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	color: #DBDBDB;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
p {
	margin: 0.5em 0px;
}
a {
	/*color: white;*/
	text-decoration: none;
}
a:hover {
	/*color: #eee;*/
	text-decoration: underline;
}


body {
	background: #580000;
	font: 11px arial, sans-serif;
}
#container{
width:1100px;
text-align:center;
margin:0px auto;
position:relative;
}


.body_wrapper{
width:1100px;

min-height:800px;
}


#navbar {
background: top left url(images/header_bg.jpg);
position:absolute;
	top:0px;
	left:282px;
/*float:top;*/
width:818px;
text-align: center;
height:265px;




}

#header_left{
position:absolute;
top:0px;
left:0px;
background-image:url(images/header_left.jpg);
width:282px;
height:183px;
z-index:1;
}
#menu{
width:400px;
float:left;
background:url(images/menu.gif);
/*height:33px;*/
margin-top:170px;
margin-left:40px;
line-height:30px;
}

#menu ul {
	
	padding: 0px 0 0px 0px;
}
#menu li {
	display: inline;
}
#menu a {
	font-weight: normal;
	padding-right:10px;
}

#membre{
margin-top:170px;

width:110px;
background:right url(images/membre.gif) no-repeat;
float:left;
height:35px;

}


#imageHeader {
	float:left;
	width: 282px;
	height: 575px;
	/*background: url(images/body_left.jpg) no-repeat;*/
	margin-top:183px;
	
}

#imageHeader h1{
position:absolute;
top:30px;
left:110px;
z-index:2;
}

#imageHeader img{
	width: 282px;
	height: 575px;
}


#contentHeader{
float:top;
width:550px;
height:27px;
background-image:url(images/contenttop.gif);
}
#content {
background-color:black;
	float: left;
	width: 550px;
	margin-right: 20px;
	margin-left: 20px;
	text-align:left;
	margin-top:265px;
}

#contentFooter{
float:bottom;
width:550px;
height:20px;
background-image:url(images/contentbot.gif);
}



#bloc_lien{
float:left;
width:150px;
margin-top:264px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 550px;
	float:bottom;
	text-align:center;
}

#footer h2 {
	font-size: 13px;
	font-weight: normal;
}
#footer h2 em {
	font-size: 22px;
	font-family: serif;
}

.default_tail{
margin-left: auto;
margin-right:auto;
	margin-top: 10px;
	width: 550px;
	float:bottom;
}


