.center {
	width : 1024px;
	margin-left: auto;
	margin-right: auto;
}

.border {
	border-style : dashed;
	border-width : 1px;
	border-color : #388E3C;
}

#header {
	margin-top : 20px;
	background-image : url(banner.png);
	height : 200px;
	margin-bottom : 20px;
}

#menu {
	margin-bottom : 40px;
	padding-left : 5px;
	text-align : center;
}

#content {
	padding-top : 40px;
	padding-bottom : 40px;
	margin-bottom : 30px;
}	

#content2 {
	padding-top : 10px;
	padding-bottom : 40px;
	margin-bottom : 30px;
}

#footer {
	margin-top : 60px;
	margin-bottom : 60px;
	padding-top : 10px;
	padding-bottom : 10px;
	text-align : center;
	font-size : 18px;
}

#contact {
	margin-top : 20px;
	padding-left : 5px;
	font-size : 15px;
}

#programming {
	content : url(programming.png);
	width : 120px;
	height : 120px;
}

#consulting {
	content : url(consulting.png);
	width : 120px;
	height : 120px;
}

#training {
	content : url(training.png);
	width : 120px;
	height : 120px;
}

#email {
	content : url(email.png);
	width : 24px;
	height : 24px;
	vertical-align : middle;
	display : inline-block;
	margin-right : 10px;
}

.title {
	font-size : 20px;
	font-weight : bold;
	display : block;
	margin-top:20px;
}

.cat_content {
	font-size : 16px;
	display : block;
	margin-top : 30px;
}

body {
	font-family: 'Roboto', Arial, sans-serif;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #388E3C;
	text-decoration: underline;
}

a:active {
	color: #388E3C;
	text-decoration: underline;
}

#cpu_app {
	content : url(cpu_info_icon.png);
	width : 150px;
	height : 150px;
	margin-top:20px;
}

#salattimes_app {
	content : url(salattimes_icon.png);
	width : 150px;
	height : 150px;
	margin-top:65px;
}

#myquotes_app {
	content : url(myquotes_book_icon.png);
	width : 150px;
	height : 150px;
	margin-top:65px;
}

#prenomsfr_app {
	content : url(prenomsfr_icon.png);
	width : 150px;
	height : 150px;
	margin-top:65px;
}

a img {
  border: 0 none;
}

.image-link{
  text-decoration: none;
}

#youtube_icon {
	content : url(youtube_icon.png);
	width : 30px;
	height : 30px;
	vertical-align : middle;
	display : inline-block;
	margin-right : 10px;
	margin-left : 30px;
}

#play_icon {
	content : url(play_icon.png);
	width : 24px;
	height : 24px;
	vertical-align : middle;
	display : inline-block;
	margin-right : 10px;
	margin-left : 30px;
}

#blog_icon {
	content : url(blog_icon.png);
	width : 24px;
	height : 24px;
	vertical-align : middle;
	display : inline-block;
	margin-right : 10px;
}	

#gplus_icon {
	content : url(gplus_icon.png);
	width : 30px;
	height : 30px;
	vertical-align : middle;
	display : inline-block;
	margin-left : 30px;
	margin-right : 10px;
}