/**
 * Style sheet general
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#141414;
	font-family:arial, helvetica, "sans sherif";
	font-size:10px;
	color:#FFF;
	line-height:140%;
}

p
{
	clear:both;
	margin:0px;
	padding:0px;
}

#wrapper
{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	background-image:url("tl_files/CHV Design/img/fondCv.jpg");
	background-repeat:no-repeat;
}

#content
{
	width:1000px;
}

#header h1
{
	display:none;
}

h2
{
	margin:0px 70px 0px 0px;
	padding:25px 0px 0px 0px;
	text-align:right;
	font-size:16px;
	letter-spacing: 2px;
}

#header h2 span
{
	background-color:#40728B;
}

#menu
{
	float:right;
	margin-top:130px;
	margin-right:70px;
}

#menu li
{
	float:left;
	padding-right:5px;
	font-weight:bold;
	font-variant:small-caps;
	font-size:15px;
	color:#CCCCCC;
	list-style-type:none;
}

#menu li a
{
	text-decoration:none;
	color:#CCC;
}

.active
{
	color:#50ABDA;
}

#presentation
{
	width:764px;
	margin-top:171px;
	margin-right:auto;
	margin-left:auto;
	padding:15px 35px;
	background-color:#000;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}

#presentation h3
{
	width:360px;
	margin:0px 0px 10px 0px;
	padding-bottom:4px;
	font-family:tahoma;
	font-size:20px;
	color:#fff;
	line-height:29px;
	letter-spacing:2px;
}

#presentation_text
{
	font-size:16px;
	line-height:20px;
}

#contact
{
	margin-top:15px;
	font-weight:bold;
	font-variant:small-caps;
	font-size:20px;
	line-height:120%;
}

#contact a
{
	background-color:#50ABDA;
	text-decoration:none;
	color:#fff;
}

#portfolio #introduction h3
{
	width:360px;
	margin:0px 0px 10px 0px;
	padding-bottom:4px;
	border-bottom:1px solid #666;
	font-family:tahoma;
	font-size:20px;
	color:#fff;
	line-height:29px;
	letter-spacing:2px;
}

