#header_null {
	padding-top: 20px;
	padding-bottom: 20px;
    height: 70px;
    text-align: center;
    background-color: #009596;
    color: white;
    font-size: 48px;
    font-family: Impact, "Arial Black", sans-serif;
}


#header {
    text-align: center;
    background-color: #009596;
    font-family: Arial, sans-serif;
}

#header .title{
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header .title label{
	color: white;
	font-family: Impact, "Arial Black", sans-serif;
    font-size: 48px;
}

#header .menubar{
	height: 40px;
	width: 950px;
    font-size: 14px;
}

#header td.tbd{
	width: 275px;
	text-align: left;
	background: #009596 url("../ressources/left_banner_exp.png") no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#header td.menu{
	width: 400px;
}

ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
 
li{
	width: 96px;
	float: left;
	border:1px solid #009596;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
 }
ul li a{
	display: block;	
	line-height: 25px; /*hauteur de l'image de fond*/
	background: #009596;
	color:white;
	text-decoration: none;
	text-align: center;
}

ul li a:hover {
	background: #009596;
	color: #F5AD41;
}  

#header td.compte{
	width: 275px;
	text-align: right;
	background: #009596 url("../ressources/right_banner_exp.png") no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
    height: 60px; 
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: #009596;
    position:relative;
}

#footer-right {
	top:1px;
	right:0px;
	position:absolute;
}
