/* @group reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-size:15px;
	text-decoration: none;
	font:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#333;
}
a:hover,
a:focus {
	color: #fff;
}
body {
	background:url(../img/backgrnd.png) repeat;
	overflow:scroll;
}

#henridecapele {
	padding:0;
	margin:55px auto 0 auto;
	width:524px;
}

#header {
	background:url(../img/header.png) no-repeat left top;
	height:153px;
}
#navigation {
	position:relative;
	background:url(../img/navigation.png) no-repeat left top;
	height:39px;
	padding:0 0 0 35px;
}
#navigation li img {
	padding:-10px 0 0 0;
}
#navigation li {
	padding:5px 0 0 0;
	margin-left:10px;
}
#navigation span {
	color:#CCC;
	font-size:14px;
}
#navigation span:hover,
#navigation span:focus,
#navigation span:active {
	color:#4f88b5;
}
li {
	display:block;
	float:left;
	margin-left:10px;
}
#vcard {
	position: absolute;
	top:-5px;
	right: 30px;
	width: 50px;
	height: 28px;
	text-align: center;
}

#vcard a {
	display: block;
	width: 40px;
	height: 41px; 
	background: url(../img/vcard.png) no-repeat 0 0;
	text-decoration: none;
	text-shadow: #036 0 1px 0;
	line-height: 42px;
}

#vcard a:active {
	margin-top: 1px;
}

#vcard a span {
	position: absolute;
	left: -45px;
	width: 138px;
	background: url(../img/vcard-label.gif) no-repeat 50% 50%;
	display: none;
	opacity:0;
	color: #FFF;
	font-size:12px;
	font-weight:700;
}
#content {
	padding: 0 15px ; 
	background: url(../img/fond.png) repeat-y 50% 0;
	overflow:hidden;
}
#reseau {
	background:url(../img/reseau.png) repeat 0px top;
	padding:0;
	width:460px;
	overflow:hidden;
	margin:0 0 0 17px;
}
#reseau li {
	width: 230px;
	height: 55px;
	margin-left:0px;
	padding-top:5px;
	float: left;
}
#reseau li a {
	display: block;
	width: 230px;
	height: 55px;
	padding:0;
	text-decoration: none;
	color:#999;
}

#reseau li a:hover,
#reseau li a:focus {
	background: rgba(199, 207, 222, .15);
	color:#FFF;
}

#reseau li a:active {
	background: rgba(199, 207, 222, .25);
	padding: 12px 0 3px
}

#reseau li a img {
	float: left;
	margin: 0 10px 0 15px;
}

#reseau li a:hover img {
	margin-left: 10px;
}

#reseau li a strong {
	color: #000;
	font: 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	padding-top: 2px;
}
#about {
	padding:0;
	width:460px;
	overflow:hidden;
	margin:0 0 0 17px;
}
h1 {
	background:url(../img/about.png) repeat 0px top;
	width: 445px;
	height: 32px;
	float: left;
	padding:13px 0 0 15px;
	margin-left:0;
	color:#4f88b5;
	font-weight:bold;
}
h1 span {
	font-size:14px;
	color:#666;
	font-weight:bold;
}
#keywords li{
	width: 220px;
	height: 20px;
	padding:10px 0 0 10px;
	margin-left:0px;
	float: left;
	color:#333;
	font-style:italic;
	font-size:14px;
	font-weight:500;
}
em,
#description span {
	color:#666;
	font-size:13px;
}
#description li{
	padding:15px;
	margin-left:0px;
}
#cvpdf {
	position:relative;
}
#cvpdf span {
	position:absolute;
	margin-top:15px;
	padding-left:15px;
	width:250px;
	padding-bottom:15px;
	color:#5d5c5c;
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
}
#cvpdf span:hover {
	color:#FFF;
}
#cv {
	width: 460px;
	margin-left:20px;
}
table {
	padding:0 15px 0 10px;
}
table.top {
	height:61px;
	width:455px;
	background-image:url(../img/reseau.png)
}
table.top #droite {
	padding-left:60px;
}
td {
	font-size:12px;
}
.date {
	width:75px;
}
.titre {
	color:#4f88b5;
	font-size:14px;
	font-weight:bold;
}
.soustitre {
	color:#818181;
	font-style:italic;
	font-size:13px;
}
.gauche {
	color:#818181;
	font-size:12px;
}
.date {
	color:#818181;
	font-size:13px;
}
#cv li {
	font-size:12px;
}
#footer {
	background:url(../img/footer.png) no-repeat left top;
	height:153px;
	padding:100px 0 0 210px;
}	
#footer a {
	font-size:12px;
	color:#4f88b5;
	font-weight:500;
}
#footer a:hover {
	color:#FFF;
}