
#menu, #menu a{
	color: #000;
}

#contact{
	background-color: #000;
	color: #FFF;
}

#contact a{
	color: #FFF;
	text-decoration: normal;
}


#content{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#blog_menu{
margin-bottom: 40px;
}

.blog{
	width: 100%;
	border-top:1px solid #444;
}

.blog h2 {
	margin:0px;
	padding:0px;
	color:#000;
	font-size:16px;
	font-weight:normal;
}

.type_blog{
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}
.color_tous{
	background-color: #000;
	color: #FFF;
}
.color_1{
	background-color: #FF4000;
	color: #FFF;
}
.color_2{
	background-color: #007FFF;
	color: #FFF;
}
.color_3{
	background-color: #9F884A;
	color: #FFF;
}

h2{
	font-weight: bold;
	font-family: Georgia,"Times New Roman",Times,serif;
}
a{
	color: #333;
}
h2 a{
	text-decoration: none;
	font-weight: bold;
}

p{
	font-size: 13px;
	line-height: 22px;
	text-shadow: #fff 0px 0px 5px;
	font-family: Georgia,"Times New Roman",Times,serif;
}

