a img {border: none;}

body {
	font-family : verdana;
	font-size : 12px;
}

#center {
	width : 1024px;
	height : 768px;
	position : absolute;
	left : 50%;
	margin-left : -512px;
	/*top : 50%;	
	margin-top : -384px;*/
	background-image : url(includes/data/design2.png);
	background-position : center;
	background-repeat : no-repeat;
}

#content {
	width : 743px;
	height : 517px;
	margin-top : 99px;
	margin-left : 110px;
	padding-left : 20px;
	overflow : auto;
}

#menu {
	margin-left : 120px;
}

.menu {
	width : 100px;
	padding-top : 9px;
	margin : 0 5px 0 5px;
	float : left;
	cursor : pointer;
}

#icon_cv {
	width : 100px;
	min-height : 29px;
	margin-top : -4px;
	background-position : bottom;
	background-repeat : no-repeat;
}

#icon_real {
	width : 100px;
	min-height : 29px;
	margin-top : -4px;
	background-position : bottom;
	background-repeat : no-repeat;
}

#icon_blog {
	width : 100px;
	min-height : 29px;
	margin-top : -4px;
	background-image : url(includes/data/menu_blog.png);
	background-position : bottom;
	background-repeat : no-repeat;
}

#icon_mail {
	width : 100px;
	min-height : 32px;
	margin-top : -7px;
	background-image : url(includes/data/menu_mail.png);
	background-position : bottom;
	background-repeat : no-repeat;
}

.grow {
	background-color : black;
	background-image : url(includes/data/grow.png);
	background-position : bottom;
	background-repeat : no-repeat;
}

.code_string {
	color : red;
}

.code_commentaires {
	color : green;
}

.code_variables {
	color : blue;
}

.code_visible {
	color : orange;
}

a.menu_link {
	color : white;
}

a.menu_link:hover {
	color : red;
}

a.menu_link:visited {
	color:white;
}

h1 {
	font-size : 20px;
	border-left : 1px solid black;
	border-bottom : 1px solid black;
	border-top : none;
	border-right : none;
}
