* {
	margin: 0;
	padding: 0;
	background-color: rgb(32, 36, 39);
}

a {
	text-decoration: none;
}

p {
	font-family:'Lucida Grande',Verdana,sans-serif;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: justify;
	word-spacing: normal;
	text-decoration: none;
	font-weight: bold;
}

#header {
	height: 308px;
	padding: 10px 50px 0px 50px;
}

#menu {
	float: left;
	margin-top: -120px;
	margin-left: 30px;
}
#menu ul {
	list-style: none;
}

#menu a {
	display: block;
	width: 250px;
	height: 100px;
}

a.blog {
	background-image: url(../images/boutons/blog.png);
}

a.blog:hover {
	background-image: url(../images/boutons/bloga.png);
}

a.projects {
	background-image: url(../images/boutons/projects.png);
}

a.projects:hover {
	background-image: url(../images/boutons/projectsa.png);
}
a.papers {
	background-image: url(../images/boutons/papers.png);
}

a.papers:hover {
	background-image: url(../images/boutons/papersa.png);
}
a.others {
	background-image: url(../images/boutons/others.png);
}

a.others:hover {
	background-image: url(../images/boutons/othersa.png);
}

#content {
	height: 300px;
	width: 800px;
	margin: 50px 0 20px 350px;
	overflow: auto;
}

.green {
	color: rgb(177, 247, 0);
}
.blue {
	color: rgb(0, 177, 247);
}
.red {
	color: rgb(247, 0, 177);
}
.yellow {
	color: rgb(247, 194, 0);
}

.security {
	color: #b1f700;
}
.open {
	color: #00b1f7;
}
.life {
	color: #f700b1;
}
.dev {
	color: #f7c200;
        }

#footer {
	clear: both;
	float: right;
}
