/*  By Fifi :)  */
body {
	background-image: url(/skins/image/pro2.background.jpg);	
	color: #335554;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0 

}

/* Layout */
#container {
	background-repeat:no-repeat;
	border:1px solid #77bb66;
	padding-left:10px;
	padding-right:15px;
	width:800px;
	height:55%;
	background: #ffffff;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 10px;
	margin: 0 auto 0 auto;
}

#boxTop {
	position: relative;
	width:100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
	height: 220px;
}

#name h1 {
	color: #779977;
	 font-size: 1.4em 
	font-family: "Arial Black";
	width: 800px;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #AADD99;
}

#infos {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #004444;
}

#photo {
	position: absolute;
	top: 35px;
	right: 50px;
	padding: 0px;
}

#photo img {
	border: 1px solid #ffddff;
}
	
.boxTitle {
	position: relative;
	left: 0%;
	width: 20%;
	color: #338877;
	padding: 0px;
	margin: 0px;
	
	border: 0px solid #cccccc;
	text-align: center;
}
	
.boxContent {
	position: relative;
	width: 610px;
	left: 150px;
	
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;

	border-left: 1px solid #AADD99;

}

.boxContentLevel1 {
	position: relative;
	padding: 0px 0px 0px 20px;
}

.boxContentLevel2 {
	position: relative;
	padding: 0px 0px 0px 40px;
}
	
	
/* Additional Styles */

#jobTitle h1 {
	position: absolute;
	color: #338877;
	font-family: Helvetica, sans-serif;
	font-style: italic;
	top: 190px;
	right: 0%;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	text-align: center;
	width: 800px;
}

.boxTitle h1 {
	position: relative;
	font-family: "Arial Black";
	font-size: 14px;
	font-weight: normal;
	padding: 2px;
	color: #223131;
	margin-top: 20px;
	margin-bottom: -20px;
	text-align: left;
}

.boxContentLevel1 h2 {
	position: relative;
	font-family: "Arial Black";
	font-size: 12px;
	font-weight: normal;

	line-height: 12px;
	margin: 0;
	padding: 5px 5px 0px 0px;
	text-align: left;
}

.boxContentLevel1 h3 {
	position: relative;
	font-size: 12px;
	top: 0px;
	right: 0px;
	margin: 0px;
	margin-top: -14px;
	padding: 0px;
	text-align: right;
}

.boxContentLevel2 h3 {
	position: relative;
	font-size: 11px;
	color: #333333;
	line-height: 12px;
	margin: 0;
	padding: 5px 5px 0px 0px;
	text-align: left;
}

.boxContentLevel1 p, .boxContentLevel1 ul {
	position: relative;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	margin: 0;
	padding: 5px 5px 15px 30px;
	text-align: justify;
}

.boxContentLevel1 ul {
	padding: 0px 0px 0px 40px;
}

/*
ul {
	margin: 0;
	margin: 0;
	padding: 0px 0px 0px 20px;
}

li {
	margin: 0;
	padding: 2px 0px 2px 0px;
}
*/

#boxTop #infos {
	position: absolute;
	top: 40px;
	left: 35%;
	font-size: 12px;
	line-height: 20px;
}

#boxTop #infos #address {
	position: relative;
}

#boxTop #infos #phone {
	position: relative;
}

#boxTop #infos #email {
	position: relative;
}

#boxTop #infos #other_infos {
  position: relative;
}

/* List Height Fix */
/*
li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
*/

ul {
	margin: 0;
	margin-left: 20px;
	padding: 0px 0px 0px 20px;
}

li {
	margin: 0;
	margin-left: 20px;
	padding: 2px 0px 2px 0px;
}


/* DO NOT DELETE : USED WHEN USERS USE NETCV TO DISPLAY THEIR CV  */
#backToNetCV {
	position: relative;
	border: 1px solid #888888;
	background: #efefef;
	cursor: pointer;
}

#backToNetCV p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	color: #000000;
}