body {
  background: #555555;
/* background: #2c2c2c; */
/* background: #271408 url("images/bodybkg.gif") repeat; */
margin: auto; 
padding: 0;
}

.bandeau
{
 margin-top: -20px;
 margin-left: auto;
 margin-right: auto;
 height: 166px;
 width: 798px;
 position: relative;
}

#nav-wrap { 
position: relative; 
height: 55px;
width: 798px;
border-bottom: 5px solid white; 
outline:0;
margin: auto;
}

#menu {
font-size: 20px;
font-family: Helvetica;
margin: auto; 
position: relative; 
width: 798px;
height: 55px;
}

#menu li { 
display: inline-block;
}

#menu a { 
color: #bbb;
float: left;
padding: 25px 10px 4px 10px;
text-decoration: none;
text-transform: uppercase;
border-style:none; 
outline:0; 
}

#menu a:hover { 
color: white; 
outline:0; 
}

#magic-line { 
position: absolute;
bottom: -5px; 
left: 0; 
width: 100px; 
height: 5px; 
background: #14499c;  /* bleu */
}

.current_page_item a { 
color: white !important; 
}

/* CSS3 Box Shadow */
box-shadow:0 0 15px  #AAAAAA;

/* CSS3 Rounded Corners */
border-bottom-left-radius:15px;
-border-bottom-right-radius:15px;
border-top-left-radius:15px;
border-top-right-radius:15px;
width: 950px;
height:250px;
background: #14499c;
behavior: url(pie/PIE.htc)
}

/*
img {
	border:0;
	
	/* allow javascript moves the img position
	position:absolute;
} */

