 body, html 
 {	
 	/*
 	background-repeat: repeat-x;
 	background-image: url("http://www.bumcello.com/images/bgNoir.gif");
 	*/
	background-image: url("http://www.bumcello.com/frise03.jpg");

 	background-color: #666;
 	margin: 0px;
 	padding: 0px;
 	height: 100%;
 	text-align: center;
 }

#conteneur {
width: 770px;
margin-left: auto;
margin-right: auto;
height: 100%;
background-color: #fff;
border: 0px solid #6F0;
text-align: left;
}

#marges {

border: 5px solid #fff;
border-top: 0px;
float: left;
height: auto;
background-color: #fff;
margin: 0px;
}
/* ------------------------ */


/* 	------NAVIGATION------ */


#haut {
margin: 0px;
padding: 0px;
height: auto;
border-bottom: 5px solid #fff;
background-color: #fff;
float: left;
}



#hautNav{
	float: left;
 	background-image: url("http://www.bumcello.com/images/nav/hautNav.gif");
 	background-repeat: no-repeat;
 	background-color: #000;
 	margin: 0px;
 	padding: 0px;
 	height: 2px;
 	width: 760px;
}


#conteneurNav {
	float: left;
	margin: 0;
	margin-bottom: 5px; /* permet espacement nav > suite contenu */
	width: 760px;
	height: 25px;
	background-image: url("http://www.bumcello.com/images/nav/fondNav760.png");
	background-position: bottom;
 	background-repeat: no-repeat;
 	background-color: #000;
}


#navBox {
float: left;
width: 670px;
height: auto;
margin: 0;
padding-left: 10px;
padding-top: 6px;
padding-bottom: 0px;
padding-right: 0;
background-color: transparent;
z-index: 9999;
}


#langues {
float: right;
width: 30px;
height: 20px;
margin-right: 10px;
background-image: url("http://www.bumcello.com/images/commun/langues.gif");
background-position: left 7px;
background-repeat: no-repeat;
background-color: transparent;
}

.forumBox {
float: left;
border: 0;
margin: 0;
padding: 0px;
width: 760px;
background-image: url("http://www.bumcello.com/images/commun/col760.gif");
background-position: top left;
background-repeat: no-repeat;
}

/* ------------------------ */


/*

h1, h2  {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Helvetica, Arial;
font-weight: bold;
border: 0px solid #000;
width: 400px;
}

h1 {

font-size: 18px;
line-height: 20px;
color: #666;
margin-top: 3px;
margin-left: 10px;
margin-bottom: 5px;
display: block;
}


h2 {
font-size: 14px;
color: #ff9900;
margin-bottom: 5px;
display: block;
}

h2 a {
color: #ff9900;
}

h2 a:visited {
color: #ff9900;
}



h3 {
width: 300px;
display: block;
margin: 0;
padding: 0;
font-size: 14px;
color: #ff9900;
margin-bottom: 5px;
}

*/


/*   ------- LIENS ---------- */
a, a:visited, a:active {
/*color: #f03090;*/
color: #00CCFF;

text-decoration: none;
}

a:hover {
color: #ff9900;
text-decoration: underline;
}


