/* 
Feuille de style de l'index du site de l'asbl entree libre 	//	v0.12.070215
*/

body {
	font: 8pt/14pt verdana, arial, tahoma, sans-serif;
	color: #333;
	background-color: #eee;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3, div, a, ul, li, img, td, tr, table {
	margin: 0px;
	padding: 0px;
	border: none;
}

h3 {
	font-size: 11px;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #555;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

/*  Construction de la page  */

#conteneur {
	position: relative;
	margin: 0px auto 0px;
	width: 750px;
	min-height: 559px;
}

#top {
	position: relative;
	width: 750px;
	height: 289px;
	background: url(images/top.gif) no-repeat center;
}

#ZoneData {
	position: relative;
	width: 750px;
	background: url(images/fond.jpg) repeat-y center;
	min-height: 250px;
}

#bottom {
	position: relative;
	width: 750px;
	height: 72px;
	background: url(images/bottom.jpg) no-repeat center;
}

/* Définition du roll-over vers Cedzone */

#top a {
	position: absolute;
	width: 169px;
	height: 14px;
	right: 64px;
	bottom: 4px;
}

#top a:hover {
	position: absolute;
	width: 169px;
	height: 14px;
	right: 64px;
	bottom: 4px;
	background: url(images/rollover.gif) no-repeat center;
}

/* DŽfinition de la zone globale de texte */

#ZoneGauche {
	position: relative; 
	width: 501px;
}

#TitreMembres {
	position: relative; 
	left: 0px;
	top: 0px;
	width: 501px;
	height: 38px;
	margin-bottom: 10px;
	background: url(images/titre-membres.gif) no-repeat center;
}

#TitreButSocial {
	position: relative; 
	left: 0px;
	width: 501px;
	height: 38px;
	padding: 10px 0px 10px 0px;
	background: url(images/titre-but.gif) no-repeat center;
}

#TitreAvis {
	position: absolute;
	left: 501px;
	top: 0px;
	width: 192px;
	height: 221px;
	background: url(images/titre-avis.jpg) no-repeat center;
}

#Adresse {
	position: absolute;
	left: 501px;
	bottom: 0px;
	width: 192px;
}

#Adresse p {
	/*margin : 10px 10px 10px 20px;*/
	text-align: center;
	margin: 10px 8px 10px 0px;
	color: #777;
}

/* Zone Texte - Typographie */

.ZoneTexte {
	padding: 10px 25px 10px 80px;
}
