/* Site E-rencontres en construction */

/* Neutraliser les balises d'affichage */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Contenu de la page */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
	background-color: #ffffff;
	background-image: url(./images/body.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#conteneur {
	position: absolute;
	width: 980px;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -490px;
}

/* Entete de la page */
#entete {
	height: 350px;
}

#entete h1 {
	text-align:center;
}

#entete p {
	text-align: center;
}

#entete p img.peba {
	vertical-align: middle;
}


/* Centre de la page */
#centre {
	height: 250px;
	background-color: transparent;
	background-image: url(./images/centre.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#centre p.bloc1 {
	float: left;
	width: 225px;
	margin: 50px 0 0 120px;
	text-align: center;
}

#centre p.bloc2 {
	float: left;
	width: 225px;
	margin: 50px 0 0 25px;
	text-align: center;
}

#centre p.bloc3 {
	float: left;
	width: 225px;
	margin: 50px 0 0 20px;
	text-align: center;
}


/* Pied de la page */
#pied p {
	text-align: center;
	color: #FFFFFF;
}

#pied p img.pyretic {
	vertical-align: middle;
}