#header {
	height: 35px;
	background: url(../images/fond-haut.png) no-repeat;
}

#contenu {
	background: url(../images/fond-milieu.png) repeat-y;
}

#footer {
	height: 66px;
	background: url(../images/fond-bas.png) no-repeat;
	text-align: center;
	font-size: .9em;
}
	#footer a {
		text-decoration: none;
		color: #000;
	}

#logo {
	height: 220px;
	background: url(../images/logo-bravo.png) no-repeat 270px 0;
	margin-top: 22px;
}
#logo h1, #logo h2 {
	display: none;
}

#texte {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	padding-top: 40px;
	background: url(../images/fond-ouvriers.jpg) no-repeat 68px 270px;
}

#texte p {
	font-size: 1.2em;
}

.tel {
	font-size: 1.2em;
	font-weight: bold;
}

.contact {
	width: 79px;
	height: 42px;
	padding: 2px 17px 23px 11px;
	background: url(../images/contact.png) no-repeat;
}
.contact a {
	text-decoration: none;
	color: #000;
}