*{
	padding: 0px;	
	color: #555;
}

a{
	text-decoration: none;	
}

body{
	width: 850px;
	margin: auto;
	background-image: url(../img/site.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif ;
	font-size: 13px;
}

#menu{
	position: relative;
	left: 250px;
	width: 500px;
	top: 10px;
	font-family: Tahoma, sans-serif ;
}

#contenu{
	position: relative;
	background-color: #f2f7fb;
	width: 700px;
	top: 280px;
	left: 100px;
	padding: 10px;
	display: none;
}

#nom{
	position: relative;
	top: 225px;
	left:250px;
	font-size: 25px;
}

#footer{
	position: relative;
	top: 350px;
	text-align: center;
	color: #BBB;
	font-size: 13px;
}

.menu_button{
	display : inline;
	color: #0090c2;
	font-size: 20px;
	padding: 10px;
}

.menu_button:hover{
	background-color: #a8d9e8;
}

.projet{
	border: 5px solid white;
	background-color: white;
	width: 200px;
	margin-bottom: 20px;
}

.projet h5, .projet p{
	margin: 0px;
	padding: 0px;
}

.projet p{
	display: none;
}

table{
	width: 100%;	
}
tr{
	vertical-align:top;
}
.projet a img{
	border: none;
	width: 200px;
}

#footer a{
	color: #888;
}

h1,h2,h3,h4,h5{
	color: #0090c2;
}