html
{
background-color:#2E4473;
}
body{
background-color:#F5F5F5;
}
#logo {
    display: inline-block;   
	margin-bottom: 0px;   
	margin-left: 0px;
	float: left; 
	max-width: 25%;
}
div#menu {
text-align: center;
background-color: #2E4473;
color: #FFFFFF;

}
#menu:link {
	text-align: center;
    color: #FFFFFF;
}

#menu:visited {
    text-align: center;
	color: #FFFFFF;
}

#menu:hover {
    text-align: center;
	color: #FFFFFF;
}

#menu:active {
	text-align: center;
    color: #FFFFFF;
}

div#menudate {
text-align: center;
background-color: #2E4473;
color: #FFFFFF;

}
#menudate:link {
	text-align: center;
    color: #FFFFFF;
}

#menudate:visited {
    text-align: center;
	color: #FFFFFF;
}

#menudate:hover {
    text-align: center;
	color: #FFFFFF;
}

#menudate:active {
	text-align: center;
    color: #FFFFFF;
}

div#heure {
color: #FFFFFF;
}

div#wrapperHeader {
 width:100%;
 height;100%; /* height of the background image? */
 background:url(./images/header.jpg) repeat-x 0 0;
 text-align:center;
}

div#wrapperHeader div#header {
 width:1000px;
 height:120px;
 margin:-3 auto;
 
}

div#wrapperHeader div#header img {
 width:; /* the width of the logo image */
 height:; /* the height of the logo image */
# margin:0 auto;
# float:left;
}

#menu2 {
color: #FFFFFF;

}
#menu2:link {
    color: #FFFFFF;
}

#menu2:visited {
	color: #FFFFFF;
}

#menu2:hover {
	color: #FFFFFF;
}

#menu2:active {
    color: #FFFFFF;
}