
/* règles CSS du site ex-expo.ch

Autheur: 				Johan Noverraz
Date-création:			11 avril 08
Dernière-modification:	11 avril 08

 */
/* règles générales */
body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	text-align: center;
	background-color : #ffffff;
	font-family: Serif;
}
#content {
	margin: 0;
	padding: 0;
}
#site {
	margin: 0;
	padding: 0;
}

h1, #menu, #adresse, #menuLargePopup, #menuLargePopup li, #menuLargePopup li a, a#linkToSite {
	display: none;
}
div#content1, div#content2, div#content3, div#content4 {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative !important;
	float: none !important;
}
div#scroll1, div#scroll2, div#scroll3, div#scroll4 {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative !important;
	float: none !important;
}
div#scrollholder1, div#scrollholder2, div#scrollholder3, div#scrollholder4 {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative !important;
	float: none !important;
	overflow: visible !important;
}

div.scrollholder {
    width: 100%;
	position: relative !important;
	float: none !important;
}
div.scroll {
	width: 100% !important;
	position: relative !important;
	float: none !important;
}
.changeDisplayMenuParagraphe {
	float: left;
	width: 100%;
}
.changeDisplayMenuParagraphe p {
	float: left;
	width: 48%;
}
hr {
	clear: both;
	page-break-after: auto;
}

