/* CSS Document */

/* Site king-services.fr // © 2008 Autrement le Web */

/* NORMALISATION
-------------------------------------------------------- */

/* Normalise les marges et le remplissage */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, th, td, form {
	margin: 0;
	padding: 0;
}

/* Normalise les tailles de polices pour les en-têtes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* Supprime list-style pour les listes */
ul, ol {
	list-style: none;
}

/* Normalise les styles et graisses de fontes : font-style et font-weight sont "normal" */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Supprime les bordures dans les tableaux */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Supprime les bordures dans les éléments fieldset et img */
fieldset, img {
	border: 0;
}

/* Aligne le texte à gauche dans caption et th */
caption, th {
	text-align: left;
}

/* Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés */
label:hover {
	cursor: pointer;	
}

/* masque les pointillés disgracieux résultant des text-indent */
a, button {
	outline: none;
}

/* ---------------------------------------------------- */

/* PAGE
-------------------------------------------------------- */

html {
	background: #fff url(/img/background.gif) no-repeat center 0;
}

body {
	position: relative; /* important! */
	margin: 0 auto;
	font: 1em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #000;
} 

/* ---------------------------------------------------- */

/* HEADER
-------------------------------------------------------- */

#header {
	margin: 20px 0 35px 0;
}

#header h1 {
	position: relative;
	margin: 0 auto;
	text-indent: -9999px;
	width: 219px;
	height: 213px;
	background: transparent url(/img/logo.png) no-repeat 0 0;	
}

#header blockquote {
	position: relative;
	margin: 0 auto;
	text-indent: -9999px;
	width: 566px;
	height: 114px;
	background: transparent url(/img/baseline.png) no-repeat 0 0;	
}

/* ---------------------------------------------------- */

/* CONTENT
-------------------------------------------------------- */

#content {
	position: relative;
	margin: 0 auto;
	width: 910px;	
}

#content p {
	text-align: center;
	clear: both;
}

#content ul {	
	margin: 40px 55px 30px 55px;
	height: 120px;
	text-align: center;
}

#content li {	
	display: block;
	float: left;
	width: 200px;
	height: 30px;
	padding-top: 90px;
}

li#travaux {
	background: transparent url(/img/travaux.gif) no-repeat center 0;
}

li#jardinage {
	background: transparent url(/img/jardinage.gif) no-repeat center 0;
}

li#bricolage {
	background: transparent url(/img/bricolage.gif) no-repeat center 0;
}

li#informatique {
	background: transparent url(/img/informatique.gif) no-repeat center 0;
}

#content li strong {
	font-weight: bold;
}

#menage {
	position: absolute;
	left: 0;
	top: 270px;
	text-indent: -9999px;
	width: 116px;
	height: 167px;
	background: transparent url(/img/menage.png) no-repeat 0 0;
}

img#sp {
	position: absolute;
	left: 792px;
	top: 270px;
}

p#credit {
	text-indent: -9999px;
	width: 910px;
	height: 73px;
	background: transparent url(/img/credit.png) no-repeat center 0;
}

p#devis {
	margin: 65px 0 10px 0;
	color: #c4161c;
	font: 1.2em Arial, Verdana, sans-serif;
	font-weight: bold;
}

a {
	color: #c4161c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------- */

/* FOOTER
-------------------------------------------------------- */

#footer {
	position: relative;
	margin: 0 auto;
	padding: 50px 0 40px 0;
	width: 910px;
	text-align: center;
	font-size: 0.7em;
}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer a.link:hover {
	text-decoration: underline;
	color: #c4161c;
}

/* ---------------------------------------------------- */


