
/* structure ----- */

#accueil {
	background: #436C75;
}
#accueil #wrap {
	background: #4F7F87 url(../images/bg-accueil.jpg) repeat-x;
}	


/* Contenu ----- */

#profil {
	position: absolute;
	top: 200px;
	left: 0;
	border: 10px solid #fff;
	width: 275px;
	padding-bottom: 15px;
	background: #81A9B0 url(../images/bg-profil.gif) top left repeat-x;
}
#profil h3 {
	margin: 23px 0 20px 20px;
	height: 48px;
	background: url(../images/t-experience.gif) top left no-repeat;
}
#profil h3 span {
	display: none;
}
#profil blockquote {
	position: absolute;
	top: -33px;
	left: 200px;
	width: 106px;
	height: 106px;
	margin: 0;
	background: url(../images/t-source-pixels.gif) top left no-repeat;
}
#profil blockquote span {
	display: none;
}
#profil p {
	margin: 0;
	padding: 0 20px 10px;
	line-height: 1.4em;
}
#profil strong {
	color: #fff;
}
#profil p em {
	font-weight: bold;
	font-style: normal;
}


#contenu {
	clear: both;
	padding: 60px 0 50px 340px;
	line-height: 1.5em;
}
#contenu h2 {
	margin: 0 0 1em;
	font-size: 1.5em;
	color: #20201B;
}
#contenu ul {
	margin: 2em 0;
	padding: 0;
}
#contenu li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	display: inline;
}

/* Consulter mon CV ----- */

#cv {
	position: static;
	top: 0;
	left: 0;
	width: auto;
	padding: 16px 14px 5px;
	background: #3B5F69 url(../images/bg-cv-accueil.gif) top left repeat-x;
}
#cv h3 {
	margin: 0;
	height: 17px;
	background: url(../images/t-cv-accueil.gif) top left no-repeat;
}
#cv h3 span {
	display: none;
}
#cv p {
	color: #fff;
}
#cv ul {
	margin: 0;
	padding: 0 0 5px;
}
#cv li {
	float: left;
	margin: 0 25px 0 0;
	padding: 0 0 10px;
	list-style: none;
	background: url(../images/icone-cv-accueil.gif) top left no-repeat;
}
#cv li.lettre {
	background: url(../images/icone-lp-accueil.gif) top left no-repeat;
}
#cv li a {
	float: left;
	height: 46px;
	line-height: 44px;
	padding: 0 0 0 46px;
	color: #A2E9F4;
	font-weight: bold;
}
#cv li a:hover {
	color: #fff;
}


/* = Pied de page ----- */

#pied {
	color: #7FB7C0;
	background: url(../images/bg-pied-accueil.gif) top left no-repeat;
}





