#showCategoryButton {
  float: right;
  margin-top: -50px;
}

h1 {
	text-align: center;
	background: #EEE;
	color: #333;
	font-size: 32px;
	line-height: 32px;
	padding: 2px;
}

#categoryBloc {
	background: #FFF;
	position: absolute;
	width: 300px;
	height: 170px;
	top: 50%;
	left: 50%;
	margin: auto;
	padding: 20px;
	z-index: 10;
}

#categoryBloc button{
	float: right;	
}

#categoryBloc h2 {
	text-align: center;
	background: #EEE;
	color: #333;
	font-size: 24px;
	line-height: 24px;
	padding: 2px;
}

#categoryList {
	width: 1000px;
	height: 100px;
	overflow: auto;
	list-style: none;
	padding: 0;
	margin: 0;
}

#categoryList li {
	display: inline;
}


#categoryListContainer {
	overflow: auto;
	height: 120px;
	width: 300px;
}

.category {
	display: none;
}

.iconCategory {
	cursor: pointer;
}

#identityBloc .blocContent img {
	display: block;
	margin: auto;
	text-align: center;
}

#identityBloc p {
	text-align: center;
}

#identityBloc {
	background: #DFE;
	color: #032;
}

#identityBloc h2 {
	background: #CFD url("image/cvIdentitySmall.gif") no-repeat top left;
	color: #032;
}

#identityBloc img.hidden {
	display: none;
}

.experienceBloc {
  background: #FFD;
  color: #330;
}

.experienceBloc h2 {
	background: #FFC url("image/cvExperienceSmall.gif") no-repeat top left;
	color: #330;
}

.educationBloc {
  background: #DDF;
  color: #003;
}

.educationBloc h2 {
	background: #CCF url("image/cvEducationSmall.gif") no-repeat top left;
	color: #003;
}

.educationBloc p, .experienceBloc p {
  padding-bottom: 10px;
}

#languagesBloc {
	background: #FDD;
	color: #300;
}

#languagesBloc h2 {
	background: #FDD url("image/cvLanguagesSmall.gif") no-repeat top left;
	color: #300;
}

#computerBloc {
	background: #DFD;
	color: #030;
}

#computerBloc h2 {
	background: #CFC url("image/cvComputerSmall.gif") no-repeat top left;
	color: #030;
}

#languagesBloc dt, #computerBloc dt {
  font-weight: bold;
  padding: 10px;
}

#activitiesBloc {
	background: #DEF;
	color: #023;
}

#activitiesBloc h2 {
	background: #CDF url("image/cvActivitiesSmall.gif") no-repeat top left;
	color: #023;
}

