/******************************
$ Page Decoration
******************************/

#header {
	background-image:url(img/bg-red-top.gif);
}

.block a {
	color:#d81368;
	font-weight:bold;
}

.block a:hover {
	color:#fbfcef;
	background-color:#d81368;
}

#page {
	background-image:url(img/bg-red-sides.gif);
}

/******************************
$ Background & Footer
******************************/

#bg-img-complex .bg-img-a {
	left:702px;
	bottom:760px;
}

#bg-img-complex .bg-img-b {
	left:-185px;
	bottom:1050px;
}

#bg-img-complex .bg-img-c {
	left:-361px;
	bottom:400px;
}

#foot {
	background-image:url(img/bg-red-bottom.gif);
}

/******************************
$ Autre Elements
******************************/

.pSmallSpace {
	margin-top:-15px !important; /*bug si pas de important*/
}

#cvlinks {
	text-align:center;
	width:400px;
	height:30px;
	margin:auto;
	margin-top:70px;
	padding-bottom:15px;
	font-size:18px;
	font-weight:bold;
}

#cvpdf {
	position:relative;
	float:left;
}

#cvdoc {
	position:relative;
	float:right;
}

#cvlinks img {
	float:left;
	position:absolute;
	top:-50px;
}

#cvpdf img {
	left:38px;
}

#cvdoc img {
	left:43px;
}

#photo {
	border:3px #d81368 solid;
	float:right;
	position:relative;
	top:-20px;
	right:20px;
}