
/* structure ----- */

#siteweb {
	background: #746E01;
}
#siteweb #wrap {
	background: #868101 url(../images/bg-siteweb.jpg) repeat-x;
}


/* Contenu ----- */

#contenu {
	clear: both;
	padding: 0 0 20px 220px;
}
#contenu h2 {
	margin: 0;
	height: 104px;
	background: url(../images/t-siteweb.gif) 0 39px no-repeat;
}
#contenu h2 span {
	display: none;
}
#contenu ul {
	margin: 0;
	padding: 0;
}
#contenu li {
	float: left;
	width: 164px;
	margin: 0 10px 20px 0;
	padding: 0;
	list-style: none;
}
#contenu li a {
	text-decoration: none;
}
#contenu li:hover strong {
	color: #fff;
}
#contenu li img {
	vertical-align: bottom;
	border: 10px solid #fff;
}
#contenu li span {
	display: block;
	margin: 10px 0 0;
	padding: 7px 10px 0;
	height: 52px;
	color: #fff;
	background: #6E6603 url(../images/bg-nom-siteweb.gif) top left repeat-x;
}
#contenu li strong {
	display: block;
	margin: 0 0 3px;
	color: #E5DE45;
}


/* Consulter mon CV ----- */

#cv {
	background: #978E15 url(../images/bg-cv-siteweb.gif) top left repeat-x;
}
#cv h3 {
	background: url(../images/t-cv-siteweb.gif) top left no-repeat;
}


/* = Pied de page ----- */

#pied {
	color: #B7B027;
	background: url(../images/bg-pied-siteweb.gif) top left no-repeat;
}





