header
{
	width: 100%;
	margin: 0 auto;
	padding-top: 0;

	background: url(../images/bg-header2.png) repeat 0 0;
}

header #ville-cell
{
	 font-family: 'AgendaMedium', Arial;
	 font-weight: normal;
	 font-style: normal;
	 font-size: 15px;
	 text-align:center;
	 color: #ffffff;
	 width: 970px;
	 height:30px;
	 background: url("../images/bg-bordure-bas-reseau-header.png") repeat-x bottom;
	
	 
	 display:table-cell;
	 vertical-align:middle;
	 /*margin-left:auto;
	 margin-right;:auto;*/
	 
 }header #ville
{

	 margin: auto;
	 width: 970px;
	 height:30px;

 }
  
#logo
{
	width:340px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}

#logo div
{
	text-align:center;

	background:url("../images/logo-epitech-header.png") no-repeat 0 0;
}

#logo div a
{
	display:block;
	width:269px;
	height:105px;
	margin-top: 10px;
}

header #accroche
{
	position: relative;
	width:800px;
	height:100px;
	margin:auto;
	margin-bottom:-60px;
}

header #accroche .Baseline-left
{
	color:#2dbcf2;
	font-size:13px;
	text-transform:uppercase;
	text-align:left;
	position:  absolute;
	margin : 0 0 0 50px;

}
header #accroche .Baseline-right
{
	color:#2dbcf2;
	font-size:13px;
	text-transform:uppercase;
	text-align:right;
	margin : 0 0 0 0;
}

/*----------------------------------------------Menu navigation du site---------------------------------*/
#Bnav
{
background: url("../images/bg-header2.png") repeat 0 0;
  height: 42px;
  width: 100%; 
  margin: auto;
  padding:0px;
}
#nav
{
  clear: both;
  height: 42px;
  width: 970px; 
  margin: auto;
  padding:0px;
}

#nav ul
{
  padding: 0px;
  margin:0px;	
  list-style: none;
}

#nav ul li.border
{
  background: url("../images/line-nav.png") no-repeat right top;
  height: 42px;
}

#nav ul li
{
  float: left;
  font-family: 'AgendaMedium', Arial;
  font-weight: normal;
  font-style: normal;
  color: #2dbcf2;
  font-size: 13px;
  line-height: 38px;
}

#nav ul li a
{
  text-decoration: none;
  color: #ffffff;
  display : inline-block;
  width: 150px;
  text-align: center;
  margin-top: 2px;
  margin-left: 10px;
}

#nav ul li a:hover
{
  color: #2dbcf2;
}

#nav ul li a:visited
{
  border: none;
  text-decoration: none;
}

#nav ul li a:active
{
  border: none;
}

#menu, #menu .menu-n {
   padding: 0;
   margin: 0;
   list-style: none;
   background: url("../images/bg/bg-menu-n.png");
} 

#menu a {
   display: block;
   width: 160px;
   text-align: left;
   background: none;
}

#menu .item {
   display: block;
   width: 160px;
   text-align: left;
   background: none;
}

#menu li {
   float: left;
   width: 160px;
   list-style-type: none;
}

#menu li .menu-n 
{
  position: absolute;
  width: 160px;
  left: auto;
  display: none;
  list-style-type: none;
}

