* {
	margin: 0px;
	padding: 0px;
}


/* BALISES HTML */
body {
	background-color: #D8D9C5;
	font-size:0.72em;
}

a img {
	border: none;
}

h1 {
	width: 476px;
	height: 91px;
	background-image: url(images/prehome_titre.gif);
}

/* CONTENEUR GLOBAL */

#conteneur {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -238px;
	margin-top: -260px;
	width: 476px;
	height: 520px;
}

/* menu */
#menu {
	position:absolute;
	left:0px;
	top:91px;
	width: 476px;
	height: 41px;
}

#intercommunalite {
	position:absolute;
	left:0px;
	top:0px;
	width:227px;
	height:42px;
}

#office {
	position:absolute;
	left:227px;
	top:0px;
	width:249px;
	height:27px;
}

#english {
	position:absolute;
	left:227px;
	top:27px;
	width:249px;
	height:15px;
}


/* bandeau flash */
#flash {
	position: absolute;
	top: 133px;
	left: 0px;
	width: 474px;
	height: 119px;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	
}

#bandeau_flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 474px;
	height: 119px;
}

/* texte + carte */
#contenu {
	position: absolute;
	top: 252px;
	left: 0px;
	width: 476px;
	height: 245px;
	background-image: url(images/prehome_fond_bas.gif);
}

#contenu p {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: justify;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
	padding-bottom: 5px;
	
}

#contenu img {
	margin-top: 80px;
}

/* menu bas */
#menubas {
	position: absolute;
	top: 497px;
	left: 0px;
	width: 476px;
	text-align: center;
}

/* bidouille pour annuler un ecart entre les images sur menu bas */
#menubas img {
	margin-left: -4px;
}


