* {
margin: 0;
padding: 0;
}

body {
font: 0.8em "Trebuchet MS", helvetica, sans-serif;
color: blue;
text-align: center;
}
		
div#conteneur {
width: 640px;
margin: 0 auto;
}

div#contenu {
margin-top: 90px;
}

#photo {
border: 0;
background: no-repeat center center;
}
			
ul#menu {
height: 25px;
margin: 0;
padding: 0;
background: #899DF3;
list-style-type: none;
}
				
ul#menu li {
float: left;
text-align: center;
}
		
ul#menu li a {
padding-left: 26px;
padding-right: 26px;
line-height: 25px;
font-weight: bold;
color: #fff;
display: block;
text-decoration: none;
border-right: 2px solid #fff;
}
		
ul#menu li a:hover {
color: #000;
}

