

/* ----------------------- déclaration générale -------------- */

html, body, div, p, ul, li, img, h1, h2, h3, h4, h5, {
	margin: 0;
	padding: 0;
	border: none;
}

/* ----------------------- polices de caractère -------------- */

body {
	font: .77em/1.5em sans-serif;
	color: #b32404;
	letter-spacing: 0.02em;
	word-spacing: 0.07em;
}
	
/* ----------------------- corps du site -------------- */

 html {
	background:  #b32404 url(../images/horizon-repete.jpg) repeat-x 0 656px;
	position: relative;
 }

body {
	padding-top: 97px;
	background: transparent url(./images/horizon.jpg) no-repeat 0 92%;
}

div#contenu {
	position: absolute;
	left: 0;
	top: 70px;
	height: 800px;
	width: 1570px;
	text-indent: -9999px;
	background: transparent url(../images/horizon.jpg) no-repeat 0 100%;
}

div#contenu h1 {
	background: transparent url(../images/logo.jpg) no-repeat 94px 0;
	height: 201px;
	text-indent: -9999px;
}
	

a#siteendeveloppement {
	background: transparent url(../images/siteendeveloppement.jpg) no-repeat 0 0;
	display: block;
	height: 100px;
	width: 275px;
	position: absolute;
	top: -150px;
	text-indent: -9999;
	left: 350px;
	
}

p#coordonnees {
	position: absolute;
	top: 412px;
}

p#telephone {
	color: #f8eff1;
	text-indent: 0;
	position: absolute;
	top: 610px;
	left: 70px;
}

img#code {
	background-color: #b32404;
	position: absolute;
	top : -60px;
	left: 800px;
	height: 640px;
	width: 520px;
}

	
	
